2012-03-15 12:53:20 +01:00
|
|
|
# $NetBSD: Makefile,v 1.21 2012/03/15 11:53:25 obache 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
|
|
|
#
|
|
|
|
|
2008-06-13 07:01:23 +02:00
|
|
|
DISTNAME= tailor-0.9.35
|
2012-03-15 12:53:20 +01:00
|
|
|
PKGREVISION= 5
|
2007-02-17 21:59:46 +01:00
|
|
|
CATEGORIES= devel scm
|
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
|
|
|
MASTER_SITES= http://darcs.arstecnica.it/
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2007-07-19 16:48:21 +02:00
|
|
|
HOMEPAGE= http://wiki.darcs.net/DarcsWiki/Tailor
|
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
|
|
|
COMMENT= Tool to migrate changesets between various version control systems
|
2009-05-19 10:59:00 +02:00
|
|
|
LICENSE= gnu-gpl-v3
|
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
|
|
|
|
2008-06-13 07:01:23 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2012-01-28 11:43:00 +01:00
|
|
|
USE_LANGUAGES= #none
|
|
|
|
|
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
|
|
|
PYTHON_PATCH_SCRIPTS= tailor
|
|
|
|
|
2008-06-13 07:01:23 +02:00
|
|
|
AUTO_MKDIRS= yes
|
2008-04-16 10:47:27 +02:00
|
|
|
|
2006-05-30 23:16:56 +02:00
|
|
|
post-install:
|
2008-06-13 07:01:23 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README* ${DESTDIR}${PREFIX}/share/doc/tailor
|
2006-05-30 23:16:56 +02:00
|
|
|
|
2010-06-04 22:01:00 +02:00
|
|
|
.include "../../lang/python/egg.mk"
|
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
|
|
|
.include "../../lang/python/application.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|