pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Scalar-Util-Refcount Provides two functions t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0d205d9c75c0
branches: trunk
changeset: 555212:0d205d9c75c0
user: sno <sno%pkgsrc.org@localhost>
date: Wed Feb 25 22:33:47 2009 +0000
description:
Provides two functions to show reference counts of Perl objects.
This can be handy when testing/debugging and you want to know what the heck
is going on.
This is a trivial module. The documentation is longer than the code. Heck,
the BSD license at the top of the file is longer than the code. It took
longer to make it release-ready than it took to write it.
Provides:
- refcount
- refcount_sv
diffstat:
devel/p5-Scalar-Util-Refcount/DESCR | 12 ++++++++++++
devel/p5-Scalar-Util-Refcount/Makefile | 20 ++++++++++++++++++++
devel/p5-Scalar-Util-Refcount/distinfo | 5 +++++
3 files changed, 37 insertions(+), 0 deletions(-)
diffs (49 lines):
diff -r 77dcdaad8544 -r 0d205d9c75c0 devel/p5-Scalar-Util-Refcount/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Scalar-Util-Refcount/DESCR Wed Feb 25 22:33:47 2009 +0000
@@ -0,0 +1,12 @@
+Provides two functions to show reference counts of Perl objects.
+
+This can be handy when testing/debugging and you want to know what the heck
+is going on.
+
+This is a trivial module. The documentation is longer than the code. Heck,
+the BSD license at the top of the file is longer than the code. It took
+longer to make it release-ready than it took to write it.
+
+Provides:
+ - refcount
+ - refcount_sv
diff -r 77dcdaad8544 -r 0d205d9c75c0 devel/p5-Scalar-Util-Refcount/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Scalar-Util-Refcount/Makefile Wed Feb 25 22:33:47 2009 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2009/02/25 22:33:47 sno Exp $
+#
+
+DISTNAME= Scalar-Util-Refcount-1.0.2
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= misc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Scalar-Util-Refcount/
+COMMENT= Perl module to show an object's reference count
+
+PKG_DESTDIR_SUPPORT= user-destdir
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_LANGUAGES= c
+PERL5_PACKLIST= auto/Scalar/Util/Refcount/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 77dcdaad8544 -r 0d205d9c75c0 devel/p5-Scalar-Util-Refcount/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Scalar-Util-Refcount/distinfo Wed Feb 25 22:33:47 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2009/02/25 22:33:47 sno Exp $
+
+SHA1 (Scalar-Util-Refcount-1.0.2.tar.gz) = 52ea69d212c349e3f26f2510f8c855cba81c26b7
+RMD160 (Scalar-Util-Refcount-1.0.2.tar.gz) = f8cdfce3ae4030aa18b711cfad2cd1ac4f2a9849
+Size (Scalar-Util-Refcount-1.0.2.tar.gz) = 18571 bytes
Home |
Main Index |
Thread Index |
Old Index