From 1b366a954d33721d5bbeb6a07dd51b8f5ad04e1a Mon Sep 17 00:00:00 2001 From: he Date: Sun, 22 Feb 2009 16:20:21 +0000 Subject: Import p5-String-BufferStack version 1.12. 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. --- textproc/p5-String-BufferStack/DESCR | 4 ++++ textproc/p5-String-BufferStack/Makefile | 18 ++++++++++++++++++ textproc/p5-String-BufferStack/distinfo | 5 +++++ 3 files changed, 27 insertions(+) create mode 100644 textproc/p5-String-BufferStack/DESCR create mode 100644 textproc/p5-String-BufferStack/Makefile create mode 100644 textproc/p5-String-BufferStack/distinfo (limited to 'textproc') diff --git a/textproc/p5-String-BufferStack/DESCR b/textproc/p5-String-BufferStack/DESCR new file mode 100644 index 00000000000..786de4af87c --- /dev/null +++ b/textproc/p5-String-BufferStack/DESCR @@ -0,0 +1,4 @@ +tring::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. diff --git a/textproc/p5-String-BufferStack/Makefile b/textproc/p5-String-BufferStack/Makefile new file mode 100644 index 00000000000..a7d92a5b8c1 --- /dev/null +++ b/textproc/p5-String-BufferStack/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/02/22 16:20:21 he Exp $ + +DISTNAME= String-BufferStack-1.12 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/String-BufferStack/ +COMMENT= Perl 5 module for nested buffers for templating systems + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/String/BufferStack/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-String-BufferStack/distinfo b/textproc/p5-String-BufferStack/distinfo new file mode 100644 index 00000000000..2ed6d5adf8d --- /dev/null +++ b/textproc/p5-String-BufferStack/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/02/22 16:20:21 he Exp $ + +SHA1 (String-BufferStack-1.12.tar.gz) = 46f33bfe19778ad7d7f7b83122bb5efa27cb39be +RMD160 (String-BufferStack-1.12.tar.gz) = 0b80e780ebab09620f0d5cded23abfabebefedc5 +Size (String-BufferStack-1.12.tar.gz) = 18479 bytes -- cgit v1.2.3