svn commit: r308839 - in head/devel: . p5-Devel-Refcount

Anton Berezin tobez at FreeBSD.org
Thu Dec 13 09:48:59 UTC 2012


Author: tobez
Date: Thu Dec 13 09:48:57 2012
New Revision: 308839
URL: http://svnweb.freebsd.org/changeset/ports/308839

Log:
  Add devel/p5-Devel-Refcount 0.09, a perl module to obtain the REFCNT
  value of a Perl variable.

Added:
  head/devel/p5-Devel-Refcount/
  head/devel/p5-Devel-Refcount/Makefile   (contents, props changed)
  head/devel/p5-Devel-Refcount/distinfo   (contents, props changed)
  head/devel/p5-Devel-Refcount/pkg-descr   (contents, props changed)
  head/devel/p5-Devel-Refcount/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Dec 13 09:45:49 2012	(r308838)
+++ head/devel/Makefile	Thu Dec 13 09:48:57 2012	(r308839)
@@ -1793,6 +1793,7 @@
     SUBDIR += p5-Devel-Profiler
     SUBDIR += p5-Devel-REPL
     SUBDIR += p5-Devel-Refactor
+    SUBDIR += p5-Devel-Refcount
     SUBDIR += p5-Devel-Required
     SUBDIR += p5-Devel-RingBuffer
     SUBDIR += p5-Devel-STrace

Added: head/devel/p5-Devel-Refcount/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Devel-Refcount/Makefile	Thu Dec 13 09:48:57 2012	(r308839)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	Devel-Refcount
+PORTVERSION=	0.09
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:PEVANS
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	tobez at FreeBSD.org
+COMMENT=	Obtain the REFCNT value of a referent
+
+TEST_DEPENDS=	p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
+
+PERL_MODBUILD=	yes
+
+MAN3=		Devel::Refcount.3
+
+.include <bsd.port.mk>

Added: head/devel/p5-Devel-Refcount/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Devel-Refcount/distinfo	Thu Dec 13 09:48:57 2012	(r308839)
@@ -0,0 +1,2 @@
+SHA256 (Devel-Refcount-0.09.tar.gz) = 42e5933f70470845c240934d804c7bf84a8080cd0a491c5a2bb9fd17ff1f6e00
+SIZE (Devel-Refcount-0.09.tar.gz) = 12754

Added: head/devel/p5-Devel-Refcount/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Devel-Refcount/pkg-descr	Thu Dec 13 09:48:57 2012	(r308839)
@@ -0,0 +1,5 @@
+This module provides a single function, refcount(), which obtains the
+reference count of the object being pointed to by the passed reference
+value.
+
+WWW: http://search.cpan.org/dist/Devel-Refcount/

Added: head/devel/p5-Devel-Refcount/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Devel-Refcount/pkg-plist	Thu Dec 13 09:48:57 2012	(r308839)
@@ -0,0 +1,6 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Refcount/Refcount.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Refcount/Refcount.so
+%%SITE_PERL%%/%%PERL_ARCH%%/Devel/Refcount.pm
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Refcount
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Devel


More information about the svn-ports-all mailing list