summaryrefslogtreecommitdiff
path: root/sysutils/bacula13-docs
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/bacula13-docs')
-rw-r--r--sysutils/bacula13-docs/Makefile26
-rw-r--r--sysutils/bacula13-docs/distinfo3
-rw-r--r--sysutils/bacula13-docs/pkg-descr13
3 files changed, 42 insertions, 0 deletions
diff --git a/sysutils/bacula13-docs/Makefile b/sysutils/bacula13-docs/Makefile
new file mode 100644
index 000000000000..85c9d3ad1b51
--- /dev/null
+++ b/sysutils/bacula13-docs/Makefile
@@ -0,0 +1,26 @@
+PORTNAME= bacula
+PORTVERSION= 13.0.0
+CATEGORIES= sysutils
+MASTER_SITES= SF
+PKGNAMESUFFIX= 13-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/bacula13-docs/distinfo b/sysutils/bacula13-docs/distinfo
new file mode 100644
index 000000000000..e15fe5526d39
--- /dev/null
+++ b/sysutils/bacula13-docs/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1657413208
+SHA256 (bacula-docs-13.0.0.tar.bz2) = 7a2425f1a7b5c69af4ed8ea24de9e607a2135b527fa6ce93879f216e6d1c869a
+SIZE (bacula-docs-13.0.0.tar.bz2) = 67807462
diff --git a/sysutils/bacula13-docs/pkg-descr b/sysutils/bacula13-docs/pkg-descr
new file mode 100644
index 000000000000..cabed863dd96
--- /dev/null
+++ b/sysutils/bacula13-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/