From owner-svn-ports-all@FreeBSD.ORG Sun May 26 07:15:19 2013 Return-Path: Delivered-To: svn-ports-all@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 19922C69; Sun, 26 May 2013 07:15:19 +0000 (UTC) (envelope-from kuriyama@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 F02C1D02; Sun, 26 May 2013 07:15:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4Q7FIGl004825; Sun, 26 May 2013 07:15:18 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4Q7FHG4004816; Sun, 26 May 2013 07:15:17 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201305260715.r4Q7FHG4004816@svn.freebsd.org> From: Jun Kuriyama Date: Sun, 26 May 2013 07:15:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319094 - in head/devel: . p5-Eval-WithLexicals 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: Sun, 26 May 2013 07:15:19 -0000 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@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 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 +@dirrm %%SITE_PERL%%/Eval/WithLexicals +@dirrmtry %%SITE_PERL%%/Eval +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Eval/WithLexicals +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Eval