1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

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.

WWW: http://search.cpan.org/dist/Getopt-Compact/

PR:		ports/148762
Submitted by:	Evgeniy Kosov <evgeniy at kosov.su>
This commit is contained in:
Philip M. Gollucci 2010-09-23 02:37:55 +00:00
parent e3b5d99978
commit a82cc513cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261668
5 changed files with 39 additions and 0 deletions

View File

@ -1676,6 +1676,7 @@
SUBDIR += p5-Geo-ShapeFile
SUBDIR += p5-Getargs-Long
SUBDIR += p5-Getopt-ArgvFile
SUBDIR += p5-Getopt-Compact
SUBDIR += p5-Getopt-Declare
SUBDIR += p5-Getopt-Euclid
SUBDIR += p5-Getopt-GUI-Long

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-Getopt-Compact
# Date created: July 16th 2010
# Whom: Evgeniy Kosov <evgeniy@kosov.su>
#
# $FreeBSD$
#
PORTNAME= Getopt-Compact
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= getopt processing in a compact statement with both long and short options, and usage functionality
PERL_CONFIGURE= yes
MAN3= Getopt::Compact.3 \
Getopt::Compact::PodMunger.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Getopt-Compact-0.04.tar.gz) = 5c4a8a82828b00bbf6d9da6b59f6e57d
SHA256 (Getopt-Compact-0.04.tar.gz) = 47a6fd8f9facb54a363b63d46617fcf18106b3b4a95f7fcbcbd08955595c1d47
SIZE (Getopt-Compact-0.04.tar.gz) = 9658

View File

@ -0,0 +1,6 @@
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.
WWW: http://search.cpan.org/dist/Getopt-Compact/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/Getopt/Compact.pm
%%SITE_PERL%%/Getopt/Compact/PodMunger.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Compact/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Compact
@dirrm %%SITE_PERL%%/Getopt/Compact
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt
@dirrmtry %%SITE_PERL%%/Getopt