# 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: # # . # ./pkg-plist # ./pkg-descr # ./distinfo # ./Makefile # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' X@comment $FreeBSD: ports/sysutils/rsnapshot/pkg-plist,v 1.1 2004/01/14 18:02:34 sergei Exp $ Xbin/rsnapshot Xetc/rsnapshot.conf.default X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%%%DOCSDIR%%/TODO X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-./pkg-plist echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' Xrsnapshot is a filesystem snapshot utility based on rsync(1). Xrsnapshot makes it easy to make periodic snapshots of local machines, Xand remote machines over ssh. The code makes extensive use of hard links Xwhenever possible, to greatly reduce the disk space required. X XIt is written entirely in perl with no module dependencies, and has been Xtested with versions 5.004 through 5.8.1. X XWWW: http://www.rsnapshot.org X X- Ralf van Dooren Xr.vdooren@snow.nl END-of-./pkg-descr echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (rsnapshot-1.1.0.tar.gz) = 27ed7e226f094e91cebe4f9300878315 END-of-./distinfo echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: rsnapshot X# Date created: 2004-01-03 X# Whom: Ralf van Dooren X# X# $FreeBSD: ports/sysutils/rsnapshot/Makefile,v 1.1 2004/01/14 18:02:34 sergei Exp $ X# X XPORTNAME= rsnapshot XPORTVERSION= 1.1.0 XCATEGORIES= sysutils XMASTER_SITES= http://www.rsnapshot.org/downloads/ X XMAINTAINER= r.vdooren@snow.nl XCOMMENT= Filesystem snapshot utility based on rsync(1) X XBUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync XRUN_DEPENDS= rsync:${PORTSDIR}/net/rsync X XUSE_PERL5= yes XGNU_CONFIGURE= yes XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} X XMAN1= rsnapshot.1 XDOCS= AUTHORS ChangeLog README TODO X X.if !defined(NOPORTDOCS) Xpost-install: X @${MKDIR} ${DOCSDIR} X cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} X.endif X X.include END-of-./Makefile exit