Date: 1 Jan 2002 08:08:00 -0000 From: Seamus Venasse <svenasse@polaris.ca> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/33430: New port: Syncronize two directories rapidly Message-ID: <20020101080800.16784.qmail@pris.polaris.ca>
next in thread | raw e-mail | index | archive | help
>Number: 33430 >Category: ports >Synopsis: New port: Syncronize two directories rapidly >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 01 00:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 4.4-STABLE i386 >Organization: Polaris Computing >Environment: System: FreeBSD pitou.polaris.ca 4.4-STABLE FreeBSD 4.4-STABLE #1: Wed Nov 7 01:23:05 PST 2001 root@pitou.polaris.ca:/usr/obj/usr/src/sys/PITOU i386 >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-File-DirSync # p5-File-DirSync/Makefile # p5-File-DirSync/distinfo # p5-File-DirSync/pkg-comment # p5-File-DirSync/pkg-descr # p5-File-DirSync/pkg-plist # echo c - p5-File-DirSync mkdir -p p5-File-DirSync > /dev/null 2>&1 echo x - p5-File-DirSync/Makefile sed 's/^X//' >p5-File-DirSync/Makefile << 'END-of-p5-File-DirSync/Makefile' X# New ports collection makefile for: File::DirSync X# Date created: 31 Dec 2001 X# Whom: Seamus Venasse <svenasse@polaris.ca> X# X# $FreeBSD$ X# X XPORTNAME= File-DirSync XPORTVERSION= 1.04 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= File XPKGNAMEPREFIX= p5- X XMAINTAINER= svenasse@polaris.ca X XPERL_CONFIGURE= yes X XMAN1= dirsync.1 XMAN3= File::DirSync.3 XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include <bsd.port.mk> END-of-p5-File-DirSync/Makefile echo x - p5-File-DirSync/distinfo sed 's/^X//' >p5-File-DirSync/distinfo << 'END-of-p5-File-DirSync/distinfo' XMD5 (File-DirSync-1.04.tar.gz) = c88b02bccd8ab517d606c399d9892edc END-of-p5-File-DirSync/distinfo echo x - p5-File-DirSync/pkg-comment sed 's/^X//' >p5-File-DirSync/pkg-comment << 'END-of-p5-File-DirSync/pkg-comment' XSyncronize two directories rapidly END-of-p5-File-DirSync/pkg-comment echo x - p5-File-DirSync/pkg-descr sed 's/^X//' >p5-File-DirSync/pkg-descr << 'END-of-p5-File-DirSync/pkg-descr' XFile::DirSync will make two directories exactly the same. The goal Xis to perform this syncronization process as quickly as possible Xwith as few stats and reads and writes as possible. It usually can Xperform the syncronization process within a few milliseconds - even Xfor gigabytes or more of information. X XWWW: http://search.cpan.org/search?dist=File-DirSync X XSeamus Venasse <svenasse@polaris.ca> END-of-p5-File-DirSync/pkg-descr echo x - p5-File-DirSync/pkg-plist sed 's/^X//' >p5-File-DirSync/pkg-plist << 'END-of-p5-File-DirSync/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/File/DirSync.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/DirSync/.packlist Xbin/dirsync X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/File 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/DirSync 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true END-of-p5-File-DirSync/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020101080800.16784.qmail>