diff options
Diffstat (limited to 'devel/p5-File-DirSync')
-rw-r--r-- | devel/p5-File-DirSync/DESCR | 5 | ||||
-rw-r--r-- | devel/p5-File-DirSync/Makefile | 15 | ||||
-rw-r--r-- | devel/p5-File-DirSync/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-File-DirSync/distinfo | 4 |
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/p5-File-DirSync/DESCR b/devel/p5-File-DirSync/DESCR new file mode 100644 index 00000000000..955b20d4bed --- /dev/null +++ b/devel/p5-File-DirSync/DESCR @@ -0,0 +1,5 @@ +File::DirSync will make two directories exactly the same. The goal is +to perform this syncronization process as quickly as possible with as +few stats and reads and writes as possible. It usually can perform the +syncronization process within a few milliseconds - even for gigabytes +or more of information. diff --git a/devel/p5-File-DirSync/Makefile b/devel/p5-File-DirSync/Makefile new file mode 100644 index 00000000000..bf13f469979 --- /dev/null +++ b/devel/p5-File-DirSync/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/17 06:25:44 grant Exp $ +# + +DISTNAME= File-DirSync-1.11 +CATEGORIES= sysutils perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} + +MAINTAINER= tech-pkg@NetBSD.org +COMMENT= Perl5 module to syncronize two directories rapidly + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/File/DirSync/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-File-DirSync/PLIST b/devel/p5-File-DirSync/PLIST new file mode 100644 index 00000000000..4a3c762c70a --- /dev/null +++ b/devel/p5-File-DirSync/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/17 06:25:44 grant Exp $ diff --git a/devel/p5-File-DirSync/distinfo b/devel/p5-File-DirSync/distinfo new file mode 100644 index 00000000000..4f793e14c6a --- /dev/null +++ b/devel/p5-File-DirSync/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/12/17 06:25:44 grant Exp $ + +SHA1 (File-DirSync-1.11.tar.gz) = e732e98d1408f4c29cf067c4a0efe916815b361d +Size (File-DirSync-1.11.tar.gz) = 12504 bytes |