pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/bacula-clientonly Re-import bacula-client as ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b135e0364f6
branches:  trunk
changeset: 502974:3b135e0364f6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 11 21:31:39 2005 +0000

description:
Re-import bacula-client as bacula-clientonly, to emphasize it is a subset
of the bacula package, not a complement. Suggested by Geert Hendrickx.

diffstat:

 sysutils/bacula-clientonly/DESCR    |  11 +++++++++++
 sysutils/bacula-clientonly/Makefile |  17 +++++++++++++++++
 sysutils/bacula-clientonly/PLIST    |  17 +++++++++++++++++
 3 files changed, 45 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r 5befa39788cc -r 3b135e0364f6 sysutils/bacula-clientonly/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bacula-clientonly/DESCR  Fri Nov 11 21:31:39 2005 +0000
@@ -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 -r 5befa39788cc -r 3b135e0364f6 sysutils/bacula-clientonly/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bacula-clientonly/Makefile       Fri Nov 11 21:31:39 2005 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/11 21:31:39 wiz Exp $
+
+PKGNAME=               ${DISTNAME:S/-/-clientonly-/}
+COMMENT+=              client only
+
+CONFLICTS=             bacula-[0-9]* bacula-client-[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 -r 5befa39788cc -r 3b135e0364f6 sysutils/bacula-clientonly/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bacula-clientonly/PLIST  Fri Nov 11 21:31:39 2005 +0000
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/11 21:31:39 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



Home | Main Index | Thread Index | Old Index