From 7627ee99076e5431f49a09978fb31df54320219f Mon Sep 17 00:00:00 2001 From: sturm Date: Sun, 13 Apr 2003 16:32:22 +0000 Subject: [PATCH] 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 little cleanup and DESCR from me --- devel/p5-Getargs-Long/Makefile | 23 +++++++++++++++++++++++ devel/p5-Getargs-Long/distinfo | 3 +++ devel/p5-Getargs-Long/pkg/DESCR | 5 +++++ devel/p5-Getargs-Long/pkg/PLIST | 11 +++++++++++ 4 files changed, 42 insertions(+) create mode 100644 devel/p5-Getargs-Long/Makefile create mode 100644 devel/p5-Getargs-Long/distinfo create mode 100644 devel/p5-Getargs-Long/pkg/DESCR create mode 100644 devel/p5-Getargs-Long/pkg/PLIST diff --git a/devel/p5-Getargs-Long/Makefile b/devel/p5-Getargs-Long/Makefile new file mode 100644 index 00000000000..bd172fd9ff2 --- /dev/null +++ b/devel/p5-Getargs-Long/Makefile @@ -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 + +# 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 diff --git a/devel/p5-Getargs-Long/distinfo b/devel/p5-Getargs-Long/distinfo new file mode 100644 index 00000000000..bb362c9edb3 --- /dev/null +++ b/devel/p5-Getargs-Long/distinfo @@ -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 diff --git a/devel/p5-Getargs-Long/pkg/DESCR b/devel/p5-Getargs-Long/pkg/DESCR new file mode 100644 index 00000000000..ee0c983f262 --- /dev/null +++ b/devel/p5-Getargs-Long/pkg/DESCR @@ -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. diff --git a/devel/p5-Getargs-Long/pkg/PLIST b/devel/p5-Getargs-Long/pkg/PLIST new file mode 100644 index 00000000000..c74349ad62e --- /dev/null +++ b/devel/p5-Getargs-Long/pkg/PLIST @@ -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