diff options
author | Dan Langille <dvl@FreeBSD.org> | 2022-07-10 01:02:53 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2022-07-10 01:10:08 +0000 |
commit | c38f2ffe95ed4ffb5c82f01bfc97f9fc4ace1887 (patch) | |
tree | c874b4002f8c4aea25eba0f2648b160accf38119 /sysutils/bacula13-docs | |
parent | 6f111afc7f9f9dfca3a3ca331d745ec9ad038823 (diff) | |
download | freebsd-ports-c38f2ffe95ed4ffb5c82f01bfc97f9fc4ace1887.zip |
sysutils/bacula13-server: New ports for Bacula 13
NOTE: I am unsure of how stable this is. Please proceed with caution.
Also coming in:
* sysutils/bacula13-client
* sysutils/bacula13-docs
* net-mgmt/nagios-check_bacula13
Not present yet: sysutils/bacula13-client-static because of unknown
build issues.
Diffstat (limited to 'sysutils/bacula13-docs')
-rw-r--r-- | sysutils/bacula13-docs/Makefile | 26 | ||||
-rw-r--r-- | sysutils/bacula13-docs/distinfo | 3 | ||||
-rw-r--r-- | sysutils/bacula13-docs/pkg-descr | 13 |
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/ |