From dan@xeon.unixathome.org  Thu Jan  4 21:55:14 2007
Return-Path: <dan@xeon.unixathome.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 24C8316A407
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  4 Jan 2007 21:55:14 +0000 (UTC)
	(envelope-from dan@xeon.unixathome.org)
Received: from m21.unixathome.org (m21.unixathome.org [205.150.199.217])
	by mx1.freebsd.org (Postfix) with ESMTP id C77A213C448
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  4 Jan 2007 21:55:13 +0000 (UTC)
	(envelope-from dan@xeon.unixathome.org)
Received: from localhost (localhost [205.150.199.217])
	by m21.unixathome.org (Postfix) with ESMTP id 65F82BF7E
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  4 Jan 2007 16:55:13 -0500 (EST)
Received: from m21.unixathome.org ([205.150.199.217])
	by localhost (m21.unixathome.org [205.150.199.217]) (amavisd-new, port 10024)
	with ESMTP id 13514-04 for <FreeBSD-gnats-submit@freebsd.org>;
	Thu, 4 Jan 2007 16:55:10 -0500 (EST)
Received: from bast.unixathome.org (bast.unixathome.org [74.104.199.163])
	by m21.unixathome.org (Postfix) with ESMTP id 5735BBF22
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  4 Jan 2007 16:55:10 -0500 (EST)
Received: from xeon.unixathome.org (unknown [10.55.0.18])
	by bast.unixathome.org (Postfix) with ESMTP id 327F3B8A6
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  4 Jan 2007 16:55:10 -0500 (EST)
Received: by xeon.unixathome.org (Postfix, from userid 1000)
	id F26283EC4; Thu,  4 Jan 2007 16:55:09 -0500 (EST)
Message-Id: <20070104215509.F26283EC4@xeon.unixathome.org>
Date: Thu,  4 Jan 2007 16:55:09 -0500 (EST)
From: Dan Langille <dan@langille.org>
Reply-To: Dan Langille <dan@langille.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Dan Langille <dan@langille.org>
Subject: [NEW PORT] sysutils/bacula-docs - split the docs from bacula-client/bacula-server
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         107534
>Category:       ports
>Synopsis:       [NEW PORT] sysutils/bacula-docs - split the docs from bacula-client/bacula-server
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 04 22:00:30 GMT 2007
>Closed-Date:    Thu Jan 04 23:23:47 GMT 2007
>Last-Modified:  Thu Jan  4 23:30:18 GMT 2007
>Originator:     Dan Langille
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
The FreeBSD Diary
>Environment:
System: FreeBSD xeon.unixathome.org 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Mar 3 08:16:24 EST 2004 dan@polo.unixathome.org:/usr/obj/usr/src/sys/XEON i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:
It times to move Bacula documentation into its own port.  Now you can install it anytime, anywhere,
independant of your Bacula ports.

	



