pkgsrc/devel/bzr-svn/Makefile

34 lines
1.1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.25 2012/10/31 11:16:44 asau Exp $
DISTNAME= bzr-svn-${VER}
CATEGORIES= devel scm
MASTER_SITES= http://launchpad.net/bzr-svn/${VER:R}/${VER}/+download/
MASTER_SITES+= http://samba.org/~jelmer/bzr/
VER= 1.2.1
MAINTAINER= ddeus.pkgsrc@mailnull.com
HOMEPAGE= http://bazaar-vcs.org/BzrForeignBranches/Subversion
COMMENT= Foreign Subversion repository support for Bazaar
LICENSE= gnu-gpl-v2
PYTHON_PATCH_SCRIPTS= info.py wiki.py
DEPENDS+= ${PYPKGPREFIX}-subvertpy>=0.8.8:../../devel/py-subvertpy
Update bzr-svn to 1.0.2, for compatible with bzr-2.1. bzr-svn 1.0.2 2010-01-22 BUG FIXES * Cope with Google code Subversion repositories a bit better in the layout detection code. (Jelmer Vernooij) * Push tags when pushing to a new repository. (Jelmer Vernooij, #459444) * Cope with non-ascii URLs. * During connect. (#456548, Jelmer Vernooij) * During repository creation. (#458008, Jelmer Vernooij) * Cope with non-ascii characters in svn author names. (#460392, Jelmer Vernooij) * Fix expected URL in Repository.__repr__ tests that sometimes causes troubles if the temporary directory contains special characters. (John Szakmeister, #460899) * Cope with pushing new non-mainline revisions. (Jelmer Vernooij, #416328) * Support probing for Subversion repositories over existing HTTP transports using pycurl. (Jelmer Vernooij, #424626) * Show Subversion revno and uuid in "bzr version-info". (Jelmer Vernooij, #490771) * Properly handle invalid Subversion revision numbers. (Jelmer Vernooij, #504376) PERFORMANCE * When updating the log cache, fetch from newest to oldest revision as the Subversion database backends are optimized for this. (John Szakmeister) * Fetch history information newest revision to oldest revision because of speed. (John Szakmeister, #453789) * Add extra constraints in sqlite database. (Jelmer Vernooij) FEATURES * New variant of the 'trunk' layout named 'trunk-variable' that accepts branches with any level of nesting, at some performance cost. (Jelmer Vernooij) bzr-svn 1.0.1 2009-10-20 BUG FIXES * Mark as compatible with Bazaar 2.1. (Jelmer Vernooij) * Only use tdb if Tdb.get is there. (Jelmer Vernooij, #440211) * Cope with xdg_cache_home sometimes containing unicode. (Jelmer Vernooij) * Provide right infrastructure for bzrlib.tests.per_foreign_vcs. (Jelmer Vernooij)
2011-07-22 16:17:37 +02:00
DEPENDS= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
# for make test
USE_TOOLS+= gmake
USE_LANGUAGES= #none
# NOTE: This must run in a UTF-8 locale, e.g. LC_TYPE=en_US.utf8 make test
Update bzr-svn to 1.0.2, for compatible with bzr-2.1. bzr-svn 1.0.2 2010-01-22 BUG FIXES * Cope with Google code Subversion repositories a bit better in the layout detection code. (Jelmer Vernooij) * Push tags when pushing to a new repository. (Jelmer Vernooij, #459444) * Cope with non-ascii URLs. * During connect. (#456548, Jelmer Vernooij) * During repository creation. (#458008, Jelmer Vernooij) * Cope with non-ascii characters in svn author names. (#460392, Jelmer Vernooij) * Fix expected URL in Repository.__repr__ tests that sometimes causes troubles if the temporary directory contains special characters. (John Szakmeister, #460899) * Cope with pushing new non-mainline revisions. (Jelmer Vernooij, #416328) * Support probing for Subversion repositories over existing HTTP transports using pycurl. (Jelmer Vernooij, #424626) * Show Subversion revno and uuid in "bzr version-info". (Jelmer Vernooij, #490771) * Properly handle invalid Subversion revision numbers. (Jelmer Vernooij, #504376) PERFORMANCE * When updating the log cache, fetch from newest to oldest revision as the Subversion database backends are optimized for this. (John Szakmeister) * Fetch history information newest revision to oldest revision because of speed. (John Szakmeister, #453789) * Add extra constraints in sqlite database. (Jelmer Vernooij) FEATURES * New variant of the 'trunk' layout named 'trunk-variable' that accepts branches with any level of nesting, at some performance cost. (Jelmer Vernooij) bzr-svn 1.0.1 2009-10-20 BUG FIXES * Mark as compatible with Bazaar 2.1. (Jelmer Vernooij) * Only use tdb if Tdb.get is there. (Jelmer Vernooij, #440211) * Cope with xdg_cache_home sometimes containing unicode. (Jelmer Vernooij) * Provide right infrastructure for bzrlib.tests.per_foreign_vcs. (Jelmer Vernooij)
2011-07-22 16:17:37 +02:00
#TEST_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
#TEST_DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
#TEST_TARGET= check-verbose
EGG_NAME= ${DISTNAME:S/-/_/}
.include "../../devel/bzr/plugin.mk"
.include "../../lang/python/application.mk"
Update bzr-svn to 1.0.2, for compatible with bzr-2.1. bzr-svn 1.0.2 2010-01-22 BUG FIXES * Cope with Google code Subversion repositories a bit better in the layout detection code. (Jelmer Vernooij) * Push tags when pushing to a new repository. (Jelmer Vernooij, #459444) * Cope with non-ascii URLs. * During connect. (#456548, Jelmer Vernooij) * During repository creation. (#458008, Jelmer Vernooij) * Cope with non-ascii characters in svn author names. (#460392, Jelmer Vernooij) * Fix expected URL in Repository.__repr__ tests that sometimes causes troubles if the temporary directory contains special characters. (John Szakmeister, #460899) * Cope with pushing new non-mainline revisions. (Jelmer Vernooij, #416328) * Support probing for Subversion repositories over existing HTTP transports using pycurl. (Jelmer Vernooij, #424626) * Show Subversion revno and uuid in "bzr version-info". (Jelmer Vernooij, #490771) * Properly handle invalid Subversion revision numbers. (Jelmer Vernooij, #504376) PERFORMANCE * When updating the log cache, fetch from newest to oldest revision as the Subversion database backends are optimized for this. (John Szakmeister) * Fetch history information newest revision to oldest revision because of speed. (John Szakmeister, #453789) * Add extra constraints in sqlite database. (Jelmer Vernooij) FEATURES * New variant of the 'trunk' layout named 'trunk-variable' that accepts branches with any level of nesting, at some performance cost. (Jelmer Vernooij) bzr-svn 1.0.1 2009-10-20 BUG FIXES * Mark as compatible with Bazaar 2.1. (Jelmer Vernooij) * Only use tdb if Tdb.get is there. (Jelmer Vernooij, #440211) * Cope with xdg_cache_home sometimes containing unicode. (Jelmer Vernooij) * Provide right infrastructure for bzrlib.tests.per_foreign_vcs. (Jelmer Vernooij)
2011-07-22 16:17:37 +02:00
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"