diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-31 09:46:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-31 09:46:38 +0000 |
commit | 9a4e2135c47155d273d767de34a0c4c68da5fca2 (patch) | |
tree | 23b13a2d757423c4cb49634ab17c9008ae6c6458 | |
parent | eeba8044e574a46ea8fae9a55c86e1f6142c443d (diff) | |
download | pkgsrc-9a4e2135c47155d273d767de34a0c4c68da5fca2.tar.gz |
New bacula-client package, conflicting with bacula. Provided
by Geert Hendrickx.
Bacula is a set of computer programs that permit you (or the system
administrator) to manage backup, recovery, and verification of computer data
across a network of computers of different kinds. In technical terms, it is
a network client/server based backup program. Bacula is relatively easy to
use and efficient, while offering many advanced storage management features
that make it easy to find and recover lost or damaged files. Bacula source
code has been released under the GPL version 2 license.
This package provides a client-only setup (the bacula file daemon and
console). For a complete setup (including the bacula director and storage
daemon) you should install the bacula package.
-rw-r--r-- | sysutils/bacula-client/DESCR | 11 | ||||
-rw-r--r-- | sysutils/bacula-client/Makefile | 17 | ||||
-rw-r--r-- | sysutils/bacula-client/PLIST | 17 |
3 files changed, 45 insertions, 0 deletions
diff --git a/sysutils/bacula-client/DESCR b/sysutils/bacula-client/DESCR new file mode 100644 index 00000000000..d632d743dcd --- /dev/null +++ b/sysutils/bacula-client/DESCR @@ -0,0 +1,11 @@ +Bacula is a set of computer programs that permit you (or the system +administrator) to manage backup, recovery, and verification of computer data +across a network of computers of different kinds. In technical terms, it is +a network client/server based backup program. Bacula is relatively easy to +use and efficient, while offering many advanced storage management features +that make it easy to find and recover lost or damaged files. Bacula source +code has been released under the GPL version 2 license. + +This package provides a client-only setup (the bacula file daemon and +console). For a complete setup (including the bacula director and storage +daemon) you should install the bacula package. diff --git a/sysutils/bacula-client/Makefile b/sysutils/bacula-client/Makefile new file mode 100644 index 00000000000..1d462d4be12 --- /dev/null +++ b/sysutils/bacula-client/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/31 09:46:38 wiz Exp $ + +PKGNAME= ${DISTNAME:S/-/-client-/} +COMMENT+= client + +CONFLICTS= bacula-[0-9]* + +DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo +PATCHDIR= ${.CURDIR}/../../sysutils/bacula/patches +FILESDIR= ${.CURDIR}/../../sysutils/bacula/files + +CONFIGURE_ARGS+= --enable-client-only + +RCD_SCRIPTS= bacula-fd + +.include "../../sysutils/bacula/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/bacula-client/PLIST b/sysutils/bacula-client/PLIST new file mode 100644 index 00000000000..4e485c68aeb --- /dev/null +++ b/sysutils/bacula-client/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/31 09:46:38 wiz Exp $ +libexec/bacula/bacula +libexec/bacula/bconsole +libexec/bacula/btraceback.dbx +libexec/bacula/btraceback.gdb +libexec/bacula/gconsole +libexec/bacula/mtx-changer +libexec/bacula/startmysql +libexec/bacula/stopmysql +sbin/bacula-fd +sbin/bconsole +sbin/btraceback +share/examples/bacula/bacula-fd.conf +share/examples/bacula/bconsole.conf +share/examples/rc.d/bacula-fd +@dirrm share/examples/bacula +@dirrm libexec/bacula |