Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2012 10:28:45 +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: r308840 - in head/devel: . p5-UNIVERSAL-ref
Message-ID:  <201212131028.qBDASj87010050@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobez
Date: Thu Dec 13 10:28:44 2012
New Revision: 308840
URL: http://svnweb.freebsd.org/changeset/ports/308840

Log:
  Add devel/p5-UNIVERSAL-ref 0.14, a Perl module that turns the ref()
  builtin function into a multimethod.

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Dec 13 09:48:57 2012	(r308839)
+++ head/devel/Makefile	Thu Dec 13 10:28:44 2012	(r308840)
@@ -2827,6 +2827,7 @@
     SUBDIR += p5-UNIVERSAL-can
     SUBDIR += p5-UNIVERSAL-isa
     SUBDIR += p5-UNIVERSAL-moniker
+    SUBDIR += p5-UNIVERSAL-ref
     SUBDIR += p5-UNIVERSAL-require
     SUBDIR += p5-UNIVERSAL-which
     SUBDIR += p5-UUID

Added: head/devel/p5-UNIVERSAL-ref/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-UNIVERSAL-ref/Makefile	Thu Dec 13 10:28:44 2012	(r308840)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	UNIVERSAL-ref
+PORTVERSION=	0.14
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:JJORE
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	tobez@FreeBSD.org
+COMMENT=	Turns ref() into a multimethod
+
+BUILD_DEPENDS=	p5-B-Utils>=0:${PORTSDIR}/devel/p5-B-Utils
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+PERL_CONFIGURE=	yes
+
+MAN3=	UNIVERSAL::ref.3
+
+.include <bsd.port.mk>

Added: head/devel/p5-UNIVERSAL-ref/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-UNIVERSAL-ref/distinfo	Thu Dec 13 10:28:44 2012	(r308840)
@@ -0,0 +1,2 @@
+SHA256 (UNIVERSAL-ref-0.14.tar.gz) = 35d815c49090d57b7051806ae1c4844879131791de1b861613c55a90a46b28ab
+SIZE (UNIVERSAL-ref-0.14.tar.gz) = 13355

Added: head/devel/p5-UNIVERSAL-ref/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-UNIVERSAL-ref/pkg-descr	Thu Dec 13 10:28:44 2012	(r308840)
@@ -0,0 +1,5 @@
+This module changes the behavior of the builtin function ref(). If ref()
+is called on an object that has requested an overloaded ref, the
+object's ->ref method will be called and its return value used instead.
+
+WWW: http://search.cpan.org/dist/UNIVERSAL-ref/

Added: head/devel/p5-UNIVERSAL-ref/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-UNIVERSAL-ref/pkg-plist	Thu Dec 13 10:28:44 2012	(r308840)
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/UNIVERSAL/ref.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/UNIVERSAL/ref/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/UNIVERSAL/ref/ref.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/UNIVERSAL/ref/ref.so
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/UNIVERSAL/ref
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/UNIVERSAL
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/UNIVERSAL



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