diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-01-05 07:22:14 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-01-05 07:22:14 +0800 |
commit | c6b9d86371d2eafcfe698cafb30cb04b15e153e1 (patch) | |
tree | 8b109d586d4f221ff88ebd2117708ff0bdd13def /sysutils/bacula-docs | |
parent | 17e69c5dae5f4418771f29a2cad3c77ed039c4df (diff) | |
download | freebsd-ports-gnome-c6b9d86371d2eafcfe698cafb30cb04b15e153e1.tar.gz freebsd-ports-gnome-c6b9d86371d2eafcfe698cafb30cb04b15e153e1.tar.zst freebsd-ports-gnome-c6b9d86371d2eafcfe698cafb30cb04b15e153e1.zip |
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: http://www.bacula.org/
PR: ports/107534
Submitted by: Dan Langille <dan at langille.org>
Diffstat (limited to 'sysutils/bacula-docs')
-rw-r--r-- | sysutils/bacula-docs/Makefile | 39 | ||||
-rw-r--r-- | sysutils/bacula-docs/distinfo | 6 | ||||
-rw-r--r-- | sysutils/bacula-docs/pkg-descr | 13 |
3 files changed, 58 insertions, 0 deletions
diff --git a/sysutils/bacula-docs/Makefile b/sysutils/bacula-docs/Makefile new file mode 100644 index 000000000000..3ebd0aa7af0d --- /dev/null +++ b/sysutils/bacula-docs/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: bacula +# Date created: 4 January 2006 +# Whom: Dan Langille <dan@langille.org> +# +# $FreeBSD$ +# + +PORTNAME= bacula +PORTVERSION= 2.0.0 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= bacula +PKGNAMESUFFIX= -docs +DISTFILES= ${PORTNAME}-docs-${PORTVERSION}.tar.gz ${PORTNAME}-${PORTVERSION}.tar.gz + +MAINTAINER= dan@langille.org +COMMENT= The Bacula document set + +NO_BUILD= YES + +CONFLICTS= bacula-server-devel[0-9]* bacula-client-devel[0-9]* bacula-docs-devel-[0-9]* + +UNIQUENAME=${PORTNAME}${PKGNAMESUFFIX} + +PORTDOCS= ReleaseNotes bacula.pdf developers.pdf kernstodo manual bacula-web + +do-install: +# Documentation is only installed in -client port + for na in manual bacula-web; do \ + ${MKDIR} ${DOCSDIR}/$$na ;\ + cd ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION} && ${FIND} $$na | \ + ${CPIO} -pdm -L -R root:wheel ${DOCSDIR}; \ + done + @${CP} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ReleaseNotes ${DOCSDIR} + @${CP} ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION}/manual/bacula.pdf ${DOCSDIR} + @${CP} ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION}/developers/developers.pdf ${DOCSDIR} + @${CP} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/kernstodo ${DOCSDIR} + +.include <bsd.port.mk> diff --git a/sysutils/bacula-docs/distinfo b/sysutils/bacula-docs/distinfo new file mode 100644 index 000000000000..84cefa662ed5 --- /dev/null +++ b/sysutils/bacula-docs/distinfo @@ -0,0 +1,6 @@ +MD5 (bacula-docs-2.0.0.tar.gz) = 9fe0efdf50c82f40f15b3ea6c7ad7ed6 +SHA256 (bacula-docs-2.0.0.tar.gz) = 6f5b9bfe171800bf06dbb48b3a265febc6f1797e0dde657bffdf962b096852b0 +SIZE (bacula-docs-2.0.0.tar.gz) = 28132575 +MD5 (bacula-2.0.0.tar.gz) = fbf990e64eb895a674c52c0de5acf0cd +SHA256 (bacula-2.0.0.tar.gz) = 208aa7a65983a515b32f5e28d4f46468a4823f00685c679560f86f8f3e5386ee +SIZE (bacula-2.0.0.tar.gz) = 2488471 diff --git a/sysutils/bacula-docs/pkg-descr b/sysutils/bacula-docs/pkg-descr new file mode 100644 index 000000000000..2beb63b5605d --- /dev/null +++ b/sysutils/bacula-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: http://www.bacula.org/ |