pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Data-Section Import p5-Data-Section version 0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0881ea8881d
branches:  trunk
changeset: 549298:b0881ea8881d
user:      he <he%pkgsrc.org@localhost>
date:      Thu Oct 30 23:36:03 2008 +0000

description:
Import p5-Data-Section version 0.005.

Data::Section provides an easy way to access multiple named chunks
of line-oriented data in your module's DATA section. It was written
to allow modules to store their own templates, but probably has
other uses.

diffstat:

 devel/p5-Data-Section/DESCR    |   4 ++++
 devel/p5-Data-Section/Makefile |  21 +++++++++++++++++++++
 devel/p5-Data-Section/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r daffacc7e8a8 -r b0881ea8881d devel/p5-Data-Section/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Section/DESCR       Thu Oct 30 23:36:03 2008 +0000
@@ -0,0 +1,4 @@
+Data::Section provides an easy way to access multiple named chunks
+of line-oriented data in your module's DATA section. It was written
+to allow modules to store their own templates, but probably has
+other uses.
diff -r daffacc7e8a8 -r b0881ea8881d devel/p5-Data-Section/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Section/Makefile    Thu Oct 30 23:36:03 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/30 23:36:03 he Exp $
+#
+
+DISTNAME=      Data-Section-0.005
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Data/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Data-Section/
+COMMENT=       Perl 5 module to read multiple hunks of data out of your DATA section
+
+DEPENDS+=      p5-Class-ISA>0:../../devel/p5-Class-ISA
+DEPENDS+=      p5-Sub-Exporter>=0.979:../../devel/p5-Sub-Exporter
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=        auto/Data/Section/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r daffacc7e8a8 -r b0881ea8881d devel/p5-Data-Section/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Section/distinfo    Thu Oct 30 23:36:03 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/10/30 23:36:03 he Exp $
+
+SHA1 (Data-Section-0.005.tar.gz) = 38010182e856d6f6e1030901a30dff43dd6df058
+RMD160 (Data-Section-0.005.tar.gz) = 92cd1f4511219ddf2d07937d23503cbc4eaf4cbe
+Size (Data-Section-0.005.tar.gz) = 11156 bytes



Home | Main Index | Thread Index | Old Index