Date: Sun, 28 Nov 2010 09:57:13 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/152631: [NEW PORT] devel/p5-Getopt-Attribute: Attribute wrapper for Getopt::Long Message-ID: <20101128015713.6E86D7E81B@colo-p.gslin.org> Resent-Message-ID: <201011280200.oAS20Lvn077539@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 152631 >Category: ports >Synopsis: [NEW PORT] devel/p5-Getopt-Attribute: Attribute wrapper for Getopt::Long >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 Nov 28 02:00:20 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.3-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD colo-p.gslin.org 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:04:04 UTC 2010 >Description: This module provides an attribute wrapper around Getopt::Long. Instead of declaring the options in a hash with references to the variables and subroutines affected by the options, you can use the Getopt attribute on the variables and subroutines directly. As you can see from the Synopsis, the attribute takes an argument of the same format as you would give as the hash key for Getopt::Long. See the Getopt::Long manpage for details. WWW: http://search.cpan.org/dist/Getopt-Attribute/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Getopt-Attribute-2.101700.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-Getopt-Attribute # p5-Getopt-Attribute/pkg-descr # p5-Getopt-Attribute/Makefile # p5-Getopt-Attribute/pkg-plist # p5-Getopt-Attribute/distinfo # echo c - p5-Getopt-Attribute mkdir -p p5-Getopt-Attribute > /dev/null 2>&1 echo x - p5-Getopt-Attribute/pkg-descr sed 's/^X//' >p5-Getopt-Attribute/pkg-descr << '4b318997a2b352b3787916074b6b6e72' XThis module provides an attribute wrapper around Getopt::Long. XInstead of declaring the options in a hash with references to the Xvariables and subroutines affected by the options, you can use the XGetopt attribute on the variables and subroutines directly. X XAs you can see from the Synopsis, the attribute takes an argument of Xthe same format as you would give as the hash key for Getopt::Long. XSee the Getopt::Long manpage for details. X XWWW: http://search.cpan.org/dist/Getopt-Attribute/ 4b318997a2b352b3787916074b6b6e72 echo x - p5-Getopt-Attribute/Makefile sed 's/^X//' >p5-Getopt-Attribute/Makefile << 'a0a0bd1b4e64db55fe332705116aacb7' X# New ports collection makefile for: p5-Getopt-Attribute X# Date created: 2010-11-28 X# Whom: Gea-Suan Lin <gslin@gslin.org> X# X# $FreeBSD$ X# X XPORTNAME= Getopt-Attribute XPORTVERSION= 2.101700 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Attribute wrapper for Getopt::Long X XPERL_CONFIGURE= yes XUSE_PERL5_RUN= 5.8.1+ X XMAN3= Getopt::Attribute.3 X X.include <bsd.port.mk> a0a0bd1b4e64db55fe332705116aacb7 echo x - p5-Getopt-Attribute/pkg-plist sed 's/^X//' >p5-Getopt-Attribute/pkg-plist << 'f0d77c183924f83bae5da618b647a463' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Attribute/.packlist X%%SITE_PERL%%/Getopt/Attribute.pm X@dirrmtry %%SITE_PERL%%/Getopt X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Attribute X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt f0d77c183924f83bae5da618b647a463 echo x - p5-Getopt-Attribute/distinfo sed 's/^X//' >p5-Getopt-Attribute/distinfo << 'a71691d801f1bfde9c9a2675bd586662' XSHA256 (Getopt-Attribute-2.101700.tar.gz) = 657debfe9545f3d0942867dd2ae1dfb712441ff3c868647a0e34d08b8deaef7c XSIZE (Getopt-Attribute-2.101700.tar.gz) = 18402 a71691d801f1bfde9c9a2675bd586662 exit --- p5-Getopt-Attribute-2.101700.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?20101128015713.6E86D7E81B>