diff options
author | bad <bad@pkgsrc.org> | 1999-05-12 20:47:13 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-05-12 20:47:13 +0000 |
commit | 2b28f563605d5844548657ae348b4d3dbeae7899 (patch) | |
tree | 4e61e25ccbfea5282ac02cd2eb09ff655540aca4 /devel | |
parent | 3a4481e39fc8f0538b4d7e0baf242bb3ee656983 (diff) | |
download | pkgsrc-2b28f563605d5844548657ae348b4d3dbeae7899.tar.gz |
Initial import of FileKGlob-1.2 a Perl module to do file name globbing.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-FileKGlob/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-FileKGlob/files/Makefile.PL | 11 | ||||
-rw-r--r-- | devel/p5-FileKGlob/files/md5 | 3 | ||||
-rw-r--r-- | devel/p5-FileKGlob/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/p5-FileKGlob/pkg/DESCR | 1 | ||||
-rw-r--r-- | devel/p5-FileKGlob/pkg/PLIST | 4 |
6 files changed, 40 insertions, 0 deletions
diff --git a/devel/p5-FileKGlob/Makefile b/devel/p5-FileKGlob/Makefile new file mode 100644 index 00000000000..5b3e7bb2bc1 --- /dev/null +++ b/devel/p5-FileKGlob/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/05/12 20:47:13 bad Exp $ +# + +DISTNAME= FileKGlob +PKGNAME= p5-FileKGlob-1.2 +WRKSRC= ${WRKDIR}/File +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} + +MAINTAINER= packages@netbsd.org + +USE_PERL5= YES + +pre-configure: + ${CP} ${FILESDIR}/Makefile.PL ${WRKSRC}/Makefile.PL + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/perl Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-FileKGlob/files/Makefile.PL b/devel/p5-FileKGlob/files/Makefile.PL new file mode 100644 index 00000000000..47e7c50ff29 --- /dev/null +++ b/devel/p5-FileKGlob/files/Makefile.PL @@ -0,0 +1,11 @@ +# $NetBSD: Makefile.PL,v 1.1.1.1 1999/05/12 20:47:13 bad Exp $ +use ExtUtils::MakeMaker; +# See lib/ExtUtils/MakeMaker.pm for details of how to influence +# the contents of the Makefile that is written. +WriteMakefile( + 'NAME' => 'File::KGlob', + 'DISTNAME' => 'FileKGlob', + 'VERSION' => '1.2', + 'linkext' => { LINKTYPE=>'' }, # no link needed + 'dist' => {'COMPRESS'=>'gzip -9f', 'SUFFIX' => 'gz'} +); diff --git a/devel/p5-FileKGlob/files/md5 b/devel/p5-FileKGlob/files/md5 new file mode 100644 index 00000000000..a1b02c8f41b --- /dev/null +++ b/devel/p5-FileKGlob/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/05/12 20:47:13 bad Exp $ + +MD5 (FileKGlob.tar.gz) = d56bd5397f0835cc083b9fa78a1a2275 diff --git a/devel/p5-FileKGlob/pkg/COMMENT b/devel/p5-FileKGlob/pkg/COMMENT new file mode 100644 index 00000000000..b04e846fe57 --- /dev/null +++ b/devel/p5-FileKGlob/pkg/COMMENT @@ -0,0 +1 @@ +Expand a Unix file glob into a list of matching file names. diff --git a/devel/p5-FileKGlob/pkg/DESCR b/devel/p5-FileKGlob/pkg/DESCR new file mode 100644 index 00000000000..86713f6ca8e --- /dev/null +++ b/devel/p5-FileKGlob/pkg/DESCR @@ -0,0 +1 @@ +Expand a Unix file glob (wildcard) into a list of matching file names. diff --git a/devel/p5-FileKGlob/pkg/PLIST b/devel/p5-FileKGlob/pkg/PLIST new file mode 100644 index 00000000000..6ec74d332ae --- /dev/null +++ b/devel/p5-FileKGlob/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/05/12 20:47:13 bad Exp $ +lib/perl5/site_perl/File/KGlob.pm +lib/perl5/site_perl/File/KGlob2RE.pm +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/File/KGlob/.packlist |