Bontmia is a tool to make incremental backups over network using rsync and ssh. The name is an acronym for Backup Over Network To Incremental Archives 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: # # bontmia # bontmia/Makefile # bontmia/pkg-descr # bontmia/distinfo # echo c - bontmia mkdir -p bontmia > /dev/null 2>&1 echo x - bontmia/Makefile sed 's/^X//' >bontmia/Makefile << 'd7ea4f0b17fcb18ffae0a85afbe03b03' X# New ports collection makefile for: bontmia X# Date created: 11 december 2009 X# Whom: Henrik Andersen X# X# $FreeBSD$ X# X XPORTNAME= bontmia XPORTVERSION= 0.14 XCATEGORIES= sysutils XMASTER_SITES= http://kosmos.ttyv0.se/attachments/download/31/ X XMAINTAINER= ports@henrikandersen.se XCOMMENT= A small tool for incremental backups over network X XRUN_DEPENDS= rsync:${PORTSDIR}/net/rsync X XUSE_PERL5_RUN= yes X XNO_BUILD= yes X XPLIST_FILES= bin/bontmia X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/bontmia ${PREFIX}/bin X X.include <bsd.port.mk> d7ea4f0b17fcb18ffae0a85afbe03b03 echo x - bontmia/pkg-descr sed 's/^X//' >bontmia/pkg-descr << 'cfc4d06b2be4776ba5084cac84a9cb4a' XThis is a port of bontmia, which is a tool to make incremental backups Xover network using rsync and ssh. It supports storing of a given number Xof archives in wich files that has not been changed since last backup Xwill be hard linked to previous archive to save space and bandwidth. X XBontmia is an acromyn of Backup Over Network To Multiple Incremental XArchives wich pretty good sums up its intended use. X XCOPYRIGHT X--------- XBontmia was written by John Enok Vollestad (john.enok@vollestad.no). XBontmia may be used, modified and redistributed only under the terms Xof the GNU General Public License, found in the file COPYING in this Xdistribution, or at Xhttp://www.fsf.org/licenses/gpl.html X XOriginal site: http://folk.uio.no/johnen/bontmia/ X XWWW: http://kosmos.ttyv0.se/projects/show/bontmia cfc4d06b2be4776ba5084cac84a9cb4a echo x - bontmia/distinfo sed 's/^X//' >bontmia/distinfo << 'b3ac46dc9cc3d046408c6e460221ce3d' XMD5 (bontmia-0.14.tar.gz) = 15608ead98d81edf4ea2ebfe78af7545 XSHA256 (bontmia-0.14.tar.gz) = ac01cbf7fed8e13df9b713062f5178ec3fcf15f18cdb9e59e8504b568223398d XSIZE (bontmia-0.14.tar.gz) = 13925 b3ac46dc9cc3d046408c6e460221ce3d exit Patch attached with submission follows:
State Changed From-To: open->closed New port added, with minor changes. Thanks!
miwi 2009-12-25 10:17:11 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/bontmia Makefile distinfo pkg-descr Log: This is a port of bontmia, which is a tool to make incremental backups over network using rsync and ssh. It supports storing of a given number of archives in wich files that has not been changed since last backup will be hard linked to previous archive to save space and bandwidth. Bontmia is an acromyn of Backup Over Network To Multiple Incremental Archives wich pretty good sums up its intended use. WWW: http://kosmos.ttyv0.se/projects/show/bontmia PR: ports/141772 Submitted by: Henrik Andersen Revision Changes Path 1.1153 +1 -0 ports/sysutils/Makefile 1.1 +27 -0 ports/sysutils/bontmia/Makefile (new) 1.1 +3 -0 ports/sysutils/bontmia/distinfo (new) 1.1 +9 -0 ports/sysutils/bontmia/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"