diff options
author | markp <markp@FreeBSD.org> | 2002-06-04 20:00:34 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2002-06-04 20:00:34 +0800 |
commit | 80589cc88867fadd7c869a4be52353e4f957c56b (patch) | |
tree | 44939717637f389b59da94657968b833df8dbdfd /devel | |
parent | 66833edd024e2e8143af34d43669df9cd2d867b2 (diff) | |
download | freebsd-ports-gnome-80589cc88867fadd7c869a4be52353e4f957c56b.tar.gz freebsd-ports-gnome-80589cc88867fadd7c869a4be52353e4f957c56b.tar.zst freebsd-ports-gnome-80589cc88867fadd7c869a4be52353e4f957c56b.zip |
Add p5-File-DirSync 1.04, perl5 module for synchronizing two
directories rapidly.
PR: 33430
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-File-DirSync/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-File-DirSync/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-File-DirSync/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-File-DirSync/pkg-descr | 10 | ||||
-rw-r--r-- | devel/p5-File-DirSync/pkg-plist | 6 |
6 files changed, 42 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index bf9f46d6f68f..893a4e98eb9e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -418,6 +418,7 @@ SUBDIR += p5-File-BasicFlock SUBDIR += p5-File-Binary SUBDIR += p5-File-Cache + SUBDIR += p5-File-DirSync SUBDIR += p5-File-FTS SUBDIR += p5-File-Lock SUBDIR += p5-File-MMagic 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 |