diff options
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/bontmia/Makefile | 27 | ||||
-rw-r--r-- | sysutils/bontmia/distinfo | 3 | ||||
-rw-r--r-- | sysutils/bontmia/pkg-descr | 9 |
4 files changed, 40 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 216fb6e106e..fa0a110fd6a 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -67,6 +67,7 @@ SUBDIR += bkpupsd SUBDIR += bksh SUBDIR += blimitd + SUBDIR += bontmia SUBDIR += boxbackup SUBDIR += brasero SUBDIR += bsd-splash-changer diff --git a/sysutils/bontmia/Makefile b/sysutils/bontmia/Makefile new file mode 100644 index 00000000000..b0d8a8aa0a5 --- /dev/null +++ b/sysutils/bontmia/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: bontmia +# Date created: 11 december 2009 +# Whom: Henrik Andersen +# +# $FreeBSD$ +# + +PORTNAME= bontmia +PORTVERSION= 0.14 +CATEGORIES= sysutils +MASTER_SITES= http://kosmos.ttyv0.se/attachments/download/31/ + +MAINTAINER= ports@henrikandersen.se +COMMENT= A small tool for incremental backups over network + +RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync + +USE_PERL5_RUN= yes + +NO_BUILD= yes + +PLIST_FILES= bin/bontmia + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/bontmia ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/sysutils/bontmia/distinfo b/sysutils/bontmia/distinfo new file mode 100644 index 00000000000..85cfa183b3e --- /dev/null +++ b/sysutils/bontmia/distinfo @@ -0,0 +1,3 @@ +MD5 (bontmia-0.14.tar.gz) = 15608ead98d81edf4ea2ebfe78af7545 +SHA256 (bontmia-0.14.tar.gz) = ac01cbf7fed8e13df9b713062f5178ec3fcf15f18cdb9e59e8504b568223398d +SIZE (bontmia-0.14.tar.gz) = 13925 diff --git a/sysutils/bontmia/pkg-descr b/sysutils/bontmia/pkg-descr new file mode 100644 index 00000000000..45782032acb --- /dev/null +++ b/sysutils/bontmia/pkg-descr @@ -0,0 +1,9 @@ +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 |