pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-File-DirSync Initial import of p5-File-DirSyn...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bfd3286cf28e
branches: trunk
changeset: 464880:bfd3286cf28e
user: grant <grant%pkgsrc.org@localhost>
date: Wed Dec 17 06:25:44 2003 +0000
description:
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.
diffstat:
devel/p5-File-DirSync/DESCR | 5 +++++
devel/p5-File-DirSync/Makefile | 15 +++++++++++++++
devel/p5-File-DirSync/PLIST | 1 +
devel/p5-File-DirSync/distinfo | 4 ++++
4 files changed, 25 insertions(+), 0 deletions(-)
diffs (41 lines):
diff -r 584f15debb00 -r bfd3286cf28e devel/p5-File-DirSync/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-DirSync/DESCR Wed Dec 17 06:25:44 2003 +0000
@@ -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 -r 584f15debb00 -r bfd3286cf28e devel/p5-File-DirSync/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-DirSync/Makefile Wed Dec 17 06:25:44 2003 +0000
@@ -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@localhost
+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 -r 584f15debb00 -r bfd3286cf28e devel/p5-File-DirSync/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-DirSync/PLIST Wed Dec 17 06:25:44 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/17 06:25:44 grant Exp $
diff -r 584f15debb00 -r bfd3286cf28e devel/p5-File-DirSync/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-DirSync/distinfo Wed Dec 17 06:25:44 2003 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index