From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 9 12:10:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 37895D9B for ; Wed, 9 Jan 2013 12:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 201E0924 for ; Wed, 9 Jan 2013 12:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r09CA2BA035729 for ; Wed, 9 Jan 2013 12:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r09CA22p035728; Wed, 9 Jan 2013 12:10:02 GMT (envelope-from gnats) Resent-Date: Wed, 9 Jan 2013 12:10:02 GMT Resent-Message-Id: <201301091210.r09CA22p035728@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Po-Chien Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 64348D4A for ; Wed, 9 Jan 2013 12:05:23 +0000 (UTC) (envelope-from linpc@dev.linpc.org) Received: from dev.linpc.org (sq1.cs.nctu.edu.tw [140.113.208.226]) by mx1.freebsd.org (Postfix) with ESMTP id 3A3A68F9 for ; Wed, 9 Jan 2013 12:05:22 +0000 (UTC) Received: by dev.linpc.org (Postfix, from userid 1001) id A28A349707; Wed, 9 Jan 2013 20:05:19 +0800 (CST) Message-Id: <20130109120519.A28A349707@dev.linpc.org> Date: Wed, 9 Jan 2013 20:05:19 +0800 (CST) From: Po-Chien Lin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/175160: [NEW PORT] devel/p5-syntax: Activate syntax extensions to Perl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2013 12:10:02 -0000 >Number: 175160 >Category: ports >Synopsis: [NEW PORT] devel/p5-syntax: Activate syntax extensions to Perl >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 09 12:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Po-Chien Lin >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD dev.linpc.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Sat Jan 5 22:32:49 CST >Description: - New port request for devel/p5-syntax, based on this port, we can introduce more module to make coding fun. This module activates community provided syntax extensions to Perl. You pass it a feature name, and optionally a scalar with arguments, and the dispatching system will load and install the extension in your package. The import arguments are parsed with Data::OptList(3). There are no standardised options. Please consult the documentation for the specific syntax feature to find out about possible configuration options. WWW: http://search.cpan.org/dist/syntax/ >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-syntax # p5-syntax/pkg-plist # p5-syntax/distinfo # p5-syntax/Makefile # p5-syntax/pkg-descr # echo c - p5-syntax mkdir -p p5-syntax > /dev/null 2>&1 echo x - p5-syntax/pkg-plist sed 's/^X//' >p5-syntax/pkg-plist << '5390a4d12926867f6c1610edd3d40d7c' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/syntax/.packlist X%%SITE_PERL%%/syntax.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/syntax 5390a4d12926867f6c1610edd3d40d7c echo x - p5-syntax/distinfo sed 's/^X//' >p5-syntax/distinfo << 'c1914f0118e99408b921ffa920cf1a5d' XSHA256 (syntax-0.004.tar.gz) = fe19b6da8a8f43a5aa2ee571441bc0e339fb156d0081c157a1a24e9812c7d365 XSIZE (syntax-0.004.tar.gz) = 11759 c1914f0118e99408b921ffa920cf1a5d echo x - p5-syntax/Makefile sed 's/^X//' >p5-syntax/Makefile << '0649bc52f6d4181d3a1c340988798f74' X# Created by: Po-Chien Lin X# $FreeBSD$ X XPORTNAME= syntax XPORTVERSION= 0.004 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= CPAN:PHAYLON XPKGNAMEPREFIX= p5- X XMAINTAINER= linpc@cs.nctu.edu.tw XCOMMENT= Activate syntax extensions to Perl X XLICENSE= ART10 GPLv1 XLICENSE_COMB= dual X XBUILD_DEPENDS= p5-Data-OptList>=0.104:${PORTSDIR}/devel/p5-Data-OptList \ X p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean XRUN_DEPENDS:= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= syntax.3 X X.include 0649bc52f6d4181d3a1c340988798f74 echo x - p5-syntax/pkg-descr sed 's/^X//' >p5-syntax/pkg-descr << 'fa178777312a1c916e8cd68d66ee9454' XThis module activates community provided syntax extensions to Perl. You pass Xit a feature name, and optionally a scalar with arguments, and the Xdispatching system will load and install the extension in your package. X XThe import arguments are parsed with Data::OptList(3). There are no Xstandardised options. Please consult the documentation for the specific syntax Xfeature to find out about possible configuration options. X XWWW: http://search.cpan.org/dist/syntax/ fa178777312a1c916e8cd68d66ee9454 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: