pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/bcollect Import bcollect version 0.6.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b2fc9de2cfd
branches:  trunk
changeset: 574856:2b2fc9de2cfd
user:      tonnerre <tonnerre%pkgsrc.org@localhost>
date:      Wed Apr 28 00:29:21 2010 +0000

description:
Import bcollect version 0.6.0.

bcollect is a tool for backing up remote hosts to local directories. It
can keep a defined number of copies for specific backup intervals to
give you a backlog of available backups for restoring data.

bcollect keeps its backups directly accessible as files and directories
so you can search through them and access files with regular tools and
just copy files back as needed.

In order to save space, bcollect uses hardlinks between different
instances of the same backed-up host so multiple backups don't take up
the same space multiple times. Only files which are actually different
between two backups actually occupy space. If the file has not been
changed, a reference will be created to the original file.

diffstat:

 sysutils/bcollect/DESCR            |  13 +++++++++++++
 sysutils/bcollect/Makefile         |  21 +++++++++++++++++++++
 sysutils/bcollect/PLIST            |   3 +++
 sysutils/bcollect/distinfo         |   6 ++++++
 sysutils/bcollect/patches/patch-aa |  13 +++++++++++++
 5 files changed, 56 insertions(+), 0 deletions(-)

diffs (76 lines):

diff -r 07f220dfbdc1 -r 2b2fc9de2cfd sysutils/bcollect/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bcollect/DESCR   Wed Apr 28 00:29:21 2010 +0000
@@ -0,0 +1,13 @@
+bcollect is a tool for backing up remote hosts to local directories. It
+can keep a defined number of copies for specific backup intervals to
+give you a backlog of available backups for restoring data.
+
+bcollect keeps its backups directly accessible as files and directories
+so you can search through them and access files with regular tools and
+just copy files back as needed.
+
+In order to save space, bcollect uses hardlinks between different
+instances of the same backed-up host so multiple backups don't take up
+the same space multiple times. Only files which are actually different
+between two backups actually occupy space. If the file has not been
+changed, a reference will be created to the original file.
diff -r 07f220dfbdc1 -r 2b2fc9de2cfd sysutils/bcollect/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bcollect/Makefile        Wed Apr 28 00:29:21 2010 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/04/28 00:29:21 tonnerre Exp $
+
+DISTNAME=      bcollect-0.6.0
+CATEGORIES=    sysutils
+MASTER_SITES=  ftp://ftp.ancient-solutions.com/pub/bsdprojects/bcollect/
+
+MAINTAINER=    tonnerre%NetBSD.org@localhost
+HOMEPAGE=      http://bcollect.ancient-solutions.com/
+COMMENT=       Incremental remote backup tool
+
+PKG_DESTDIR_SUPPORT=   destdir
+GNU_CONFIGURE= yes
+USE_TOOLS+=    lex yacc
+
+CONF_FILES+=   ${PREFIX}/share/examples/bcollect/bcollect.conf \
+               ${PKG_SYSCONFDIR}/bcollect.conf
+
+DEPENDS+=      rsync>=3.0.0:../../net/rsync
+
+.include "../../devel/clib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 07f220dfbdc1 -r 2b2fc9de2cfd sysutils/bcollect/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bcollect/PLIST   Wed Apr 28 00:29:21 2010 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/28 00:29:21 tonnerre Exp $
+bin/bcollect
+share/examples/bcollect/bcollect.conf
diff -r 07f220dfbdc1 -r 2b2fc9de2cfd sysutils/bcollect/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bcollect/distinfo        Wed Apr 28 00:29:21 2010 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/04/28 00:29:21 tonnerre Exp $
+
+SHA1 (bcollect-0.6.0.tar.gz) = d8df7f0220c82e268e48fea18e5daf018c806830
+RMD160 (bcollect-0.6.0.tar.gz) = 0baa1d33cac38cafc331401bf8e974d11fe2687f
+Size (bcollect-0.6.0.tar.gz) = 204248 bytes
+SHA1 (patch-aa) = 94d56d05594b529c56833e7879ef2dc4a5bfb945
diff -r 07f220dfbdc1 -r 2b2fc9de2cfd sysutils/bcollect/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bcollect/patches/patch-aa        Wed Apr 28 00:29:21 2010 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2010/04/28 00:29:21 tonnerre Exp $
+
+--- examples/Makefile.in.orig  2010-02-23 19:56:00.000000000 +0000
++++ examples/Makefile.in
+@@ -156,7 +156,7 @@ psdir = @psdir@
+ sbindir = @sbindir@
+ sharedstatedir = @sharedstatedir@
+ srcdir = @srcdir@
+-sysconfdir = @sysconfdir@
++sysconfdir = @prefix@/share/examples/bcollect
+ target_alias = @target_alias@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@



Home | Main Index | Thread Index | Old Index