Initial import of p5-File-DirSync 1.11 into the NetBSD Packages

Collection.

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.
This commit is contained in:
grant 2003-12-17 06:25:44 +00:00
parent 18bf39cdb7
commit 4ccb5dce4a
4 changed files with 25 additions and 0 deletions

View file

@ -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.

View file

@ -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"

View file

@ -0,0 +1 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/17 06:25:44 grant Exp $

View file

@ -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