This is a plugin for bzr. Using hooks, this plugin supports external branches

for the following commands:
* branch
* checkout
* commit
* pull
* push
* update

WWW:	https://launchpad.net/bzr-externals

PR:		ports/150109
Submitted by:	Carlo Strub
This commit is contained in:
Greg Larkin 2010-08-30 21:26:48 +00:00
parent 7e6d002da1
commit cdf1727a1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260217
5 changed files with 54 additions and 0 deletions

View File

@ -139,6 +139,7 @@
SUBDIR += byaccj
SUBDIR += bzr-builder
SUBDIR += bzr-explorer
SUBDIR += bzr-externals
SUBDIR += bzr-grep
SUBDIR += bzr-gtk
SUBDIR += bzr-loom

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: bzr-externals
# Date created: 2010-08-30
# Whom: Carlo Strub
#
# $FreeBSD$
#
PORTNAME= bzr-externals
PORTVERSION= 1.3.2
CATEGORIES= devel
MASTER_SITES= http://launchpadlibrarian.net/54615635/ \
http://www.c-s.li/ports/
DISTNAME= externals-${PORTVERSION}
MAINTAINER= c-s@c-s.li
COMMENT= Support external branches like svn:externals
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/externals
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (externals-1.3.2.tar.gz) = 71581f33107c915d4a87eaa2c7046728
SHA256 (externals-1.3.2.tar.gz) = ffef7f1c77d64b9eade2a80d7e52e57e0b1841d03d08984405837ace4c83194a
SIZE (externals-1.3.2.tar.gz) = 6347

View File

@ -0,0 +1,10 @@
This is a plugin for bzr. Using hooks, this plugin supports external branches
for the following commands:
* branch
* checkout
* commit
* pull
* push
* update
WWW: https://launchpad.net/bzr-externals

View File

@ -0,0 +1,12 @@
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/externals/__init__.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/externals/__init__.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/externals/__init__.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/externals/commands.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/externals/commands.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/externals/commands.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/externals/externals.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/externals/externals.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/externals/externals.pyo
@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/plugins/externals
@dirrmtry %%PYTHON_SITELIBDIR%%/bzrlib/plugins
@dirrmtry %%PYTHON_SITELIBDIR%%/bzrlib