* Import cvs20hg, a cvs->Mercurial conversion tool.
* Contains known bug in that it requires devel/mercurial to be installed with python 2.4, but this is not enforced.
This commit is contained in:
parent
eb1bc103a7
commit
7184184d02
4 changed files with 41 additions and 0 deletions
1
cvs20hg/DESCR
Normal file
1
cvs20hg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
A CVS->Mercurial conversion tool.
|
21
cvs20hg/Makefile
Normal file
21
cvs20hg/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2006/08/01 21:24:29 scode Exp $
|
||||
|
||||
DISTNAME= cvs20hg-0.0.0_20060723
|
||||
PKGNAME= ${PYPKGPREFIX}-cvs20hg-0.0.0_20060723
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://distfiles.scode.org/pkgsrc/
|
||||
|
||||
MAINTAINER= peter.schuller@infidyne.com
|
||||
HOMEPAGE= http://ww2.fs.ei.tum.de/~corecode/hg/cvs20hg/
|
||||
COMMENT= CVS->Mercurial conversion tool
|
||||
|
||||
PYTHON_VERSIONS_ACCEPTED=24
|
||||
PYDISTUTILSPKG= # yes
|
||||
|
||||
# BUG: We require devel/mercurial to be installed with python2.4, but
|
||||
# this is not enforced. Pending change of devel/mercurial to fix this
|
||||
# issue.
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
14
cvs20hg/PLIST
Normal file
14
cvs20hg/PLIST
Normal file
|
@ -0,0 +1,14 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/01 21:24:29 scode Exp $
|
||||
${PYSITELIB}/cvstohg/CVStools.py
|
||||
${PYSITELIB}/cvstohg/CVStools.pyc
|
||||
${PYSITELIB}/cvstohg/CVStools.pyo
|
||||
${PYSITELIB}/cvstohg/__init__.py
|
||||
${PYSITELIB}/cvstohg/__init__.pyc
|
||||
${PYSITELIB}/cvstohg/__init__.pyo
|
||||
${PYSITELIB}/cvstohg/chast.py
|
||||
${PYSITELIB}/cvstohg/chast.pyc
|
||||
${PYSITELIB}/cvstohg/chast.pyo
|
||||
${PYSITELIB}/cvstohg/cvs20hg.py
|
||||
${PYSITELIB}/cvstohg/cvs20hg.pyc
|
||||
${PYSITELIB}/cvstohg/cvs20hg.pyo
|
||||
@dirrm ${PYSITELIB}/cvstohg
|
5
cvs20hg/distinfo
Normal file
5
cvs20hg/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/08/01 21:24:29 scode Exp $
|
||||
|
||||
SHA1 (cvs20hg-0.0.0_20060723.tar.gz) = 81d80540dea05775e78fe13cbe2145bc6fc21321
|
||||
RMD160 (cvs20hg-0.0.0_20060723.tar.gz) = b37a68d323b8eea91551321a6749f8b43774a916
|
||||
Size (cvs20hg-0.0.0_20060723.tar.gz) = 33091 bytes
|
Loading…
Reference in a new issue