aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-DirSync
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2002-06-04 12:00:34 +0000
committerMark Pulford <markp@FreeBSD.org>2002-06-04 12:00:34 +0000
commitf08741c7ecd484b1626afadc7d15e226483af537 (patch)
tree0cd0832257734c44478a091c29a70c481e8a43fb /devel/p5-File-DirSync
parenta9a5d7bb454b8841e2fb7f7dd9ac00c086fe9ff0 (diff)
downloadports-f08741c7ecd484b1626afadc7d15e226483af537.tar.gz
ports-f08741c7ecd484b1626afadc7d15e226483af537.zip
Notes
Diffstat (limited to 'devel/p5-File-DirSync')
-rw-r--r--devel/p5-File-DirSync/Makefile23
-rw-r--r--devel/p5-File-DirSync/distinfo1
-rw-r--r--devel/p5-File-DirSync/pkg-comment1
-rw-r--r--devel/p5-File-DirSync/pkg-descr10
-rw-r--r--devel/p5-File-DirSync/pkg-plist6
5 files changed, 41 insertions, 0 deletions
diff --git a/devel/p5-File-DirSync/Makefile b/devel/p5-File-DirSync/Makefile
new file mode 100644
index 000000000000..34c0118e6734
--- /dev/null
+++ b/devel/p5-File-DirSync/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: File::DirSync
+# Date created: 31 Dec 2001
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= File-DirSync
+PORTVERSION= 1.04
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= File
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+PERL_CONFIGURE= yes
+
+MAN1= dirsync.1
+MAN3= File::DirSync.3
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/devel/p5-File-DirSync/distinfo b/devel/p5-File-DirSync/distinfo
new file mode 100644
index 000000000000..aba91998244c
--- /dev/null
+++ b/devel/p5-File-DirSync/distinfo
@@ -0,0 +1 @@
+MD5 (File-DirSync-1.04.tar.gz) = c88b02bccd8ab517d606c399d9892edc
diff --git a/devel/p5-File-DirSync/pkg-comment b/devel/p5-File-DirSync/pkg-comment
new file mode 100644
index 000000000000..20950010e60e
--- /dev/null
+++ b/devel/p5-File-DirSync/pkg-comment
@@ -0,0 +1 @@
+Perl5 module for synchronizing two directories rapidly
diff --git a/devel/p5-File-DirSync/pkg-descr b/devel/p5-File-DirSync/pkg-descr
new file mode 100644
index 000000000000..53b72a4054f8
--- /dev/null
+++ b/devel/p5-File-DirSync/pkg-descr
@@ -0,0 +1,10 @@
+File::DirSync will make two directories exactly the same. The goal
+is to perform this synchronization process as quickly as possible
+with as few stats and reads and writes as possible. It usually can
+perform the synchronization process within a few milliseconds - even
+for gigabytes or more of information.
+
+WWW: http://freeware.roobik.com/filedirsync/
+
+- Seamus Venasse
+svenasse@polaris.ca
diff --git a/devel/p5-File-DirSync/pkg-plist b/devel/p5-File-DirSync/pkg-plist
new file mode 100644
index 000000000000..7701425bdf8f
--- /dev/null
+++ b/devel/p5-File-DirSync/pkg-plist
@@ -0,0 +1,6 @@
+lib/perl5/site_perl/%%PERL_VER%%/File/DirSync.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/DirSync/.packlist
+bin/dirsync
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/File 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/DirSync 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true