Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2013 23:46:59 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <201305252346.r4PNkx8A053358@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org>
+# $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 <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501400
+TEST_DEPENDS+=	p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>

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



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