From 8290fcf8fb9a6f5f62fb09e0cbe61ec8598ab0a4 Mon Sep 17 00:00:00 2001 From: glarkin Date: Thu, 18 Nov 2010 14:51:28 +0000 Subject: 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 --- devel/Makefile | 1 + devel/bzr-pipeline/Makefile | 28 ++++++++++++++++++++++++++++ devel/bzr-pipeline/distinfo | 2 ++ devel/bzr-pipeline/pkg-descr | 10 ++++++++++ devel/bzr-pipeline/pkg-plist | 25 +++++++++++++++++++++++++ 5 files changed, 66 insertions(+) create mode 100644 devel/bzr-pipeline/Makefile create mode 100644 devel/bzr-pipeline/distinfo create mode 100644 devel/bzr-pipeline/pkg-descr create mode 100644 devel/bzr-pipeline/pkg-plist diff --git a/devel/Makefile b/devel/Makefile index 62e9a06..f6f9eb7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -140,6 +140,7 @@ SUBDIR += bzr-grep SUBDIR += bzr-gtk SUBDIR += bzr-loom + SUBDIR += bzr-pipeline SUBDIR += bzr-rewrite SUBDIR += bzr-svn SUBDIR += bzrtools diff --git a/devel/bzr-pipeline/Makefile b/devel/bzr-pipeline/Makefile new file mode 100644 index 0000000..6179fe1 --- /dev/null +++ b/devel/bzr-pipeline/Makefile @@ -0,0 +1,28 @@ +# Ports collection makefile for: bzr-pipeline +# Date created: 2010-11-16 +# Whom: Carlo Strub +# +# $FreeBSD$ +# + +PORTNAME= bzr-pipeline +PORTVERSION= 1.0.0 +CATEGORIES= devel +MASTER_SITES= http://launchpadlibrarian.net/58976607/ \ + http://www.c-s.li/ports/ + +MAINTAINER= c-s@c-s.li +COMMENT= Bzr tools for working with a sequence of branches + +BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng +RUN_DEPENDS= ${BUILD_DEPENDS} + +LICENSE= GPLv2 + +WRKSRC= ${WRKDIR}/pipeline + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= BzrPipeline + +.include diff --git a/devel/bzr-pipeline/distinfo b/devel/bzr-pipeline/distinfo new file mode 100644 index 0000000..71f6a6a --- /dev/null +++ b/devel/bzr-pipeline/distinfo @@ -0,0 +1,2 @@ +SHA256 (bzr-pipeline-1.0.0.tar.gz) = 632446d69f5592ef132bc85a4874bd13830aa68c77fbe226f4cdd67125de0a03 +SIZE (bzr-pipeline-1.0.0.tar.gz) = 29623 diff --git a/devel/bzr-pipeline/pkg-descr b/devel/bzr-pipeline/pkg-descr new file mode 100644 index 0000000..f0bfe0f --- /dev/null +++ b/devel/bzr-pipeline/pkg-descr @@ -0,0 +1,10 @@ +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 diff --git a/devel/bzr-pipeline/pkg-plist b/devel/bzr-pipeline/pkg-plist new file mode 100644 index 0000000..a9f054b1 --- /dev/null +++ b/devel/bzr-pipeline/pkg-plist @@ -0,0 +1,25 @@ +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/__init__.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/__init__.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/__init__.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/commands.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/commands.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/commands.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/loom.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/loom.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/loom.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/pipeline.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/pipeline.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/pipeline.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/tests/__init__.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/tests/test_blackbox.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/tests/test_blackbox.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/tests/test_blackbox.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/tests/test_pipeline.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/tests/test_pipeline.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/tests/test_pipeline.pyo +@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline/tests +@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/plugins/pipeline +@dirrmtry %%PYTHON_SITELIBDIR%%/bzrlib/plugins +@dirrmtry %%PYTHON_SITELIBDIR%%/bzrlib -- cgit v1.1