pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Readonly-XS Initial import of p5-Readonly-XS ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c82ae13821c7
branches:  trunk
changeset: 528581:c82ae13821c7
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed May 09 02:58:14 2007 +0000

description:
Initial import of p5-Readonly-XS version 1.04 into The NetBSD
Packages Collection.

The Perl 5 module Readonly::XS is a companion module to the Readonly
module.  You do not use Readonly::XS directly.  Instead, once it
is installed, the Readonly module will detect this and will use it
for creating read-only scalars.  This results in a significant
speed improvement.  This does not speed up read-only arrays or
hashes.

diffstat:

 devel/p5-Readonly-XS/DESCR    |   6 ++++++
 devel/p5-Readonly-XS/Makefile |  18 ++++++++++++++++++
 devel/p5-Readonly-XS/PLIST    |   1 +
 devel/p5-Readonly-XS/distinfo |   5 +++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 1abcf1e848d9 -r c82ae13821c7 devel/p5-Readonly-XS/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Readonly-XS/DESCR        Wed May 09 02:58:14 2007 +0000
@@ -0,0 +1,6 @@
+The Perl 5 module Readonly::XS is a companion module to the Readonly
+module.  You do not use Readonly::XS directly.  Instead, once it
+is installed, the Readonly module will detect this and will use it
+for creating read-only scalars.  This results in a significant
+speed improvement.  This does not speed up read-only arrays or
+hashes.
diff -r 1abcf1e848d9 -r c82ae13821c7 devel/p5-Readonly-XS/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Readonly-XS/Makefile     Wed May 09 02:58:14 2007 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/09 02:58:14 seb Exp $
+#
+
+DISTNAME=      Readonly-XS-1.04
+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-XS/
+COMMENT=       Perl 5 companion module to the Readonly module
+
+DEPENDS+=      p5-Readonly>=1.02:../../devel/p5-Readonly
+
+PERL5_PACKLIST=        auto/Readonly/XS/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1abcf1e848d9 -r c82ae13821c7 devel/p5-Readonly-XS/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Readonly-XS/PLIST        Wed May 09 02:58:14 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/09 02:58:14 seb Exp $
diff -r 1abcf1e848d9 -r c82ae13821c7 devel/p5-Readonly-XS/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Readonly-XS/distinfo     Wed May 09 02:58:14 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/09 02:58:14 seb Exp $
+
+SHA1 (Readonly-XS-1.04.tar.gz) = 1cd1a97971384538bf5587e5f8e3f4e671a0ce38
+RMD160 (Readonly-XS-1.04.tar.gz) = aad55174f4731336d43f6c30178e0e216fdbac17
+Size (Readonly-XS-1.04.tar.gz) = 9092 bytes



Home | Main Index | Thread Index | Old Index