diff options
author | sno <sno@pkgsrc.org> | 2009-05-29 08:30:14 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-05-29 08:30:14 +0000 |
commit | 753e2e4d3e9fbd634aa7a84d3586691911db7c94 (patch) | |
tree | f6a64b286445592e7b30239a14bebb69d007ba36 | |
parent | f1d9d3b7592684764524e77e61ab48c65d4dd01f (diff) | |
download | pkgsrc-753e2e4d3e9fbd634aa7a84d3586691911db7c94.tar.gz |
Importing package for p5 module File::Find::Rule::VCS 1.05.
File::Find::Rule::VCS provides quick and convenient methods to exclude the
version control directories of several major Version Control Systems
(currently CVS, subversion, and Bazaar).
-rw-r--r-- | devel/p5-File-Find-Rule-VCS/DESCR | 6 | ||||
-rw-r--r-- | devel/p5-File-Find-Rule-VCS/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-File-Find-Rule-VCS/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-File-Find-Rule-VCS/DESCR b/devel/p5-File-Find-Rule-VCS/DESCR new file mode 100644 index 00000000000..6da5369e694 --- /dev/null +++ b/devel/p5-File-Find-Rule-VCS/DESCR @@ -0,0 +1,6 @@ +Many tools need to be equally useful both on ordinary files, and on code +that has been checked out from revision control systems. + +File::Find::Rule::VCS provides quick and convenient methods to exclude the +version control directories of several major Version Control Systems +(currently CVS, subversion, and Bazaar). diff --git a/devel/p5-File-Find-Rule-VCS/Makefile b/devel/p5-File-Find-Rule-VCS/Makefile new file mode 100644 index 00000000000..aed31f653c4 --- /dev/null +++ b/devel/p5-File-Find-Rule-VCS/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/05/29 08:30:14 sno Exp $ + +DISTNAME= File-Find-Rule-VCS-1.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-Find-Rule-VCS/ +COMMENT= File::Find::Rule extension to Exclude files/directories for VCS's + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-File-Find-Rule>=0.20:../../devel/p5-File-Find-Rule + +PERL5_PACKLIST= auto/File/Find/Rule/VCS/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-File-Find-Rule-VCS/distinfo b/devel/p5-File-Find-Rule-VCS/distinfo new file mode 100644 index 00000000000..64042e5a822 --- /dev/null +++ b/devel/p5-File-Find-Rule-VCS/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/05/29 08:30:14 sno Exp $ + +SHA1 (File-Find-Rule-VCS-1.05.tar.gz) = 11037363b56911528ed01124fe6609f04e4fd681 +RMD160 (File-Find-Rule-VCS-1.05.tar.gz) = 3ba63342194ff82c5cc4a14ca0b43a3553d40141 +Size (File-Find-Rule-VCS-1.05.tar.gz) = 23012 bytes |