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>
This commit is contained in:
parent
baa4c4b007
commit
3168ca042c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181439
4 changed files with 59 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
SUBDIR += autopsy
|
||||
SUBDIR += bacula-client
|
||||
SUBDIR += bacula-client-devel
|
||||
SUBDIR += bacula-docs
|
||||
SUBDIR += bacula-server
|
||||
SUBDIR += bacula-server-devel
|
||||
SUBDIR += barry
|
||||
|
|
39
sysutils/bacula-docs/Makefile
Normal file
39
sysutils/bacula-docs/Makefile
Normal file
|
@ -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>
|
6
sysutils/bacula-docs/distinfo
Normal file
6
sysutils/bacula-docs/distinfo
Normal file
|
@ -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
|
13
sysutils/bacula-docs/pkg-descr
Normal file
13
sysutils/bacula-docs/pkg-descr
Normal file
|
@ -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/
|
Loading…
Reference in a new issue