aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bacula-docs
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2007-01-04 23:22:14 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2007-01-04 23:22:14 +0000
commit3168ca042c76bddd3e6c428eb047b714b90287fd (patch)
treef07b8375d195cf099fb944dd72324134dff68396 /sysutils/bacula-docs
parentbaa4c4b0078795bd53981ba3495c326d75110486 (diff)
Notes
Diffstat (limited to 'sysutils/bacula-docs')
-rw-r--r--sysutils/bacula-docs/Makefile39
-rw-r--r--sysutils/bacula-docs/distinfo6
-rw-r--r--sysutils/bacula-docs/pkg-descr13
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/