Skip site navigation (1)Skip section navigation (2)
Date:      4 Feb 2004 11:58:30 -0000
From:      Ralf van Dooren <r.vdooren@snow.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62341: Update port sysutils/rsnapshot update to 1.1.0
Message-ID:  <20040204115830.57399.qmail@schaos.xs4all.nl>
Resent-Message-ID: <200402041200.i14C0U8r093966@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         62341
>Category:       ports
>Synopsis:       Update port sysutils/rsnapshot update to 1.1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 04 04:00:29 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Ralf van Dooren
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Snow B.V.
>Environment:
System: FreeBSD oerania.mijou.net 4.9-STABLE FreeBSD 4.9-STABLE #9: Sun Nov 9 18:46:38 CET 2003 root@oerania.mijou.net:/usr/obj/usr/src/sys/OERANIA i386


>Description:
	This is an update of the rsnapshot tool. New version and a line added
to the Makefile for build dependencies. 
>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:
#
#	.
#	./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 <r.vdooren@snow.nl>
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 <bsd.port.mk>
END-of-./Makefile
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040204115830.57399.qmail>