From nobody@FreeBSD.org  Tue Nov 16 18:28:11 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 5D315106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Nov 2010 18:28:11 +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 4C6328FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Nov 2010 18:28:11 +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 oAGISAni009003
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Nov 2010 18:28:10 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id oAGISAwj009002;
	Tue, 16 Nov 2010 18:28:10 GMT
	(envelope-from nobody)
Message-Id: <201011161828.oAGISAwj009002@www.freebsd.org>
Date: Tue, 16 Nov 2010 18:28:10 GMT
From: C-S <c-s@c-s.li>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT] devel/bzr-pipeline
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         152305
>Category:       ports
>Synopsis:       [NEW PORT] devel/bzr-pipeline
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    glarkin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 16 18:30:12 UTC 2010
>Closed-Date:    Thu Nov 18 09:52:01 EST 2010
>Last-Modified:  Thu Nov 18 15:00:18 UTC 2010
>Originator:     C-S
>Release:        
>Organization:
>Environment:
>Description:
Provides tools for bzr for working with a sequence of branches, treated as pipeline of changes. Pipeline makes it easier to work on a series of changes
instead of lumping them all into one branch. This makes it easier to focus on a
particular change, both for the developer, and for those reviewing their code.
>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-pipeline/Makefile
#	bzr-pipeline/distinfo
#	bzr-pipeline/pkg-descr
#	bzr-pipeline/pkg-plist
#
echo x - bzr-pipeline/Makefile
sed 's/^X//' >bzr-pipeline/Makefile << '4b11cf1fe28d6bd4d13d391fc2edc0bc'
X# Ports collection makefile for:	bzr-pipeline
X# Date created:				2010-11-16
X# Whom:					Carlo Strub
X#
X# $FreeBSD$
X#
X
XPORTNAME=	bzr-pipeline
XPORTVERSION=	1.0.0
XCATEGORIES=	devel
XMASTER_SITES=	http://launchpadlibrarian.net/58976607/ \
X		http://www.c-s.li/ports/
X
XMAINTAINER=	c-s@c-s.li
XCOMMENT=	Bzr tools for working with a sequence of branches
X
XBUILD_DEPENDS=	bzr:${PORTSDIR}/devel/bazaar-ng
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XLICENSE=	GPLv2
X
XWRKSRC=		${WRKDIR}/pipeline
X
XUSE_PYTHON=		yes
XUSE_PYDISTUTILS=	yes
XPYDISTUTILS_PKGNAME=	BzrPipeline
X
X.include <bsd.port.mk>
4b11cf1fe28d6bd4d13d391fc2edc0bc
echo x - bzr-pipeline/distinfo
sed 's/^X//' >bzr-pipeline/distinfo << '80579177740513553aa0e58f485c32f6'
XSHA256 (bzr-pipeline-1.0.0.tar.gz) = 632446d69f5592ef132bc85a4874bd13830aa68c77fbe226f4cdd67125de0a03
XSIZE (bzr-pipeline-1.0.0.tar.gz) = 29623
80579177740513553aa0e58f485c32f6
echo x - bzr-pipeline/pkg-descr
sed 's/^X//' >bzr-pipeline/pkg-descr << 'e6bf1ee94c9825d3f3f86db550a24770'
XProvides tools for bzr for working with a sequence of branches, treated as a
Xpipeline of changes. Pipeline makes it easier to work on a series of changes
Xinstead of lumping them all into one branch. This makes it easier to focus on a
Xparticular change, both for the developer, and for those reviewing their code.
X
XWWW: https://launchpad.net/bzr-pipeline
e6bf1ee94c9825d3f3f86db550a24770
echo x - bzr-pipeline/pkg-plist
sed 's/^X//' >bzr-pipeline/pkg-plist << '775282c94b63c5243c15032faa92f899'
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/__init__.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/__init__.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/__init__.pyo
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/commands.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/commands.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/commands.pyo
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/loom.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/loom.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/loom.pyo
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/pipeline.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/pipeline.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/pipeline.pyo
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/tests/__init__.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/tests/__init__.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/tests/__init__.pyo
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/tests/test_blackbox.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/tests/test_blackbox.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/tests/test_blackbox.pyo
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/tests/test_pipeline.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/tests/test_pipeline.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/tests/test_pipeline.pyo
X@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/tests
X@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline
X@dirrmtry %%PYTHON_SITELIBDIR%%/bzrlib/plugins
X@dirrmtry %%PYTHON_SITELIBDIR%%/bzrlib
775282c94b63c5243c15032faa92f899
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->glarkin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Nov 16 18:30:19 UTC 2010 
Responsible-Changed-Why:  
glarkin@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152305 
State-Changed-From-To: open->analyzed 
State-Changed-By: glarkin 
State-Changed-When: Wed Nov 17 18:23:19 EST 2010 
State-Changed-Why:  
Waiting for feedback from submitter. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152305 
State-Changed-From-To: analyzed->closed 
State-Changed-By: glarkin 
State-Changed-When: Thu Nov 18 09:51:46 EST 2010 
State-Changed-Why:  
Committed with changes to pkg-descr, thank you! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152305: commit references a PR
Date: Thu, 18 Nov 2010 14:51:33 +0000 (UTC)

 glarkin     2010-11-18 14:51:28 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/bzr-pipeline   Makefile distinfo pkg-descr pkg-plist 
   Log:
   The Bazaar pipeline plugin helps you organize your changes into
   sections called "pipes". Pipelines can help you:
   
   * focus on each set of changes as a coherent piece, without being
     distracted by other sets of changes.
   * respect diff size limits when submitting changes
   * avoid reviewer fatigue when submitting changes for code review
   * maintain a set of patches against an upstream branch
   
   WWW: http://wiki.bazaar.canonical.com/BzrPipeline
   
   PR:             ports/152305
   Submitted by:   Carlo Strub <c-s at c-s.li>
   
   Revision  Changes    Path
   1.4126    +1 -0      ports/devel/Makefile
   1.1       +28 -0     ports/devel/bzr-pipeline/Makefile (new)
   1.1       +2 -0      ports/devel/bzr-pipeline/distinfo (new)
   1.1       +10 -0     ports/devel/bzr-pipeline/pkg-descr (new)
   1.1       +25 -0     ports/devel/bzr-pipeline/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:
