summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2011-05-10 14:48:17 +0000
committerabs <abs@pkgsrc.org>2011-05-10 14:48:17 +0000
commitaccf6900ab3bff5062ffb8448493db9229245304 (patch)
tree1ee6a4bf5605009796f5feee3a140a58109e31f9
parent789294011c479d775d9b38a384e047e008dea358 (diff)
downloadpkgsrc-accf6900ab3bff5062ffb8448493db9229245304.tar.gz
Added devel/p5-File-DirCompare version 0.6
File::DirCompare is a perl module to compare two directories using a callback, invoked for all files that are 'different' between the two directories, and for any files that exist only in one or other directory ('unique' files).
-rw-r--r--devel/p5-File-DirCompare/DESCR4
-rw-r--r--devel/p5-File-DirCompare/Makefile20
-rw-r--r--devel/p5-File-DirCompare/distinfo5
3 files changed, 29 insertions, 0 deletions
diff --git a/devel/p5-File-DirCompare/DESCR b/devel/p5-File-DirCompare/DESCR
new file mode 100644
index 00000000000..c75816bac73
--- /dev/null
+++ b/devel/p5-File-DirCompare/DESCR
@@ -0,0 +1,4 @@
+File::DirCompare is a perl module to compare two directories using
+a callback, invoked for all files that are 'different' between the
+two directories, and for any files that exist only in one or other
+directory ('unique' files).
diff --git a/devel/p5-File-DirCompare/Makefile b/devel/p5-File-DirCompare/Makefile
new file mode 100644
index 00000000000..659ba68f56e
--- /dev/null
+++ b/devel/p5-File-DirCompare/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/05/10 14:48:17 abs Exp $
+#
+
+DISTNAME= File-DirCompare-0.6
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= sysutils perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/File-DirCompare/
+COMMENT= Perl module to compare two directories using callbacks
+LICENSE= ${PERL5_LICENSE}
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/File/DirCompare/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-File-DirCompare/distinfo b/devel/p5-File-DirCompare/distinfo
new file mode 100644
index 00000000000..fbedbfc6f77
--- /dev/null
+++ b/devel/p5-File-DirCompare/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/05/10 14:48:17 abs Exp $
+
+SHA1 (File-DirCompare-0.6.tar.gz) = e76858380c4e4c7142441dcfeb2d2ba0a7b162ce
+RMD160 (File-DirCompare-0.6.tar.gz) = 63499f08d63553b61a24d70b0108b7e352ba49ff
+Size (File-DirCompare-0.6.tar.gz) = 8612 bytes