pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils Complete move of bacula-client to bacula-clie...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16f6ca836c90
branches:  trunk
changeset: 502976:16f6ca836c90
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 11 21:34:29 2005 +0000

description:
Complete move of bacula-client to bacula-clientonly.

diffstat:

 sysutils/Makefile               |   4 ++--
 sysutils/bacula-client/DESCR    |  11 -----------
 sysutils/bacula-client/Makefile |  19 -------------------
 sysutils/bacula-client/PLIST    |  19 -------------------
 4 files changed, 2 insertions(+), 51 deletions(-)

diffs (79 lines):

diff -r f77e0a6bee39 -r 16f6ca836c90 sysutils/Makefile
--- a/sysutils/Makefile Fri Nov 11 21:34:03 2005 +0000
+++ b/sysutils/Makefile Fri Nov 11 21:34:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.320 2005/11/07 11:37:04 martti Exp $
+# $NetBSD: Makefile,v 1.321 2005/11/11 21:34:29 wiz Exp $
 #
 
 COMMENT=       System utilities
@@ -20,7 +20,7 @@
 SUBDIR+=       asapm
 SUBDIR+=       atitvout
 SUBDIR+=       bacula
-SUBDIR+=       bacula-client
+SUBDIR+=       bacula-clientonly
 SUBDIR+=       bacula-doc
 SUBDIR+=       bbsload
 SUBDIR+=       bchunk
diff -r f77e0a6bee39 -r 16f6ca836c90 sysutils/bacula-client/DESCR
--- a/sysutils/bacula-client/DESCR      Fri Nov 11 21:34:03 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-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 f77e0a6bee39 -r 16f6ca836c90 sysutils/bacula-client/Makefile
--- a/sysutils/bacula-client/Makefile   Fri Nov 11 21:34:03 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2005/11/11 07:23:15 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
-
-BUILD_DEFS+=           BACULA_GROUP
-
-RCD_SCRIPTS=           bacula-fd
-
-.include "../../sysutils/bacula/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff -r f77e0a6bee39 -r 16f6ca836c90 sysutils/bacula-client/PLIST
--- a/sysutils/bacula-client/PLIST      Fri Nov 11 21:34:03 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2005/11/11 07:23:15 wiz Exp $
-libexec/bacula/bacula
-libexec/bacula/bconsole
-libexec/bacula/btraceback.dbx
-libexec/bacula/btraceback.gdb
-libexec/bacula/dvd-handler
-libexec/bacula/gconsole
-libexec/bacula/mtx-changer
-libexec/bacula/startmysql
-libexec/bacula/stopmysql
-man/man8/bacula.8
-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