From owner-svn-ports-head@freebsd.org Sun Aug 9 05:14:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55ECE99DF5A; Sun, 9 Aug 2015 05:14:03 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 468E8927; Sun, 9 Aug 2015 05:14:03 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t795E3n1068359; Sun, 9 Aug 2015 05:14:03 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t795E2lp068353; Sun, 9 Aug 2015 05:14:02 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201508090514.t795E2lp068353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 9 Aug 2015 05:14:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393761 - in head/sysutils: . bareos-docs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2015 05:14:03 -0000 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 +# $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 + +.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 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/