Port details |
- p5-String-BufferStack Nested buffers for templating systems
- 1.16_1 textproc
=0 1.16_1Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2009-02-10 12:12:19
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- String::BufferStack provides a framework for storing nested buffers. By
default, all of the buffers flow directly to the output method, but
individual levels of the stack can apply filters, or store their output
in a scalar reference.
WWW: https://metacpan.org/release/String-BufferStack
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-String-BufferStack>0:textproc/p5-String-BufferStack
- To install the port:
- cd /usr/ports/textproc/p5-String-BufferStack/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-String-BufferStack
- pkg install p5-String-BufferStack
- PKGNAME: p5-String-BufferStack
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (String-BufferStack-1.16.tar.gz) = 812181c2e73ebb71b3c687bbb7aed97bb8b66df2a64d18bd8843dc0c4b083392
SIZE (String-BufferStack-1.16.tar.gz) = 26214
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- textproc/p5-Markapl
- textproc/p5-Template-Declare
- for Run
-
- textproc/p5-Markapl
- textproc/p5-Template-Declare
- Configuration Options:
- No options to configure
- Options name:
- textproc_p5-String-BufferStack
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.16_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
10 Sep 2018 11:17:00
1.16_1
|
des  |
Reassign all of tobez@'s p5 ports to perl@.
Approved by: tobez |
27 May 2018 20:15:20
1.16_1
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
1.16_1
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
14 May 2015 10:15:09
1.16_1
|
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
1.16_1
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
22 Jan 2014 11:47:22
1.16
|
mat  |
* Convert to staging
* Add license
* pet portlint
Sponsored by: Absolight |
20 Sep 2013 23:17:32
1.16
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
05 Aug 2013 15:05:30
1.16
|
az  |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer) |
28 Nov 2011 11:45:19
1.16
|
tobez  |
Update to 1.16.
Changes: http://search.cpan.org/dist/String-BufferStack/Changes
Feature safe: yes |
17 Sep 2011 06:49:29
1.15
|
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
03 Jul 2011 14:40:25
1.15
|
ohauer  |
-remove MD5 |
25 Jan 2010 09:37:04
1.15
|
tobez  |
Update to 1.15.
Submitted by: pgollucci
PR: 142675 |
27 Apr 2009 14:40:21
1.14
|
tobez  |
Update to 1.14.
Changes: http://search.cpan.org/dist/String-BufferStack/Changes |
10 Feb 2009 12:11:31
1.12
|
tobez  |
Add textproc/p5-String-BufferStack 1.12, a Perl module that provides
nested buffers for templating systems. |