Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2012 09:48:58 +0000 (UTC)
From:      Anton Berezin <tobez@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308839 - in head/devel: . p5-Devel-Refcount
Message-ID:  <201212130948.qBD9mwsD001907@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Refcount
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Devel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212130948.qBD9mwsD001907>