pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/boxbackup-server add boxbackup-server-0.10, a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb5abe948add
branches:  trunk
changeset: 543618:eb5abe948add
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Sat Jun 21 15:04:35 2008 +0000

description:
add boxbackup-server-0.10, a tool for online backups to some file store
(which should be a RAID and/or backed up by some "real" tool by itself),
comparable to sysutils/duplicity
(I also have the impression that it might behave better than duplicity
in case that the file store is backed up with some incremental scheme,
but this needs to be verified.)

diffstat:

 sysutils/boxbackup-server/DESCR    |   1 +
 sysutils/boxbackup-server/Makefile |  24 ++++++++++++++++++++++++
 sysutils/boxbackup-server/PLIST    |   6 ++++++
 sysutils/boxbackup-server/distinfo |   5 +++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r f7afd27cf828 -r eb5abe948add sysutils/boxbackup-server/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/boxbackup-server/DESCR   Sat Jun 21 15:04:35 2008 +0000
@@ -0,0 +1,1 @@
+An open source, completely automatic on-line backup system for UNIX.
diff -r f7afd27cf828 -r eb5abe948add sysutils/boxbackup-server/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/boxbackup-server/Makefile        Sat Jun 21 15:04:35 2008 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/06/21 15:04:35 drochner Exp $
+#
+
+DISTNAME=      boxbackup-0.10
+PKGNAME=       boxbackup-server-0.10
+CATEGORIES=    sysutils
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=boxbackup/}
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.boxbackup.org/
+COMMENT=       Backup tool
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c++
+USE_TOOLS+=    perl:run
+
+REPLACE_PERL+= bin/bbstored/bbstored-certs bin/bbstored/bbstored-config
+REPLACE_PERL+= lib/raidfile/raidfile-config
+
+INSTALL_TARGET=        install-backup-server
+
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f7afd27cf828 -r eb5abe948add sysutils/boxbackup-server/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/boxbackup-server/PLIST   Sat Jun 21 15:04:35 2008 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/06/21 15:04:35 drochner Exp $
+bin/bbstoreaccounts
+bin/bbstored
+bin/bbstored-certs
+bin/bbstored-config
+bin/raidfile-config
diff -r f7afd27cf828 -r eb5abe948add sysutils/boxbackup-server/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/boxbackup-server/distinfo        Sat Jun 21 15:04:35 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/06/21 15:04:35 drochner Exp $
+
+SHA1 (boxbackup-0.10.tgz) = 60bee707c6bb59f471546ae83ad0b89625228ded
+RMD160 (boxbackup-0.10.tgz) = 26f906f37a3b095026ddf12c9284e16515ceb752
+Size (boxbackup-0.10.tgz) = 842450 bytes



Home | Main Index | Thread Index | Old Index