ports/152305: [NEW PORT] devel/bzr-pipeline
C-S
c-s at c-s.li
Tue Nov 16 18:30:12 UTC 2010
>Number: 152305
>Category: ports
>Synopsis: [NEW PORT] devel/bzr-pipeline
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Nov 16 18:30:12 UTC 2010
>Closed-Date:
>Last-Modified:
>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 at 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 at dirrm %%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/tests
X at dirrm %%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline
X at dirrmtry %%PYTHON_SITELIBDIR%%/bzrlib/plugins
X at dirrmtry %%PYTHON_SITELIBDIR%%/bzrlib
775282c94b63c5243c15032faa92f899
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list