2006-04-03 22:15:09 +02:00
|
|
|
# $NetBSD: Makefile,v 1.2 2006/04/03 20:15:09 wiz Exp $
|
Initial import of tailor-0.9.20:
Tailor is a tool to migrate changesets between ArX, Bazaar,
`Bazaar-NG`, CVS, Codeville, Darcs, Git, Mercurial, Monotone,
Subversion, and Tla repositories.
This script makes it easier to keep the upstream changes merged in
a branch of a product, storing needed information such as the
upstream URI and revision in special properties on the branched
directory.
2006-04-01 08:54:32 +02:00
|
|
|
#
|
|
|
|
|
2006-04-03 22:15:09 +02:00
|
|
|
DISTNAME= tailor-0.9.21
|
Initial import of tailor-0.9.20:
Tailor is a tool to migrate changesets between ArX, Bazaar,
`Bazaar-NG`, CVS, Codeville, Darcs, Git, Mercurial, Monotone,
Subversion, and Tla repositories.
This script makes it easier to keep the upstream changes merged in
a branch of a product, storing needed information such as the
upstream URI and revision in special properties on the branched
directory.
2006-04-01 08:54:32 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://darcs.arstecnica.it/
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.darcs.net/DarcsWiki/Tailor
|
|
|
|
COMMENT= Tool to migrate changesets between various version control systems
|
|
|
|
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 24 23
|
|
|
|
|
|
|
|
PYTHON_PATCH_SCRIPTS= tailor
|
|
|
|
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../lang/python/application.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|