svn commit: r393761 - in head/sysutils: . bareos-docs
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Sun Aug 9 05:14:03 UTC 2015
Author: acm
Date: Sun Aug 9 05:14:01 2015
New Revision: 393761
URL: https://svnweb.freebsd.org/changeset/ports/393761
Log:
- New port: sysutils/bareos-docs
Bareos (BackupArchivingRecoveryOpenSourced) is a reliable network open source
software to backup, archive and restore files from all major operating systems.
The fork was founded 2010 out of the bacula.org project. The fork has been
actively developed and many new features have been added.
This port installs the latest documentation for Bareos.
WWW: http://www.bareos.org/
> Approved by: If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email.
> MFH: Ports tree branch name. Request approval for merge.
> Relnotes: Set to 'yes' for mention in release notes.
> Security: Vulnerability reference (one per line) or description.
> Sponsored by: If the change was sponsored by an organization.
> Empty fields above will be automatically removed.
M Makefile
A bareos-docs
AM bareos-docs/Makefile
AM bareos-docs/distinfo
AM bareos-docs/pkg-descr
Added:
head/sysutils/bareos-docs/
head/sysutils/bareos-docs/Makefile (contents, props changed)
head/sysutils/bareos-docs/distinfo (contents, props changed)
head/sysutils/bareos-docs/pkg-descr (contents, props changed)
Modified:
head/sysutils/Makefile
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Sun Aug 9 04:59:25 2015 (r393760)
+++ head/sysutils/Makefile Sun Aug 9 05:14:01 2015 (r393761)
@@ -70,6 +70,7 @@
SUBDIR += bareos-bat
SUBDIR += bareos-client
SUBDIR += bareos-client-static
+ SUBDIR += bareos-docs
SUBDIR += bareos-server
SUBDIR += baloo
SUBDIR += baloo-widgets
Added: head/sysutils/bareos-docs/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/bareos-docs/Makefile Sun Aug 9 05:14:01 2015 (r393761)
@@ -0,0 +1,36 @@
+# Created by: Alonso CArdenas <acm at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= bareos
+PORTVERSION= 15.2
+CATEGORIES= sysutils
+MASTER_SITES= http://doc.bareos.org/master/
+PKGNAMESUFFIX= -docs
+DISTFILES= ${PORTNAME}-manual-main-reference.pdf
+
+MAINTAINER= acm at FreeBSD.org
+COMMENT= Bareos document set (PDF)
+
+NO_BUILD= yes
+
+UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX}
+
+PORTDOCS= *.pdf
+
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.options.mk>
+
+.if empty(PORT_OPTIONS:MDOCS)
+IGNORE= consists of only documentation, please enable DOCS and try again
+.endif
+
+do-extract:
+ ${MKDIR} ${WRKSRC}
+ ${CP} ${DISTDIR}/${PORTNAME}-manual-main-reference.pdf ${WRKSRC}
+
+do-install:
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-manual-main-reference.pdf ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>
Added: head/sysutils/bareos-docs/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/bareos-docs/distinfo Sun Aug 9 05:14:01 2015 (r393761)
@@ -0,0 +1,2 @@
+SHA256 (bareos-manual-main-reference.pdf) = 9382892ccaf6c5db76f354ebd27e649d90d4ffaf58330620a8d2f4ca6d212cb6
+SIZE (bareos-manual-main-reference.pdf) = 2076173
Added: head/sysutils/bareos-docs/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/bareos-docs/pkg-descr Sun Aug 9 05:14:01 2015 (r393761)
@@ -0,0 +1,8 @@
+Bareos (BackupArchivingRecoveryOpenSourced) is a reliable network open source
+software to backup, archive and restore files from all major operating systems.
+The fork was founded 2010 out of the bacula.org project. The fork has been
+actively developed and many new features have been added.
+
+This port installs the latest documentation for Bareos.
+
+WWW: http://www.bareos.org/
More information about the svn-ports-head
mailing list