Update to 2.4 from wip by Oleksander Kozhachuk. Add LICENSE.

Tested on NetBSD current and Linux.
This commit is contained in:
cheusov 2011-11-27 13:36:43 +00:00
parent 3e44304d06
commit cae0e0dbc6
3 changed files with 20 additions and 11 deletions

View file

@ -1,20 +1,26 @@
# $NetBSD: Makefile,v 1.13 2010/12/06 13:57:28 gdt Exp $
# $NetBSD: Makefile,v 1.14 2011/11/27 13:36:43 cheusov Exp $
DISTNAME= bzrtools-${VER}
CATEGORIES= devel scm
MASTER_SITES= http://launchpad.net/bzrtools/stable/${VER}/+download/
VER= 2.1.0
VER= 2.4.1
MAINTAINER= jan.m.danielsson@gmail.com
MAINTAINER= ddeus.pkgsrc@mailnull.com
HOMEPAGE= http://bazaar-vcs.org/BzrTools
COMMENT= Collection of plugins for Bazaar
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
# Only this python versions are supported, see:
# http://doc.bazaar.canonical.com/bzr.dev/en/whats-new/whats-new-in-2.4.html
PYTHON_VERSIONS_ACCEPTED= 27 26
PYDISTUTILSPKG= yes
PYTHON_PATCH_SCRIPTS= check-release.py test.py
WRKSRC= ${WRKDIR}/bzrtools
.include "../../devel/bzr/plugin.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.6 2009/07/02 06:10:30 epg Exp $
@comment $NetBSD: PLIST,v 1.7 2011/11/27 13:36:43 cheusov Exp $
${PYSITELIB}/bzrlib/plugins/bzrtools/__init__.py
${PYSITELIB}/bzrlib/plugins/bzrtools/__init__.pyc
${PYSITELIB}/bzrlib/plugins/bzrtools/__init__.pyo
@ -14,6 +14,9 @@ ${PYSITELIB}/bzrlib/plugins/bzrtools/bzrtools.pyo
${PYSITELIB}/bzrlib/plugins/bzrtools/cbranch.py
${PYSITELIB}/bzrlib/plugins/bzrtools/cbranch.pyc
${PYSITELIB}/bzrlib/plugins/bzrtools/cbranch.pyo
${PYSITELIB}/bzrlib/plugins/bzrtools/check-release.py
${PYSITELIB}/bzrlib/plugins/bzrtools/check-release.pyc
${PYSITELIB}/bzrlib/plugins/bzrtools/check-release.pyo
${PYSITELIB}/bzrlib/plugins/bzrtools/colordiff.py
${PYSITELIB}/bzrlib/plugins/bzrtools/colordiff.pyc
${PYSITELIB}/bzrlib/plugins/bzrtools/colordiff.pyo
@ -59,9 +62,6 @@ ${PYSITELIB}/bzrlib/plugins/bzrtools/patchsource.pyo
${PYSITELIB}/bzrlib/plugins/bzrtools/progress.py
${PYSITELIB}/bzrlib/plugins/bzrtools/progress.pyc
${PYSITELIB}/bzrlib/plugins/bzrtools/progress.pyo
${PYSITELIB}/bzrlib/plugins/bzrtools/release.py
${PYSITELIB}/bzrlib/plugins/bzrtools/release.pyc
${PYSITELIB}/bzrlib/plugins/bzrtools/release.pyo
${PYSITELIB}/bzrlib/plugins/bzrtools/rspush.py
${PYSITELIB}/bzrlib/plugins/bzrtools/rspush.pyc
${PYSITELIB}/bzrlib/plugins/bzrtools/rspush.pyo
@ -101,6 +101,9 @@ ${PYSITELIB}/bzrlib/plugins/bzrtools/tests/test_dotgraph.pyo
${PYSITELIB}/bzrlib/plugins/bzrtools/tests/test_fetch_ghosts.py
${PYSITELIB}/bzrlib/plugins/bzrtools/tests/test_fetch_ghosts.pyc
${PYSITELIB}/bzrlib/plugins/bzrtools/tests/test_fetch_ghosts.pyo
${PYSITELIB}/bzrlib/plugins/bzrtools/tests/test_graph.py
${PYSITELIB}/bzrlib/plugins/bzrtools/tests/test_graph.pyc
${PYSITELIB}/bzrlib/plugins/bzrtools/tests/test_graph.pyo
${PYSITELIB}/bzrlib/plugins/bzrtools/tests/test_link_tree.py
${PYSITELIB}/bzrlib/plugins/bzrtools/tests/test_link_tree.pyc
${PYSITELIB}/bzrlib/plugins/bzrtools/tests/test_link_tree.pyo

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2010/12/04 01:34:08 gdt Exp $
$NetBSD: distinfo,v 1.11 2011/11/27 13:36:43 cheusov Exp $
SHA1 (bzrtools-2.1.0.tar.gz) = 36c4ca7b4461b4e8bd6ca217f527154d183c6342
RMD160 (bzrtools-2.1.0.tar.gz) = bde304caa76c224aaaf8e8ef51889eb43c486c67
Size (bzrtools-2.1.0.tar.gz) = 72548 bytes
SHA1 (bzrtools-2.4.1.tar.gz) = 5ac88cae810fd15e32ddc1b2c7c3fc2a3196c930
RMD160 (bzrtools-2.4.1.tar.gz) = 8f14b7de9f2aecbd8e6bd9e2baa0f881d581c882
Size (bzrtools-2.4.1.tar.gz) = 77725 bytes