summaryrefslogtreecommitdiff
path: root/sysutils/bacula11-docs
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2021-02-24 02:33:02 +0000
committerDan Langille <dvl@FreeBSD.org>2021-02-24 02:33:02 +0000
commitb288ebcfaf242847dd1a54a7ca6b90ffcb70a5fa (patch)
tree1b95956f34792011e400cb04cd6143074f4e9ee1 /sysutils/bacula11-docs
parentemulators/i386-wine: Return to pool (diff)
Add Bacula 11.0.1
NOTE: New Catalog format in version 11.0 and greater The upgrade process will require more or less twice the size of the actual database. see update_bacula_tables re https://www.bacula.org/bacula-release-11-0-1/ While here, update Bacula 9 conflicts.
Diffstat (limited to 'sysutils/bacula11-docs')
-rw-r--r--sysutils/bacula11-docs/Makefile28
-rw-r--r--sysutils/bacula11-docs/distinfo3
-rw-r--r--sysutils/bacula11-docs/pkg-descr13
3 files changed, 44 insertions, 0 deletions
diff --git a/sysutils/bacula11-docs/Makefile b/sysutils/bacula11-docs/Makefile
new file mode 100644
index 000000000000..6cdac982da36
--- /dev/null
+++ b/sysutils/bacula11-docs/Makefile
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME= bacula
+PORTVERSION= 11.0.1
+CATEGORIES= sysutils
+MASTER_SITES= SF
+PKGNAMESUFFIX= 11-docs
+DISTNAME= ${PORTNAME}-docs-${PORTVERSION}
+
+CONFLICTS= bacula9-*
+
+MAINTAINER= dvl@FreeBSD.org
+COMMENT= Bacula document set
+
+USES= tar:bz2
+NO_BUILD= yes
+NO_ARCH= yes
+
+PORTDOCS= *.pdf
+
+OPTIONS_DEFINE= DOCS
+
+do-install:
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${FIND} ${WRKSRC}/manuals/en \
+ -name "*.pdf" -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/ \;
+
+.include <bsd.port.mk>
diff --git a/sysutils/bacula11-docs/distinfo b/sysutils/bacula11-docs/distinfo
new file mode 100644
index 000000000000..947b2b53a4a7
--- /dev/null
+++ b/sysutils/bacula11-docs/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1614132177
+SHA256 (bacula-docs-11.0.1.tar.bz2) = 9d7dcbeac3f59466dabc221e49a5d73112b643367727d0f39b36606c6a3ac9a1
+SIZE (bacula-docs-11.0.1.tar.bz2) = 53307003
diff --git a/sysutils/bacula11-docs/pkg-descr b/sysutils/bacula11-docs/pkg-descr
new file mode 100644
index 000000000000..cabed863dd96
--- /dev/null
+++ b/sysutils/bacula11-docs/pkg-descr
@@ -0,0 +1,13 @@
+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. Due to its modular design, Bacula is
+scalable from small single computer systems to systems consisting of
+hundreds of computers located over a large network.
+
+This port installs the latest documentation for Bacula.
+
+WWW: https://www.bacula.org/