diff options
author | acm <acm@FreeBSD.org> | 2015-08-09 13:14:01 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2015-08-09 13:14:01 +0800 |
commit | ae4228738632b9c019557671550aa73dbe7f727d (patch) | |
tree | 134a50843b759f4b21fd1c7b14ab553e09c3cbd3 /sysutils/bareos-docs | |
parent | e34a3fa99adc358288c052909e7ca4b1747f011e (diff) | |
download | freebsd-ports-gnome-ae4228738632b9c019557671550aa73dbe7f727d.tar.gz freebsd-ports-gnome-ae4228738632b9c019557671550aa73dbe7f727d.tar.zst freebsd-ports-gnome-ae4228738632b9c019557671550aa73dbe7f727d.zip |
- 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
Diffstat (limited to 'sysutils/bareos-docs')
-rw-r--r-- | sysutils/bareos-docs/Makefile | 36 | ||||
-rw-r--r-- | sysutils/bareos-docs/distinfo | 2 | ||||
-rw-r--r-- | sysutils/bareos-docs/pkg-descr | 8 |
3 files changed, 46 insertions, 0 deletions
diff --git a/sysutils/bareos-docs/Makefile b/sysutils/bareos-docs/Makefile new file mode 100644 index 000000000000..75f97b4fb956 --- /dev/null +++ b/sysutils/bareos-docs/Makefile @@ -0,0 +1,36 @@ +# Created by: Alonso CArdenas <acm@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@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> diff --git a/sysutils/bareos-docs/distinfo b/sysutils/bareos-docs/distinfo new file mode 100644 index 000000000000..de12824c3bf6 --- /dev/null +++ b/sysutils/bareos-docs/distinfo @@ -0,0 +1,2 @@ +SHA256 (bareos-manual-main-reference.pdf) = 9382892ccaf6c5db76f354ebd27e649d90d4ffaf58330620a8d2f4ca6d212cb6 +SIZE (bareos-manual-main-reference.pdf) = 2076173 diff --git a/sysutils/bareos-docs/pkg-descr b/sysutils/bareos-docs/pkg-descr new file mode 100644 index 000000000000..9e9da86f358f --- /dev/null +++ b/sysutils/bareos-docs/pkg-descr @@ -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/ |