pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
update DESCR normalize relative package paths
Module Name: pkgsrc-wip
Committed By: Frank Kardel <kardel%netbsd.org@localhost>
Pushed By: kardel
Date: Wed Jul 22 17:13:30 2020 +0200
Changeset: 05202b5f6be2620a5f44fd0359db1616602f752c
Modified Files:
bareos-clientonly/DESCR
bareos-clientonly/Makefile
bareos/DESCR
Log Message:
update DESCR
normalize relative package paths
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=05202b5f6be2620a5f44fd0359db1616602f752c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bareos-clientonly/DESCR | 13 ++++++++++++-
bareos-clientonly/Makefile | 9 ++++-----
bareos/DESCR | 11 +++++++++++
3 files changed, 27 insertions(+), 6 deletions(-)
diffs:
diff --git a/bareos-clientonly/DESCR b/bareos-clientonly/DESCR
index b80cb46208..cf7ad94d8b 100644
--- a/bareos-clientonly/DESCR
+++ b/bareos-clientonly/DESCR
@@ -1,7 +1,18 @@
+Backup Archiving REcovery Open Sourced
+
Bareos is a set of computer programs that permits the system administrator
to manage backup, recovery, and verfication of computer data
across a network of computers of different kinds. Bareos can
also run entirely upon a single computer and can backup to various types
of media, including tape and disk.
-This the just the client installation part.
+Bareos is a fork of Bacula 5.2 around 2010.
+
+Features (partial list)
+ LTO hardware encryption support
+ bandwidth limitation
+ encrypted communication
+ distributed data replication across sites
+ cloud storage support (not yet part of pkgsrc)
+
+This the just the file daemon client installation part.
diff --git a/bareos-clientonly/Makefile b/bareos-clientonly/Makefile
index 238e79d3de..ccf6511f13 100644
--- a/bareos-clientonly/Makefile
+++ b/bareos-clientonly/Makefile
@@ -6,9 +6,9 @@ COMMENT= Backup Archiving REcovery Open Sourced - client
CONFLICTS= bareos-[0-9]* bacula-[0-9]* bacula-clientonly-[0-9]*
-PATCHDIR= ${.CURDIR}/../bareos/patches
-FILESDIR= ${.CURDIR}/../bareos/files
-DISTINFO_FILE= ${.CURDIR}/../bareos/distinfo
+PATCHDIR= ../../wip/bareos/patches
+FILESDIR= ../../wip/bareos/files
+DISTINFO_FILE= ../../wip/bareos/distinfo
PLIST_SRC= PLIST.client
@@ -17,8 +17,7 @@ CMAKE_ARGS+= -Dclient-only=true
RCD_SCRIPTS= bareos-fd
-# non WIP .include "${.CURDIR}/../../sysutils/bareos/Makefile.common"
-.include "${.CURDIR}/../bareos/Makefile.common"
+.include "../../wip/bareos/Makefile.common"
CONFIG_TEMPLATES!= ${EGREP} "^"${CONFIG_TEMPLATE_PATH:Q} PLIST.client 2>/dev/null | sed -e 's/ /\\ /g'
CONF_FILES?=
diff --git a/bareos/DESCR b/bareos/DESCR
index 01f0bfb96a..187f0ddc18 100644
--- a/bareos/DESCR
+++ b/bareos/DESCR
@@ -1,5 +1,16 @@
+Backup Archiving REcovery Open Sourced
+
Bareos is a set of computer programs that permits the system administrator
to manage backup, recovery, and verfication of computer data
across a network of computers of different kinds. Bareos can
also run entirely upon a single computer and can backup to various types
of media, including tape and disk.
+
+Bareos is a fork of Bacula 5.2 around 2010.
+
+Features (partial list)
+ LTO hardware encryption support
+ bandwidth limitation
+ encrypted communication
+ distributed data replication across sites
+ cloud storage support (not yet part of pkgsrc)
Home |
Main Index |
Thread Index |
Old Index