From owner-svn-ports-all@FreeBSD.ORG Fri Aug 30 20:20:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CDE16185; Fri, 30 Aug 2013 20:20:54 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B9B262D13; Fri, 30 Aug 2013 20:20:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7UKKs6j086907; Fri, 30 Aug 2013 20:20:54 GMT (envelope-from lth@svn.freebsd.org) Received: (from lth@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7UKKrpf086899; Fri, 30 Aug 2013 20:20:53 GMT (envelope-from lth@svn.freebsd.org) Message-Id: <201308302020.r7UKKrpf086899@svn.freebsd.org> From: Lars Thegler Date: Fri, 30 Aug 2013 20:20:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325720 - in head/devel: . p5-Syntax-Keyword-Junction 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: Fri, 30 Aug 2013 20:20:55 -0000 Author: lth Date: Fri Aug 30 20:20:53 2013 New Revision: 325720 URL: http://svnweb.freebsd.org/changeset/ports/325720 Log: Perl6 style Junction operators in Perl5. This is a lightweight module which provides 'Junction' operators, the most commonly used being any and all. Added: head/devel/p5-Syntax-Keyword-Junction/ head/devel/p5-Syntax-Keyword-Junction/Makefile (contents, props changed) head/devel/p5-Syntax-Keyword-Junction/distinfo (contents, props changed) head/devel/p5-Syntax-Keyword-Junction/pkg-descr (contents, props changed) head/devel/p5-Syntax-Keyword-Junction/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Aug 30 20:14:02 2013 (r325719) +++ head/devel/Makefile Fri Aug 30 20:20:53 2013 (r325720) @@ -2691,6 +2691,7 @@ SUBDIR += p5-Sub-Uplevel SUBDIR += p5-Sub-WrapPackages SUBDIR += p5-Symbol-Util + SUBDIR += p5-Syntax-Keyword-Junction SUBDIR += p5-Sys-Cpu SUBDIR += p5-Sys-Info SUBDIR += p5-Sys-Info-Base Added: head/devel/p5-Syntax-Keyword-Junction/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Syntax-Keyword-Junction/Makefile Fri Aug 30 20:20:53 2013 (r325720) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= Syntax-Keyword-Junction +PORTVERSION= 0.003006 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Perl6 style Junction operators in Perl5 + +USES= perl5 +USE_PERL5= configure + +BUILD_DEPENDS= p5-syntax>=0:${PORTSDIR}/devel/p5-syntax \ + p5-Sub-Exporter-Progressive>=0.001.006:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive +RUN_DEPENDS:= ${BUILD_DEPENDS} + +MAN3= Syntax::Feature::Junction.3 \ + Syntax::Keyword::Junction.3 \ + Syntax::Keyword::Junction::All.3 \ + Syntax::Keyword::Junction::Any.3 \ + Syntax::Keyword::Junction::Base.3 \ + Syntax::Keyword::Junction::None.3 \ + Syntax::Keyword::Junction::One.3 + +.include Added: head/devel/p5-Syntax-Keyword-Junction/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Syntax-Keyword-Junction/distinfo Fri Aug 30 20:20:53 2013 (r325720) @@ -0,0 +1,2 @@ +SHA256 (Syntax-Keyword-Junction-0.003006.tar.gz) = 182ab56d86bf3acf292d4ed5893ae0134f43843cdadba3e18f9885e6f86035ec +SIZE (Syntax-Keyword-Junction-0.003006.tar.gz) = 17377 Added: head/devel/p5-Syntax-Keyword-Junction/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Syntax-Keyword-Junction/pkg-descr Fri Aug 30 20:20:53 2013 (r325720) @@ -0,0 +1,4 @@ +This is a lightweight module which provides 'Junction' operators, +the most commonly used being any and all. + +WWW: http://search.cpan.org/dist/Syntax-Keyword-Junction/ Added: head/devel/p5-Syntax-Keyword-Junction/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Syntax-Keyword-Junction/pkg-plist Fri Aug 30 20:20:53 2013 (r325720) @@ -0,0 +1,15 @@ +%%SITE_PERL%%/Syntax/Feature/Junction.pm +%%SITE_PERL%%/Syntax/Keyword/Junction/Any.pm +%%SITE_PERL%%/Syntax/Keyword/Junction/One.pm +%%SITE_PERL%%/Syntax/Keyword/Junction/Base.pm +%%SITE_PERL%%/Syntax/Keyword/Junction/None.pm +%%SITE_PERL%%/Syntax/Keyword/Junction/All.pm +%%SITE_PERL%%/Syntax/Keyword/Junction.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Syntax/Keyword/Junction/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Syntax/Keyword/Junction +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Syntax/Keyword +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Syntax +@dirrmtry %%SITE_PERL%%/Syntax/Keyword/Junction +@dirrmtry %%SITE_PERL%%/Syntax/Keyword +@dirrmtry %%SITE_PERL%%/Syntax/Feature +@dirrmtry %%SITE_PERL%%/Syntax