pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-File-Find-Rule-VCS Importing package for p5 m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26646a2360ab
branches:  trunk
changeset: 393888:26646a2360ab
user:      sno <sno%pkgsrc.org@localhost>
date:      Fri May 29 08:30:14 2009 +0000

description:
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).

diffstat:

 devel/p5-File-Find-Rule-VCS/DESCR    |   6 ++++++
 devel/p5-File-Find-Rule-VCS/Makefile |  20 ++++++++++++++++++++
 devel/p5-File-Find-Rule-VCS/distinfo |   5 +++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 88edd3168307 -r 26646a2360ab devel/p5-File-Find-Rule-VCS/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Find-Rule-VCS/DESCR Fri May 29 08:30:14 2009 +0000
@@ -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 -r 88edd3168307 -r 26646a2360ab devel/p5-File-Find-Rule-VCS/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Find-Rule-VCS/Makefile      Fri May 29 08:30:14 2009 +0000
@@ -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@localhost
+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 -r 88edd3168307 -r 26646a2360ab devel/p5-File-Find-Rule-VCS/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Find-Rule-VCS/distinfo      Fri May 29 08:30:14 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index