12a72d64a7
-- 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)
29 lines
708 B
Makefile
29 lines
708 B
Makefile
# $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>
|