bzrtools is intended to be a useful collection of utilities (all plugins, right
now). for devel/bazaar-ng. This port extends bzr command with these commands:
baz-import, push, annotate, shelve, unshelve , clean-tree, conflicts, resolve,
graph-ancestry, fetch-missing, patch.
PR: ports/88495
Submitted by: Ulf Lilleengen <lulf@kerneled.org>
2005-11-09 22:04:06 +01:00
|
|
|
# Ports collection makefile for: bzrtools
|
|
|
|
# Date created: 3 November 2005
|
|
|
|
# Whom: Ulf Lilleengen
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bzrtools
|
2012-03-04 06:04:45 +01:00
|
|
|
PORTVERSION= 2.5
|
bzrtools is intended to be a useful collection of utilities (all plugins, right
now). for devel/bazaar-ng. This port extends bzr command with these commands:
baz-import, push, annotate, shelve, unshelve , clean-tree, conflicts, resolve,
graph-ancestry, fetch-missing, patch.
PR: ports/88495
Submitted by: Ulf Lilleengen <lulf@kerneled.org>
2005-11-09 22:04:06 +01:00
|
|
|
CATEGORIES= devel
|
2012-03-04 06:04:45 +01:00
|
|
|
MASTER_SITES= https://launchpadlibrarian.net/90479443/
|
bzrtools is intended to be a useful collection of utilities (all plugins, right
now). for devel/bazaar-ng. This port extends bzr command with these commands:
baz-import, push, annotate, shelve, unshelve , clean-tree, conflicts, resolve,
graph-ancestry, fetch-missing, patch.
PR: ports/88495
Submitted by: Ulf Lilleengen <lulf@kerneled.org>
2005-11-09 22:04:06 +01:00
|
|
|
|
2007-07-23 12:39:02 +02:00
|
|
|
MAINTAINER= fullermd@over-yonder.net
|
bzrtools is intended to be a useful collection of utilities (all plugins, right
now). for devel/bazaar-ng. This port extends bzr command with these commands:
baz-import, push, annotate, shelve, unshelve , clean-tree, conflicts, resolve,
graph-ancestry, fetch-missing, patch.
PR: ports/88495
Submitted by: Ulf Lilleengen <lulf@kerneled.org>
2005-11-09 22:04:06 +01:00
|
|
|
COMMENT= Extensions to devel/bazaar-ng
|
|
|
|
|
2007-12-17 00:18:15 +01:00
|
|
|
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
|
|
|
|
|
2009-03-16 21:47:04 +01:00
|
|
|
OPTIONS= GRAPHVIZ "Enable graphviz for graph-ancestry" off \
|
2008-08-25 23:24:42 +02:00
|
|
|
RSYNC "Enable rsync for rspush" on
|
bzrtools is intended to be a useful collection of utilities (all plugins, right
now). for devel/bazaar-ng. This port extends bzr command with these commands:
baz-import, push, annotate, shelve, unshelve , clean-tree, conflicts, resolve,
graph-ancestry, fetch-missing, patch.
PR: ports/88495
Submitted by: Ulf Lilleengen <lulf@kerneled.org>
2005-11-09 22:04:06 +01:00
|
|
|
|
2006-11-04 23:15:55 +01:00
|
|
|
WRKSRC= ${WRKDIR}/bzrtools
|
2011-08-13 03:41:52 +02:00
|
|
|
USE_PYTHON= 2.6+
|
bzrtools is intended to be a useful collection of utilities (all plugins, right
now). for devel/bazaar-ng. This port extends bzr command with these commands:
baz-import, push, annotate, shelve, unshelve , clean-tree, conflicts, resolve,
graph-ancestry, fetch-missing, patch.
PR: ports/88495
Submitted by: Ulf Lilleengen <lulf@kerneled.org>
2005-11-09 22:04:06 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
2012-03-04 06:04:45 +01:00
|
|
|
PYDISTUTILS_PKGVERSION= 2.5.0
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= BzrTools
|
bzrtools is intended to be a useful collection of utilities (all plugins, right
now). for devel/bazaar-ng. This port extends bzr command with these commands:
baz-import, push, annotate, shelve, unshelve , clean-tree, conflicts, resolve,
graph-ancestry, fetch-missing, patch.
PR: ports/88495
Submitted by: Ulf Lilleengen <lulf@kerneled.org>
2005-11-09 22:04:06 +01:00
|
|
|
|
2007-12-17 00:18:15 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2009-03-16 21:47:04 +01:00
|
|
|
.if defined(WITH_GRAPHVIZ)
|
2007-12-17 00:18:15 +01:00
|
|
|
RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz
|
|
|
|
.endif
|
|
|
|
|
2008-08-25 23:24:42 +02:00
|
|
|
.if !defined(WITHOUT_RSYNC)
|
2007-12-17 00:18:15 +01:00
|
|
|
RUN_DEPENDS+= rsync:${PORTSDIR}/net/rsync
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|