From owner-svn-ports-head@FreeBSD.ORG Sat May 25 23:47:00 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D3989F80; Sat, 25 May 2013 23:47:00 +0000 (UTC) (envelope-from sunpoet@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 C41ECEC9; Sat, 25 May 2013 23:47:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4PNl0Ll053375; Sat, 25 May 2013 23:47:00 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4PNkx8A053358; Sat, 25 May 2013 23:46:59 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201305252346.r4PNkx8A053358@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 May 2013 23:46:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319076 - in head/devel: . p5-Sub-Exporter-Lexical X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 May 2013 23:47:01 -0000 Author: sunpoet Date: Sat May 25 23:46:59 2013 New Revision: 319076 URL: http://svnweb.freebsd.org/changeset/ports/319076 Log: - Add p5-Sub-Exporter-Lexical 0.092291 Sub::Exporter::Lexical provides an alternate installer for Sub::Exporter. Installers are documented in Sub::Exporter's documentation; all you need to know is that by using Sub::Exporter::Lexical's installer, you can import routines into a lexical scope that will be cleaned up when that scope ends. WWW: http://search.cpan.org/dist/Sub-Exporter-Lexical/ Added: head/devel/p5-Sub-Exporter-Lexical/ head/devel/p5-Sub-Exporter-Lexical/Makefile (contents, props changed) head/devel/p5-Sub-Exporter-Lexical/distinfo (contents, props changed) head/devel/p5-Sub-Exporter-Lexical/pkg-descr (contents, props changed) head/devel/p5-Sub-Exporter-Lexical/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 25 23:43:05 2013 (r319075) +++ head/devel/Makefile Sat May 25 23:46:59 2013 (r319076) @@ -2664,6 +2664,7 @@ SUBDIR += p5-Sub-Exporter SUBDIR += p5-Sub-Exporter-ForMethods SUBDIR += p5-Sub-Exporter-GlobExporter + SUBDIR += p5-Sub-Exporter-Lexical SUBDIR += p5-Sub-Exporter-Progressive SUBDIR += p5-Sub-Identify SUBDIR += p5-Sub-Install Added: head/devel/p5-Sub-Exporter-Lexical/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Sub-Exporter-Lexical/Makefile Sat May 25 23:46:59 2013 (r319076) @@ -0,0 +1,32 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Sub-Exporter-Lexical +PORTVERSION= 0.092.291 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Export lexically-available subs with Sub::Exporter + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-B-Hooks-EndOfScope>=0:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \ + p5-Sub-Exporter>=0.978:${PORTSDIR}/devel/p5-Sub-Exporter \ + p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Sub::Exporter::Lexical.3 + +.include + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Added: head/devel/p5-Sub-Exporter-Lexical/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Sub-Exporter-Lexical/distinfo Sat May 25 23:46:59 2013 (r319076) @@ -0,0 +1,2 @@ +SHA256 (Sub-Exporter-Lexical-0.092291.tar.gz) = e45830d8e39ed33a0af3a513223f0158133f4aa2429306101cbb2f98cdbcfbc1 +SIZE (Sub-Exporter-Lexical-0.092291.tar.gz) = 11624 Added: head/devel/p5-Sub-Exporter-Lexical/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Sub-Exporter-Lexical/pkg-descr Sat May 25 23:46:59 2013 (r319076) @@ -0,0 +1,6 @@ +Sub::Exporter::Lexical provides an alternate installer for Sub::Exporter. +Installers are documented in Sub::Exporter's documentation; all you need to know +is that by using Sub::Exporter::Lexical's installer, you can import routines +into a lexical scope that will be cleaned up when that scope ends. + +WWW: http://search.cpan.org/dist/Sub-Exporter-Lexical/ Added: head/devel/p5-Sub-Exporter-Lexical/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Sub-Exporter-Lexical/pkg-plist Sat May 25 23:46:59 2013 (r319076) @@ -0,0 +1,8 @@ +%%SITE_PERL%%/Sub/Exporter/Lexical.pm +%%SITE_PERL%%/Sub/Exporter/snippet.pl +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Exporter/Lexical/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Exporter/Lexical +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Exporter +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub +@dirrmtry %%SITE_PERL%%/Sub/Exporter +@dirrmtry %%SITE_PERL%%/Sub