From owner-svn-ports-all@FreeBSD.ORG Thu Dec 13 10:28:46 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 494AEBE5; Thu, 13 Dec 2012 10:28:46 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2CBB98FC08; Thu, 13 Dec 2012 10:28:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBDASkTK010057; Thu, 13 Dec 2012 10:28:46 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBDASj87010050; Thu, 13 Dec 2012 10:28:45 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201212131028.qBDASj87010050@svn.freebsd.org> From: Anton Berezin Date: Thu, 13 Dec 2012 10:28:45 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 10:28:46 -0000 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 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