diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-27 13:53:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-27 13:53:00 +0000 |
commit | 7b34ef76ff66f54e5c90e3d2283a07f7baa2e033 (patch) | |
tree | 2f0177099f10f08f5a4c2a306af24e4a4445ff78 /devel | |
parent | 128df77a7b2b28435f66566ffecea33681f3fcfc (diff) | |
download | pkgsrc-7b34ef76ff66f54e5c90e3d2283a07f7baa2e033.tar.gz |
Initial import of p5-File-Which-0.05:
File::Which is a portable implementation (in Perl) of `which', and
can be used to get the absolute filename of an executable program
installed somewhere in your PATH, or just check for its existence.
It includes the command-line utility `pwhich' which has the same
function as `which'.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-File-Which/DESCR | 5 | ||||
-rw-r--r-- | devel/p5-File-Which/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-File-Which/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-File-Which/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-File-Which/DESCR b/devel/p5-File-Which/DESCR new file mode 100644 index 00000000000..71a407b80bc --- /dev/null +++ b/devel/p5-File-Which/DESCR @@ -0,0 +1,5 @@ +File::Which is a portable implementation (in Perl) of `which', and +can be used to get the absolute filename of an executable program +installed somewhere in your PATH, or just check for its existence. +It includes the command-line utility `pwhich' which has the same +function as `which'. diff --git a/devel/p5-File-Which/Makefile b/devel/p5-File-Which/Makefile new file mode 100644 index 00000000000..3750bc3a361 --- /dev/null +++ b/devel/p5-File-Which/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/02/27 13:53:00 wiz Exp $ +# + +DISTNAME= File-Which-0.05 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/File-Which/ +COMMENT= Portable implementation of the `which' utility + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/File/Which/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-File-Which/PLIST b/devel/p5-File-Which/PLIST new file mode 100644 index 00000000000..09542a34adb --- /dev/null +++ b/devel/p5-File-Which/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/27 13:53:00 wiz Exp $ diff --git a/devel/p5-File-Which/distinfo b/devel/p5-File-Which/distinfo new file mode 100644 index 00000000000..bc6edfc0e69 --- /dev/null +++ b/devel/p5-File-Which/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/02/27 13:53:00 wiz Exp $ + +SHA1 (File-Which-0.05.tar.gz) = 482a48b35d5458859a624da30e25bcb229bddd46 +RMD160 (File-Which-0.05.tar.gz) = c7d3f399dcdfb583f2d6e1a9c093e7b081f82422 +Size (File-Which-0.05.tar.gz) = 7264 bytes |