Date: Sat, 19 Dec 2009 11:20:55 GMT From: Henrik Andersén <ports@henrikandersen.se> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/141772: New port: sysutils/bontmia backup over network utility Message-ID: <200912191120.nBJBKt1h001931@www.freebsd.org> Resent-Message-ID: <200912191130.nBJBU5xI072564@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141772 >Category: ports >Synopsis: New port: sysutils/bontmia backup over network utility >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 19 11:30:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Henrik Andersén >Release: 8.0-RELEASE >Organization: >Environment: FreeBSD xxx.xxx 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: 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 >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: # # 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: # 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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912191120.nBJBKt1h001931>