aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-03-03 13:14:16 +0000
committerWen Heping <wen@FreeBSD.org>2010-03-03 13:14:16 +0000
commite1ad733bfe69d447ac9b4121b59416235008f10e (patch)
tree6bb564d766c5aafc08b6d5eafe50afe7861e3a1f /sysutils
parenta25ac21e9a98b997945242a092571c1722d50e44 (diff)
downloadports-e1ad733bfe69d447ac9b4121b59416235008f10e.tar.gz
ports-e1ad733bfe69d447ac9b4121b59416235008f10e.zip
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). WWW: http://search.cpan.org/dist/File-DirCompare/ Feature safe: yes
Notes
Notes: svn path=/head/; revision=250535
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/p5-File-DirCompare/Makefile21
-rw-r--r--sysutils/p5-File-DirCompare/distinfo3
-rw-r--r--sysutils/p5-File-DirCompare/pkg-descr6
-rw-r--r--sysutils/p5-File-DirCompare/pkg-plist5
5 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 4a9e07a4bde9..b4d0515d5440 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -533,6 +533,7 @@
SUBDIR += p5-BSD-Sysctl
SUBDIR += p5-Brackup
SUBDIR += p5-Dir-Purge
+ SUBDIR += p5-File-DirCompare
SUBDIR += p5-File-Next
SUBDIR += p5-File-Stat-Bits
SUBDIR += p5-File-Which
diff --git a/sysutils/p5-File-DirCompare/Makefile b/sysutils/p5-File-DirCompare/Makefile
new file mode 100644
index 000000000000..2efa8d1a9733
--- /dev/null
+++ b/sysutils/p5-File-DirCompare/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: p5-File-DirCompare
+# Date created: 3rd March, 2010
+# Whom: Wen Heping <wen@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= File-DirCompare
+PORTVERSION= 0.6
+CATEGORIES= sysutils perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Perl module to compare two directories using callbacks
+
+PERL_CONFIGURE= yes
+
+MAN3= File::DirCompare.3
+
+.include <bsd.port.mk>
diff --git a/sysutils/p5-File-DirCompare/distinfo b/sysutils/p5-File-DirCompare/distinfo
new file mode 100644
index 000000000000..d5ad8054a156
--- /dev/null
+++ b/sysutils/p5-File-DirCompare/distinfo
@@ -0,0 +1,3 @@
+MD5 (File-DirCompare-0.6.tar.gz) = 75b150e32d5d9bd120e32c7e2ee01125
+SHA256 (File-DirCompare-0.6.tar.gz) = db2f90d4aa02a7f85c7f9575a625683313b56ecbc0d3646c793c685b05b3bdae
+SIZE (File-DirCompare-0.6.tar.gz) = 8612
diff --git a/sysutils/p5-File-DirCompare/pkg-descr b/sysutils/p5-File-DirCompare/pkg-descr
new file mode 100644
index 000000000000..81a9537b9b5d
--- /dev/null
+++ b/sysutils/p5-File-DirCompare/pkg-descr
@@ -0,0 +1,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).
+
+WWW: http://search.cpan.org/dist/File-DirCompare/
diff --git a/sysutils/p5-File-DirCompare/pkg-plist b/sysutils/p5-File-DirCompare/pkg-plist
new file mode 100644
index 000000000000..37563d568c71
--- /dev/null
+++ b/sysutils/p5-File-DirCompare/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/File/DirCompare.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/DirCompare/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/DirCompare
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
+@dirrmtry %%SITE_PERL%%/File