Add textproc/p5-String-BufferStack 1.12, a Perl module that provides
nested buffers for templating systems.
This commit is contained in:
parent
9943c629cd
commit
82c2a84b85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227986
@ -546,6 +546,7 @@
|
||||
SUBDIR += p5-Spreadsheet-WriteExcel
|
||||
SUBDIR += p5-Spreadsheet-WriteExcel-FromXML
|
||||
SUBDIR += p5-Spreadsheet-WriteExcelXML
|
||||
SUBDIR += p5-String-BufferStack
|
||||
SUBDIR += p5-String-CamelCase
|
||||
SUBDIR += p5-String-Divert
|
||||
SUBDIR += p5-String-Format
|
||||
|
22
textproc/p5-String-BufferStack/Makefile
Normal file
22
textproc/p5-String-BufferStack/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: textproc/p5-String-BufferStack
|
||||
# Date created: 10 February 2009
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= String-BufferStack
|
||||
PORTVERSION= 1.12
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= String
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= Nested buffers for templating systems
|
||||
|
||||
PERL_CONFIGURE= 5.8.0+
|
||||
|
||||
MAN3= String::BufferStack.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-String-BufferStack/distinfo
Normal file
3
textproc/p5-String-BufferStack/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (String-BufferStack-1.12.tar.gz) = c058520f80d382908deae6c83dbf7e53
|
||||
SHA256 (String-BufferStack-1.12.tar.gz) = a1d94f0065dc4a4fba34c934f985acba34dd45a041009f1337c37cd19af71001
|
||||
SIZE (String-BufferStack-1.12.tar.gz) = 18479
|
6
textproc/p5-String-BufferStack/pkg-descr
Normal file
6
textproc/p5-String-BufferStack/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
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: http://search.cpan.org/dist/String-BufferStack/
|
5
textproc/p5-String-BufferStack/pkg-plist
Normal file
5
textproc/p5-String-BufferStack/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/String/BufferStack.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/BufferStack/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/BufferStack
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String
|
||||
@dirrmtry %%SITE_PERL%%/String
|
Loading…
Reference in New Issue
Block a user