From nobody@FreeBSD.org  Mon Oct 18 14:09:01 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0BED71065679
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 Oct 2010 14:09:01 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id EE5B38FC1D
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 Oct 2010 14:09:00 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o9IE90B0025391
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 Oct 2010 14:09:00 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o9IE90Mm025378;
	Mon, 18 Oct 2010 14:09:00 GMT
	(envelope-from nobody)
Message-Id: <201010181409.o9IE90Mm025378@www.freebsd.org>
Date: Mon, 18 Oct 2010 14:09:00 GMT
From: C-S <c-s@c-s.li>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT] devel/bzr-colo
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         151536
>Category:       ports
>Synopsis:       [NEW PORT] devel/bzr-colo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    glarkin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 18 14:10:08 UTC 2010
>Closed-Date:    Mon Oct 18 15:06:37 EDT 2010
>Last-Modified:  Mon Oct 18 19:10:11 UTC 2010
>Originator:     C-S
>Release:        
>Organization:
>Environment:
>Description:
New port to support colocation in bazaar-ng.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	bzr-colo/Makefile
#	bzr-colo/distinfo
#	bzr-colo/pkg-descr
#	bzr-colo/pkg-plist
#
echo x - bzr-colo/Makefile
sed 's/^X//' >bzr-colo/Makefile << 'ec35a46cb1388175c8a5cd672ae9c76e'
X# Ports collection makefile for:	bzr-colo
X# Date created:		2010-10-18
X# Whom:			Carlo Strub
X#
X# $FreeBSD$
X#
X
XPORTNAME=	bzr-colo
XPORTVERSION=	0.2.0
XCATEGORIES=	devel
XMASTER_SITES=	https://launchpadlibrarian.net/57831741/ \
X		http://www.c-s.li/ports/
X
XMAINTAINER=	c-s@c-s.li
XCOMMENT=	Plugin for bzr to support colocated branches
X
XBUILD_DEPENDS=	bzr:${PORTSDIR}/devel/bazaar-ng
XRUN_DEPENDS=	bzr:${PORTSDIR}/devel/bazaar-ng
X
XLICENSE=	GPLv2
X
XWRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
XPYDISTUTILS_PKGNAME=	bzr_colo
X
X.include <bsd.port.mk>
ec35a46cb1388175c8a5cd672ae9c76e
echo x - bzr-colo/distinfo
sed 's/^X//' >bzr-colo/distinfo << 'b442b771aed640415cd067d1dfee9c11'
XMD5 (bzr-colo-0.2.0.tar.gz) = eac9e7cd13ce2cdbe598b582bc602bdd
XSHA256 (bzr-colo-0.2.0.tar.gz) = 2e031d47fcaa7491ac031a3522aa602c066345bfed1e5af51e3cc5e0f57fc6b4
XSIZE (bzr-colo-0.2.0.tar.gz) = 32430
b442b771aed640415cd067d1dfee9c11
echo x - bzr-colo/pkg-descr
sed 's/^X//' >bzr-colo/pkg-descr << 'ab2c6dc196d481cb96be51e3764a3f85'
XIn order to provide a faster and simpler working model, this plugin tries to
Xsupport a configuration similar to git and Mercurial's colocated branches, where
Xthere is a single working tree that can be switched between multiple branches
Xthat all co-exist in the same directory. This working model is entirely possible
Xusing Bazaar's existing technology, and this plugin aims to make it as simple as
Xpossible to use that model.
X
XWWW: https://launchpad.net/bzr-colo
ab2c6dc196d481cb96be51e3764a3f85
echo x - bzr-colo/pkg-plist
sed 's/^X//' >bzr-colo/pkg-plist << 'e5fd55f7f005c8b148422f464df7827c'
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/__init__.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/__init__.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/__init__.pyo
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/colocated.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/colocated.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/colocated.pyo
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/commands.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/commands.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/commands.pyo
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/explorer/__init__.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/explorer/__init__.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/explorer/__init__.pyo
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/info.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/info.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/info.pyo
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/qcommands.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/qcommands.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/qcommands.pyo
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/__init__.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/__init__.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/__init__.pyo
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/script.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/script.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/script.pyo
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/test_colo.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/test_colo.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/test_colo.pyo
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/test_qcommands.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/test_qcommands.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/test_qcommands.pyo
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/test_sync.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/test_sync.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/test_sync.pyo
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tutorial.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tutorial.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tutorial.pyo
X@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests
X@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/explorer
X@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo
X@dirrmtry %%PYTHON_SITELIBDIR%%/bzrlib/plugins
X@dirrmtry %%PYTHON_SITELIBDIR%%/bzrlib
e5fd55f7f005c8b148422f464df7827c
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->glarkin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Oct 18 14:10:14 UTC 2010 
Responsible-Changed-Why:  
glarkin@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151536 
State-Changed-From-To: open->closed 
State-Changed-By: glarkin 
State-Changed-When: Mon Oct 18 15:06:21 EDT 2010 
State-Changed-Why:  
Committed, thank you! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/151536: commit references a PR
Date: Mon, 18 Oct 2010 19:06:28 +0000 (UTC)

 glarkin     2010-10-18 19:06:23 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/bzr-colo       Makefile distinfo pkg-descr pkg-plist 
   Log:
   In order to provide a faster and simpler working model, this plugin
   tries to support a configuration similar to git and Mercurial's
   colocated branches, where there is a single working tree that can
   be switched between multiple branches that all co-exist in the same
   directory. This working model is entirely possible using Bazaar's
   existing technology, and this plugin aims to make it as simple as
   possible to use that model.
   
   WWW: https://launchpad.net/bzr-colo
   
   PR:             ports/151536
   Submitted by:   Carlo Strub <c-s at c-s.li>
   
   Revision  Changes    Path
   1.4088    +1 -0      ports/devel/Makefile
   1.1       +27 -0     ports/devel/bzr-colo/Makefile (new)
   1.1       +3 -0      ports/devel/bzr-colo/distinfo (new)
   1.1       +9 -0      ports/devel/bzr-colo/pkg-descr (new)
   1.1       +41 -0     ports/devel/bzr-colo/pkg-plist (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:
