diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-07-08 20:36:16 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-07-08 20:36:16 +0000 |
commit | 11f09224e0bbf3addac3bf0e960dacb7efce1335 (patch) | |
tree | 481ad005e935a34c4c9380601e0e07e7a2c9120e /textproc/pear-File_Find | |
parent | f38a5975220bf33446b543a7e382b53ec0ff7515 (diff) | |
download | pkgsrc-11f09224e0bbf3addac3bf0e960dacb7efce1335.tar.gz |
File_Find, created as a replacement for its Perl counterpart, also named
File_Find, is a directory searcher, which handles, globbing, recursive
directory searching, as well as a slew of other cool features.
Diffstat (limited to 'textproc/pear-File_Find')
-rw-r--r-- | textproc/pear-File_Find/DESCR | 3 | ||||
-rw-r--r-- | textproc/pear-File_Find/Makefile | 12 | ||||
-rw-r--r-- | textproc/pear-File_Find/distinfo | 5 |
3 files changed, 20 insertions, 0 deletions
diff --git a/textproc/pear-File_Find/DESCR b/textproc/pear-File_Find/DESCR new file mode 100644 index 00000000000..ae855a23f23 --- /dev/null +++ b/textproc/pear-File_Find/DESCR @@ -0,0 +1,3 @@ +File_Find, created as a replacement for its Perl counterpart, also named +File_Find, is a directory searcher, which handles, globbing, recursive +directory searching, as well as a slew of other cool features. diff --git a/textproc/pear-File_Find/Makefile b/textproc/pear-File_Find/Makefile new file mode 100644 index 00000000000..0dd04229b41 --- /dev/null +++ b/textproc/pear-File_Find/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/07/08 20:36:16 adrianp Exp $ + +DISTNAME= File_Find-1.3.0 +CATEGORIES+= sysutils + +MAINTAINER= adrianp@NetBSD.org +COMMENT= A Class the facilitates the search of filesystems + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/php/pear.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/pear-File_Find/distinfo b/textproc/pear-File_Find/distinfo new file mode 100644 index 00000000000..d5282886aee --- /dev/null +++ b/textproc/pear-File_Find/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/07/08 20:36:16 adrianp Exp $ + +SHA1 (pear/File_Find-1.3.0.tgz) = 5797223ffb8b34137673ab2e7a720870d3b1a49f +RMD160 (pear/File_Find-1.3.0.tgz) = 0a0867ca142c9ed4d268160286b0df053ec455b7 +Size (pear/File_Find-1.3.0.tgz) = 7941 bytes |