Date: Sun, 20 Aug 2006 18:04:10 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/102316: [NEW PORT] devel/p5-App-Options: Combine command line options, environment vars, and option file values Message-ID: <20060820100410.7DF1A40F@netnews.NCTU.edu.tw> Resent-Message-ID: <200608201010.k7KAAIU1061440@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 102316 >Category: ports >Synopsis: [NEW PORT] devel/p5-App-Options: Combine command line options, environment vars, and option file values >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: Sun Aug 20 10:10:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: App::Options combines command-line arguments, environment variables, option files, and program defaults to produce a hash of option values. WWW: http://search.cpan.org/dist/App-Options/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-App-Options-1.01.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-App-Options # p5-App-Options/pkg-descr # p5-App-Options/Makefile # p5-App-Options/pkg-plist # p5-App-Options/distinfo # echo c - p5-App-Options mkdir -p p5-App-Options > /dev/null 2>&1 echo x - p5-App-Options/pkg-descr sed 's/^X//' >p5-App-Options/pkg-descr << 'END-of-p5-App-Options/pkg-descr' XApp::Options combines command-line arguments, environment variables, Xoption files, and program defaults to produce a hash of option values. X XWWW: http://search.cpan.org/dist/App-Options/ END-of-p5-App-Options/pkg-descr echo x - p5-App-Options/Makefile sed 's/^X//' >p5-App-Options/Makefile << 'END-of-p5-App-Options/Makefile' X# New ports collection makefile for: p5-App-Options X# Date created: 2006-08-20 X# Whom: Gea-Suan Lin <gslin@gslin.org> X# X# $FreeBSD$ X# X XPORTNAME= App-Options XPORTVERSION= 1.01 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= App XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Combine command line options, environment vars, and option file values X XPERL_CONFIGURE= yes X XMAN3= App::Options.3 X X.include <bsd.port.pre.mk> X X.if ${PERL_LEVEL} < 500600 XIGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again X.endif X X.include <bsd.port.post.mk> END-of-p5-App-Options/Makefile echo x - p5-App-Options/pkg-plist sed 's/^X//' >p5-App-Options/pkg-plist << 'END-of-p5-App-Options/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/App-Options/.packlist X%%SITE_PERL%%/App/Options.pm Xbin/prefix X@dirrmtry %%SITE_PERL%%/App X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App-Options END-of-p5-App-Options/pkg-plist echo x - p5-App-Options/distinfo sed 's/^X//' >p5-App-Options/distinfo << 'END-of-p5-App-Options/distinfo' XMD5 (App-Options-1.01.tar.gz) = 12b087c1beff7d6ca0e796aac9cbff3b XSHA256 (App-Options-1.01.tar.gz) = 69519ad623d73ed404f89966ce1157c7142ae9a85a43a1428192a5820873afd2 XSIZE (App-Options-1.01.tar.gz) = 32672 END-of-p5-App-Options/distinfo exit --- p5-App-Options-1.01.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?20060820100410.7DF1A40F>