Initial import of Getargs-Long 0.1.3

The "Getargs::Long" module allows usage of named parameters in function
calls, along with optional argument type-checking. It provides an easy
way to get at the parameters within the routine, and yields concise
descriptions for the common cases of all-mandatory and all-optional
parameter lists.

From Andrew Dalgleish <openbsd@andrewdalgleish.dyndns.org>
little cleanup and DESCR from me
This commit is contained in:
sturm 2003-04-13 16:32:22 +00:00
parent cf60af4b67
commit 7627ee9907
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/04/13 16:32:22 sturm Exp $
COMMENT= "parses long function arguments"
DISTNAME= Getargs-Long-0.1.3
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getargs/}
MAINTAINER= Andrew Dalgleish <openbsd@andrewdalgleish.dyndns.org>
# Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :p5-Log-Agent->=0.105:devel/p5-Log-Agent
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Getargs-Long-0.1.3.tar.gz) = 7c78b1e7fe1c1a47c31052c86e5a28dd
RMD160 (Getargs-Long-0.1.3.tar.gz) = 9aa035e852af25a294b5dd8a32f80bc91bebae42
SHA1 (Getargs-Long-0.1.3.tar.gz) = ba10d570391c883b45eaa0fc547889e19ddffa1e

View File

@ -0,0 +1,5 @@
The "Getargs::Long" module allows usage of named parameters in function
calls, along with optional argument type-checking. It provides an easy
way to get at the parameters within the routine, and yields concise
descriptions for the common cases of all-mandatory and all-optional
parameter lists.

View File

@ -0,0 +1,11 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/04/13 16:32:22 sturm Exp $
${P5SITE}/Getargs/Long.pm
@comment ${P5ARCH}/auto/Getargs/Long/.packlist
@comment ${P5ARCH}/perllocal.pod
man/man3p/Getargs::Long.3p
@comment @dirrm man/man3p
@comment @dirrm ${P5ARCH}/auto/Getargs/Long
@comment @dirrm ${P5ARCH}/auto/Getargs
@comment @dirrm ${P5ARCH}/auto
@comment @dirrm ${P5ARCH}
@dirrm ${P5SITE}/Getargs