Date: Mon, 19 Jul 2010 19:46:43 +0400 From: Evgeniy Kosov <evgeniy@kosov.su> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/148762: New port: devel/p5-Getopt-Compact getopt processing in a compact statement with both long and short options, and usage functionality Message-ID: <4C447363.1050004@kosov.su> Resent-Message-ID: <201007191600.o6JG02XO095877@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 148762 >Category: ports >Synopsis: New port: devel/p5-Getopt-Compact getopt processing in a compact statement with both long and short options, and usage functionality >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 19 16:00:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Evgeniy Kosov >Release: FreeBSD 8.0-STABLE amd64 >Organization: >Environment: System: FreeBSD kosov-dev.hc 8.0-STABLE FreeBSD 8.0-STABLE #0: Thu Apr 22 12:47:30 MSD 2010 root@kosov-dev.hc:/usr/obj/usr/src/sys/KOSOV-DEV amd64 >Description: This is yet another Getopt related module. Getopt::Compact is geared towards compactly and yet quite powerfully describing an option syntax. Options can be parsed, returned as a hashref of values, and/or displayed as a usage string or within the script POD. >How-To-Repeat: >Fix: # 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-Compact # p5-Getopt-Compact/Makefile # p5-Getopt-Compact/distinfo # p5-Getopt-Compact/pkg-descr # p5-Getopt-Compact/pkg-plist # echo c - p5-Getopt-Compact mkdir -p p5-Getopt-Compact > /dev/null 2>&1 echo x - p5-Getopt-Compact/Makefile sed 's/^X//' >p5-Getopt-Compact/Makefile << '95a546add82b15114692719f6fdc259a' X# New ports collection makefile for: p5-Getopt-Compact X# Date created: July 16th 2010 X# Whom: Evgeniy Kosov <evgeniy@kosov.su> X# X# $FreeBSD$ X# X XPORTNAME= Getopt-Compact XPORTVERSION= 0.04 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= perl@FreeBSD.org XCOMMENT= getopt processing in a compact statement with both long and short options, and usage functionality X XPERL_CONFIGURE= yes X XMAN3= Getopt::Compact.3 \ X Getopt::Compact::PodMunger.3 X X.include <bsd.port.mk> 95a546add82b15114692719f6fdc259a echo x - p5-Getopt-Compact/distinfo sed 's/^X//' >p5-Getopt-Compact/distinfo << '4f242f2da71d1aa97043e9af34ea5083' XMD5 (Getopt-Compact-0.04.tar.gz) = 5c4a8a82828b00bbf6d9da6b59f6e57d XSHA256 (Getopt-Compact-0.04.tar.gz) = 47a6fd8f9facb54a363b63d46617fcf18106b3b4a95f7fcbcbd08955595c1d47 XSIZE (Getopt-Compact-0.04.tar.gz) = 9658 4f242f2da71d1aa97043e9af34ea5083 echo x - p5-Getopt-Compact/pkg-descr sed 's/^X//' >p5-Getopt-Compact/pkg-descr << '54733c8067700d7e6bb6cbaf564e314d' XThis is yet another Getopt related module. Getopt::Compact is geared towards Xcompactly and yet quite powerfully describing an option syntax. Options can Xbe parsed, returned as a hashref of values, and/or displayed as a usage string Xor within the script POD. X XWWW: http://search.cpan.org/dist/Getopt-Compact/ 54733c8067700d7e6bb6cbaf564e314d echo x - p5-Getopt-Compact/pkg-plist sed 's/^X//' >p5-Getopt-Compact/pkg-plist << '3fac9b05b882248724f9ca727125c0a3' X%%SITE_PERL%%/Getopt/Compact.pm X%%SITE_PERL%%/Getopt/Compact/PodMunger.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Compact/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Compact X@dirrm %%SITE_PERL%%/Getopt/Compact X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt X@dirrmtry %%SITE_PERL%%/Getopt 3fac9b05b882248724f9ca727125c0a3 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C447363.1050004>