pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-String-BufferStack Import p5-String-Buffer...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/891bf03ac69f
branches:  trunk
changeset: 554944:891bf03ac69f
user:      he <he%pkgsrc.org@localhost>
date:      Sun Feb 22 16:20:21 2009 +0000

description:
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.

diffstat:

 textproc/p5-String-BufferStack/DESCR    |   4 ++++
 textproc/p5-String-BufferStack/Makefile |  18 ++++++++++++++++++
 textproc/p5-String-BufferStack/distinfo |   5 +++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r fd9d46faf2b1 -r 891bf03ac69f textproc/p5-String-BufferStack/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-String-BufferStack/DESCR      Sun Feb 22 16:20:21 2009 +0000
@@ -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 -r fd9d46faf2b1 -r 891bf03ac69f textproc/p5-String-BufferStack/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-String-BufferStack/Makefile   Sun Feb 22 16:20:21 2009 +0000
@@ -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@localhost
+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 -r fd9d46faf2b1 -r 891bf03ac69f textproc/p5-String-BufferStack/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-String-BufferStack/distinfo   Sun Feb 22 16:20:21 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index