--- bacula-docs.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	bacula-docs
#	bacula-docs/Makefile
#	bacula-docs/distinfo
#	bacula-docs/pkg-descr
#
echo c - bacula-docs
mkdir -p bacula-docs > /dev/null 2>&1
echo x - bacula-docs/Makefile
sed 's/^X//' >bacula-docs/Makefile << 'END-of-bacula-docs/Makefile'
X# New ports collection makefile for:	bacula
X# Date created:				4 January 2006
X# Whom:					Dan Langille <dan@langille.org>
X#
X# $FreeBSD: ports/sysutils/bacula-server-devel/Makefile,v 1.14 2006/12/27 15:47:18 oliver Exp $
X#
X
XPORTNAME=	bacula
XPORTVERSION=	2.0.0
XCATEGORIES=	sysutils
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	bacula
XPKGNAMESUFFIX=	-docs
X
XMAINTAINER=	dan@langille.org
XCOMMENT=	The Bacula document set
X
XNO_BUILD=       YES
X
XCONFLICTS=	bacula-server-devel[0-9]* bacula-client-devel[0-9]* bacula-docs-devel-[0-9]*
X
XUNIQUENAME=${PORTNAME}${PKGNAMESUFFIX}
X
XDISTFILES=	${PORTNAME}-docs-${PORTVERSION}.tar.gz ${PORTNAME}-${PORTVERSION}.tar.gz
X
XPORTDOCS=	ReleaseNotes bacula.pdf developers.pdf kernstodo manual bacula-web
X
Xdo-install:
X# Documentation is only installed in -client port
X	for na in manual bacula-web; do \
X		${MKDIR} ${DOCSDIR}/$$na ;\
X		cd ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION} && ${FIND} $$na | \
X			${CPIO} -pdm -L -R root:wheel ${DOCSDIR}; \
X	done
X	@${CP} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ReleaseNotes ${DOCSDIR}
X	@${CP} ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION}/manual/bacula.pdf ${DOCSDIR}
X	@${CP} ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION}/developers/developers.pdf ${DOCSDIR}
X	@${CP} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/kernstodo ${DOCSDIR}
X
X.include <bsd.port.mk>
END-of-bacula-docs/Makefile
echo x - bacula-docs/distinfo
sed 's/^X//' >bacula-docs/distinfo << 'END-of-bacula-docs/distinfo'
XMD5 (bacula-docs-2.0.0.tar.gz) = 9fe0efdf50c82f40f15b3ea6c7ad7ed6
XSHA256 (bacula-docs-2.0.0.tar.gz) = 6f5b9bfe171800bf06dbb48b3a265febc6f1797e0dde657bffdf962b096852b0
XSIZE (bacula-docs-2.0.0.tar.gz) = 28132575
XMD5 (bacula-2.0.0.tar.gz) = fbf990e64eb895a674c52c0de5acf0cd
XSHA256 (bacula-2.0.0.tar.gz) = 208aa7a65983a515b32f5e28d4f46468a4823f00685c679560f86f8f3e5386ee
XSIZE (bacula-2.0.0.tar.gz) = 2488471
END-of-bacula-docs/distinfo
echo x - bacula-docs/pkg-descr
sed 's/^X//' >bacula-docs/pkg-descr << 'END-of-bacula-docs/pkg-descr'
XBacula is a set of computer programs that permit you (or the system
Xadministrator) to manage backup, recovery, and verification of
Xcomputer data across a network of computers of different kinds.
XIn technical terms, it is a network Client/Server based backup program.
XBacula is relatively easy to use and efficient, while offering many
Xadvanced storage management features that make it easy to find and
Xrecover lost or damaged files. Due to its modular design, Bacula is
Xscalable from small single computer systems to systems consisting of
Xhundreds of computers located over a large network.
X
XThis port is built from the development branch of Bacula.
X
XWWW: http://www.bacula.org/
END-of-bacula-docs/pkg-descr
exit
--- bacula-docs.shar ends here ---

>Release-Note:
>Audit-Trail:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Thu Jan 4 22:00:46 UTC 2007 
Class-Changed-Why:  
Fix category (new ports should be change-requests) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107534 
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Thu Jan 4 22:04:24 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107534 
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Thu Jan 4 23:23:45 UTC 2007 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107534 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107534: commit references a PR
Date: Thu,  4 Jan 2007 23:22:20 +0000 (UTC)

 itetcu      2007-01-04 23:22:14 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils             Makefile 
   Added files:
     sysutils/bacula-docs Makefile distinfo pkg-descr 
   Log:
   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>
   
   Revision  Changes    Path
   1.878     +1 -0      ports/sysutils/Makefile
   1.1       +39 -0     ports/sysutils/bacula-docs/Makefile (new)
   1.1       +6 -0      ports/sysutils/bacula-docs/distinfo (new)
   1.1       +13 -0     ports/sysutils/bacula-docs/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
