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:
parent
18bf39cdb7
commit
4ccb5dce4a
4 changed files with 25 additions and 0 deletions
5
devel/p5-File-DirSync/DESCR
Normal file
5
devel/p5-File-DirSync/DESCR
Normal 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.
|
15
devel/p5-File-DirSync/Makefile
Normal file
15
devel/p5-File-DirSync/Makefile
Normal 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"
|
1
devel/p5-File-DirSync/PLIST
Normal file
1
devel/p5-File-DirSync/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/17 06:25:44 grant Exp $
|
4
devel/p5-File-DirSync/distinfo
Normal file
4
devel/p5-File-DirSync/distinfo
Normal 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
|
Loading…
Reference in a new issue