pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Internals Add devel/p5-Internals version 1.1....
details: https://anonhg.NetBSD.org/pkgsrc/rev/d72d23d2c348
branches: trunk
changeset: 548603:d72d23d2c348
user: apb <apb%pkgsrc.org@localhost>
date: Sun Oct 19 09:46:45 2008 +0000
description:
Add devel/p5-Internals version 1.1. This is needed by
p5-PerlIO-via-dynamic when using perl-5.10.
This module allows you to write-protect and write-enable
your Perl variables, objects and data structures.
Moreover, the reference count of any Perl variable can
be read and set.
diffstat:
devel/p5-Internals/DESCR | 24 ++++++++++++++++++++++++
devel/p5-Internals/Makefile | 22 ++++++++++++++++++++++
devel/p5-Internals/distinfo | 5 +++++
3 files changed, 51 insertions(+), 0 deletions(-)
diffs (63 lines):
diff -r e9755c2b4f6c -r d72d23d2c348 devel/p5-Internals/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Internals/DESCR Sun Oct 19 09:46:45 2008 +0000
@@ -0,0 +1,24 @@
+This module allows you to write-protect and write-enable
+your Perl variables, objects and data structures.
+
+Moreover, the reference count of any Perl variable can
+be read and set.
+
+You can never pass the object directly on which to
+perform the desired action, you always have to pass
+a reference to the variable or data structure in
+question.
+
+This comes in handy for objects and anonymous data
+structures, where you only have a reference anyway!
+
+BEWARE: This module is DANGEROUS!
+
+DO NOT attempt to unlock Perl's built-in variables!
+
+DO NOT manipulate reference counts unless you know
+exactly what you're doing!
+
+ANYTHING might happen! Hell might break loose! :-)
+
+YOU HAVE BEEN WARNED!
diff -r e9755c2b4f6c -r d72d23d2c348 devel/p5-Internals/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Internals/Makefile Sun Oct 19 09:46:45 2008 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2008/10/19 09:46:45 apb Exp $
+#
+
+DISTNAME= Internals-1.1
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Internals/} # XXX doesn't work
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/
+
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Internals/
+COMMENT= Write-protect Perl variables, manipulate refcounts
+
+USE_LANGUAGES= c
+PERL5_MODULE_TYPE= MakeMaker
+PERL5_PACKLIST= auto/Internals/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e9755c2b4f6c -r d72d23d2c348 devel/p5-Internals/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Internals/distinfo Sun Oct 19 09:46:45 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2008/10/19 09:46:46 apb Exp $
+
+SHA1 (Internals-1.1.tar.gz) = b3c0567f00fee3a72ecf52ea11ba3a362b407eb6
+RMD160 (Internals-1.1.tar.gz) = 5d3cdbac2d9d282f7842b93128ca917b15d23942
+Size (Internals-1.1.tar.gz) = 11167 bytes
Home |
Main Index |
Thread Index |
Old Index