svn commit: r319094 - in head/devel: . p5-Eval-WithLexicals
Jun Kuriyama
kuriyama at FreeBSD.org
Sun May 26 07:15:19 UTC 2013
Author: kuriyama
Date: Sun May 26 07:15:17 2013
New Revision: 319094
URL: http://svnweb.freebsd.org/changeset/ports/319094
Log:
Pure perl eval with persistent lexical variables.
WWW: http://search.cpan.org/dist/Eval-WithLexicals/
Added:
head/devel/p5-Eval-WithLexicals/
head/devel/p5-Eval-WithLexicals/Makefile (contents, props changed)
head/devel/p5-Eval-WithLexicals/distinfo (contents, props changed)
head/devel/p5-Eval-WithLexicals/pkg-descr (contents, props changed)
head/devel/p5-Eval-WithLexicals/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun May 26 07:13:40 2013 (r319093)
+++ head/devel/Makefile Sun May 26 07:15:17 2013 (r319094)
@@ -1914,6 +1914,7 @@
SUBDIR += p5-Eval-Closure
SUBDIR += p5-Eval-Context
SUBDIR += p5-Eval-LineNumbers
+ SUBDIR += p5-Eval-WithLexicals
SUBDIR += p5-Event
SUBDIR += p5-Event-ExecFlow
SUBDIR += p5-Event-Join
Added: head/devel/p5-Eval-WithLexicals/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Eval-WithLexicals/Makefile Sun May 26 07:15:17 2013 (r319094)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= Eval-WithLexicals
+PORTVERSION= 1.002000
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:DGL
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= kuriyama at FreeBSD.org
+COMMENT= Perl extension for pure perl eval with persistent lexical variables
+
+RUN_DEPENDS= \
+ p5-Moo>=0.009006:${PORTSDIR}/devel/p5-Moo
+BUILD_DEPENDS= ${RUN_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Eval::WithLexicals.3 \
+ Eval::WithLexicals::WithHintPersistence.3
+
+.include <bsd.port.mk>
Added: head/devel/p5-Eval-WithLexicals/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Eval-WithLexicals/distinfo Sun May 26 07:15:17 2013 (r319094)
@@ -0,0 +1,2 @@
+SHA256 (Eval-WithLexicals-1.002000.tar.gz) = 09bee14b7367a1c2cd72047f4460dcc362d37ae2584db28455f42aa81d1983b9
+SIZE (Eval-WithLexicals-1.002000.tar.gz) = 4863
Added: head/devel/p5-Eval-WithLexicals/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Eval-WithLexicals/pkg-descr Sun May 26 07:15:17 2013 (r319094)
@@ -0,0 +1,3 @@
+Pure perl eval with persistent lexical variables.
+
+WWW: http://search.cpan.org/dist/Eval-WithLexicals/
Added: head/devel/p5-Eval-WithLexicals/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Eval-WithLexicals/pkg-plist Sun May 26 07:15:17 2013 (r319094)
@@ -0,0 +1,8 @@
+bin/tinyrepl
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Eval/WithLexicals/.packlist
+%%SITE_PERL%%/Eval/WithLexicals.pm
+%%SITE_PERL%%/Eval/WithLexicals/WithHintPersistence.pm
+ at dirrm %%SITE_PERL%%/Eval/WithLexicals
+ at dirrmtry %%SITE_PERL%%/Eval
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Eval/WithLexicals
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Eval
More information about the svn-ports-all
mailing list