initial import of cvs20hg-20060714

--
cvs20hg converts a locally available CVS repository into a Mercurial
repository, with individual CVS commits collated into changesets.
It can be run incrementally to maintain a Mercurial version of a
CVS-based project.

(for example, http://hg.recoil.org/openbsd.hg)
This commit is contained in:
avsm 2006-07-15 02:16:19 +00:00
parent c50e320123
commit 12a72d64a7
4 changed files with 47 additions and 0 deletions

28
devel/cvs20hg/Makefile Normal file
View File

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/07/15 02:16:19 avsm Exp $
COMMENT= "fast, incremental CVS to Mercurial conversion"
# we just make up a version since changesets are SHA1 hashes
CHANGESET= 075ee8bd5b35
VERSION= 20060714
DISTNAME= cvs20hg-${CHANGESET}
EXTRACT_SUFX= .tar.bz2
PKGNAME= cvs20hg-${VERSION}
CATEGORIES= devel
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
HOMEPAGE= http://ww2.fs.ei.tum.de/~corecode/hg/cvs20hg
MASTER_SITES= http://hg.recoil.org/dist/
WRKDIST= ${WRKDIR}/-corecode-hg-cvs20hg-${CHANGESET}
USE_GMAKE= Yes
MODULES= lang/python
LIB_DEPENDS= ::devel/py-rcsparse
NO_REGRESS= Yes
.include <bsd.port.mk>

4
devel/cvs20hg/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (cvs20hg-075ee8bd5b35.tar.bz2) = 14e61bafec62e14d05f1e2b77d621749
RMD160 (cvs20hg-075ee8bd5b35.tar.bz2) = 2160c6f03f0aa9a8fd7d87b7d07b23e85893de95
SHA1 (cvs20hg-075ee8bd5b35.tar.bz2) = 559cb92c8d59dd04dfdaef729ac1abab9314cd3c
SIZE (cvs20hg-075ee8bd5b35.tar.bz2) = 22891

4
devel/cvs20hg/pkg/DESCR Normal file
View File

@ -0,0 +1,4 @@
cvs20hg converts a locally available CVS repository into a Mercurial
repository, with individual CVS commits collated into changesets.
It can be run incrementally to maintain a Mercurial version of a
CVS-based project.

11
devel/cvs20hg/pkg/PLIST Normal file
View File

@ -0,0 +1,11 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/07/15 02:16:19 avsm Exp $
bin/cvs20hg
lib/python${MODPY_VERSION}/site-packages/cvstohg/
lib/python${MODPY_VERSION}/site-packages/cvstohg/CVStools.py
lib/python${MODPY_VERSION}/site-packages/cvstohg/CVStools.pyc
lib/python${MODPY_VERSION}/site-packages/cvstohg/__init__.py
lib/python${MODPY_VERSION}/site-packages/cvstohg/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/cvstohg/chast.py
lib/python${MODPY_VERSION}/site-packages/cvstohg/chast.pyc
lib/python${MODPY_VERSION}/site-packages/cvstohg/cvs20hg.py
lib/python${MODPY_VERSION}/site-packages/cvstohg/cvs20hg.pyc