Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  9 Jan 2013 20:05:19 +0800 (CST)
From:      Po-Chien Lin <linpc@cs.nctu.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175160: [NEW PORT] devel/p5-syntax: Activate syntax extensions to Perl
Message-ID:  <20130109120519.A28A349707@dev.linpc.org>
Resent-Message-ID: <201301091210.r09CA22p035728@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <linpc@cs.nctu.edu.tw>
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 <bsd.port.mk>
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:



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