pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Readonly Initial import of p5-Readonly versio...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1abcf1e848d9
branches: trunk
changeset: 528580:1abcf1e848d9
user: seb <seb%pkgsrc.org@localhost>
date: Wed May 09 02:56:53 2007 +0000
description:
Initial import of p5-Readonly version 1.03 into The NetBSD
Packages Collection.
The Perl 5 module Readonly provides a facility for creating
non-modifiable scalars, arrays, and hashes. This facility also
overcomes the limitations of the Perl built-in mechanism (the "use
constant" pragma) to create constant scalars and lists.
diffstat:
devel/p5-Readonly/DESCR | 4 ++++
devel/p5-Readonly/Makefile | 17 +++++++++++++++++
devel/p5-Readonly/PLIST | 1 +
devel/p5-Readonly/distinfo | 5 +++++
4 files changed, 27 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r 3e386d9350db -r 1abcf1e848d9 devel/p5-Readonly/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Readonly/DESCR Wed May 09 02:56:53 2007 +0000
@@ -0,0 +1,4 @@
+The Perl 5 module Readonly provides a facility for creating
+non-modifiable scalars, arrays, and hashes. This facility also
+overcomes the limitations of the Perl built-in mechanism (the "use
+constant" pragma) to create constant scalars and lists.
diff -r 3e386d9350db -r 1abcf1e848d9 devel/p5-Readonly/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Readonly/Makefile Wed May 09 02:56:53 2007 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/09 02:56:53 seb Exp $
+#
+
+DISTNAME= Readonly-1.03
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Readonly/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Readonly/
+COMMENT= Perl 5 module for creating read-only scalars, arrays and hashes
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Readonly/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3e386d9350db -r 1abcf1e848d9 devel/p5-Readonly/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Readonly/PLIST Wed May 09 02:56:53 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/09 02:56:53 seb Exp $
diff -r 3e386d9350db -r 1abcf1e848d9 devel/p5-Readonly/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Readonly/distinfo Wed May 09 02:56:53 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/09 02:56:53 seb Exp $
+
+SHA1 (Readonly-1.03.tar.gz) = 31220d04adc3b407cfe2d5bcb04d7ff07e923ab8
+RMD160 (Readonly-1.03.tar.gz) = 734555fa17b8d1dc9326c0998da1c561c4443bab
+Size (Readonly-1.03.tar.gz) = 13677 bytes
Home |
Main Index |
Thread Index |
Old Index