summaryrefslogtreecommitdiff
path: root/devel/p5-Scalar-Util-Refcount
diff options
context:
space:
mode:
authorsno <sno>2009-02-25 22:33:47 +0000
committersno <sno>2009-02-25 22:33:47 +0000
commit0f1c98a92b72dadfc23c10071ea5a72e23973e14 (patch)
tree10a7d0fb5d83665ceea33f0da811a63abe75a96c /devel/p5-Scalar-Util-Refcount
parent1b070218f7ebc3afabd010b52ddc4b89f34d8b5a (diff)
downloadpkgsrc-0f1c98a92b72dadfc23c10071ea5a72e23973e14.tar.gz
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 (limited to 'devel/p5-Scalar-Util-Refcount')
-rw-r--r--devel/p5-Scalar-Util-Refcount/DESCR12
-rw-r--r--devel/p5-Scalar-Util-Refcount/Makefile20
-rw-r--r--devel/p5-Scalar-Util-Refcount/distinfo5
3 files changed, 37 insertions, 0 deletions
diff --git a/devel/p5-Scalar-Util-Refcount/DESCR b/devel/p5-Scalar-Util-Refcount/DESCR
new file mode 100644
index 00000000000..e189b793151
--- /dev/null
+++ b/devel/p5-Scalar-Util-Refcount/DESCR
@@ -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 --git a/devel/p5-Scalar-Util-Refcount/Makefile b/devel/p5-Scalar-Util-Refcount/Makefile
new file mode 100644
index 00000000000..eb675d940e3
--- /dev/null
+++ b/devel/p5-Scalar-Util-Refcount/Makefile
@@ -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
+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 --git a/devel/p5-Scalar-Util-Refcount/distinfo b/devel/p5-Scalar-Util-Refcount/distinfo
new file mode 100644
index 00000000000..11773b112b7
--- /dev/null
+++ b/devel/p5-Scalar-Util-Refcount/distinfo
@@ -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