1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

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>
This commit is contained in:
Greg Larkin 2010-10-18 19:06:23 +00:00
parent 80c0645b3c
commit cfc9c84503
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263207
5 changed files with 81 additions and 0 deletions

View File

@ -133,6 +133,7 @@
SUBDIR += bunny
SUBDIR += byaccj
SUBDIR += bzr-builder
SUBDIR += bzr-colo
SUBDIR += bzr-explorer
SUBDIR += bzr-externals
SUBDIR += bzr-grep

27
devel/bzr-colo/Makefile Normal file
View File

@ -0,0 +1,27 @@
# Ports collection makefile for: bzr-colo
# Date created: 2010-10-18
# Whom: Carlo Strub <c-s@c-s.li>
#
# $FreeBSD$
#
PORTNAME= bzr-colo
PORTVERSION= 0.2.0
CATEGORIES= devel
MASTER_SITES= https://launchpadlibrarian.net/57831741/ \
http://www.c-s.li/ports/
MAINTAINER= c-s@c-s.li
COMMENT= Plugin for bzr to support colocated branches
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= bzr_colo
.include <bsd.port.mk>

3
devel/bzr-colo/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (bzr-colo-0.2.0.tar.gz) = eac9e7cd13ce2cdbe598b582bc602bdd
SHA256 (bzr-colo-0.2.0.tar.gz) = 2e031d47fcaa7491ac031a3522aa602c066345bfed1e5af51e3cc5e0f57fc6b4
SIZE (bzr-colo-0.2.0.tar.gz) = 32430

9
devel/bzr-colo/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
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

41
devel/bzr-colo/pkg-plist Normal file
View File

@ -0,0 +1,41 @@
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/__init__.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/__init__.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/__init__.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/colocated.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/colocated.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/colocated.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/commands.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/commands.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/commands.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/explorer/__init__.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/explorer/__init__.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/explorer/__init__.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/info.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/info.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/info.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/qcommands.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/qcommands.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/qcommands.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/__init__.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/__init__.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/__init__.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/script.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/script.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/script.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/test_colo.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/test_colo.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/test_colo.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/test_qcommands.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/test_qcommands.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/test_qcommands.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/test_sync.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/test_sync.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests/test_sync.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tutorial.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tutorial.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tutorial.pyo
@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/tests
@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo/explorer
@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/plugins/colo
@dirrmtry %%PYTHON_SITELIBDIR%%/bzrlib/plugins
@dirrmtry %%PYTHON_SITELIBDIR%%/bzrlib