The Hg-Git plugin for Mercurial adds the ability to push to and pull from a Git server repository from Mercurial. This means you can collaborate on Git based projects from Mercurial, or use a Git server as a collaboration point for a team with developers using both Git and Mercurial.
Index: devel/py-hg-git/Makefile =================================================================== RCS file: devel/py-hg-git/Makefile diff -N devel/py-hg-git/Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ devel/py-hg-git/Makefile 29 Jul 2010 12:12:41 -0000 @@ -0,0 +1,23 @@ +# $OpenBSD$ + +COMMENT= Push/pull from a Git server repository using Mercurial. + +DISTNAME= schacon-hg-git-0.2.3-0-g4097609 +WRKSRC= ${WRKDIR}/${DISTNAME:S/0.2.3-0-g//} +PKGNAME= py-hg-git-0.2.3p1 +CATEGORIES= devel + +# Python +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +HOMEPAGE= http://hg-git.github.com/ +MASTER_SITES= http://download.github.com/ + +MODULES= lang/python +RUN_DEPENDS= ::devel/py-dulwich +NO_REGRESS= Yes + +.include <bsd.port.mk> Index: devel/py-hg-git/distinfo =================================================================== RCS file: devel/py-hg-git/distinfo diff -N devel/py-hg-git/distinfo --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ devel/py-hg-git/distinfo 29 Jul 2010 11:56:37 -0000 @@ -0,0 +1,5 @@ +MD5 (schacon-hg-git-0.2.3-0-g4097609.tar.gz) = e1m4FTyZ9IxvDQtPPHIM7Q== +RMD160 (schacon-hg-git-0.2.3-0-g4097609.tar.gz) = R4cI5zczgpX7YXitkxFtYQjUx7Y= +SHA1 (schacon-hg-git-0.2.3-0-g4097609.tar.gz) = 7ByqVo+abcTSNVTV/ni3zanmIp8= +SHA256 (schacon-hg-git-0.2.3-0-g4097609.tar.gz) = fkGOIL5mql6lpx7+NqZbjMVycPdavEgTG7yERVOKva4= +SIZE (schacon-hg-git-0.2.3-0-g4097609.tar.gz) = 38245 Index: devel/py-hg-git/pkg/DESCR =================================================================== RCS file: devel/py-hg-git/pkg/DESCR diff -N devel/py-hg-git/pkg/DESCR --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ devel/py-hg-git/pkg/DESCR 29 Jul 2010 11:53:48 -0000 @@ -0,0 +1,4 @@ +The Hg-Git plugin for Mercurial adds the ability to push to and pull from a +Git server repository from Mercurial. This means you can collaborate on Git +based projects from Mercurial, or use a Git server as a collaboration point +for a team with developers using both Git and Mercurial. Index: devel/py-hg-git/pkg/PLIST =================================================================== RCS file: devel/py-hg-git/pkg/PLIST diff -N devel/py-hg-git/pkg/PLIST --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ devel/py-hg-git/pkg/PLIST 29 Jul 2010 12:00:28 -0000 @@ -0,0 +1,18 @@ +...@comment $OpenBSD$ +lib/python${MODPY_VERSION}/site-packages/hg_git-0.2.3-py${MODPY_VERSION}.egg-info/ +lib/python${MODPY_VERSION}/site-packages/hg_git-0.2.3-py${MODPY_VERSION}.egg-info/PKG-INFO +lib/python${MODPY_VERSION}/site-packages/hg_git-0.2.3-py${MODPY_VERSION}.egg-info/SOURCES.txt +lib/python${MODPY_VERSION}/site-packages/hg_git-0.2.3-py${MODPY_VERSION}.egg-info/dependency_links.txt +lib/python${MODPY_VERSION}/site-packages/hg_git-0.2.3-py${MODPY_VERSION}.egg-info/requires.txt +lib/python${MODPY_VERSION}/site-packages/hg_git-0.2.3-py${MODPY_VERSION}.egg-info/top_level.txt +lib/python${MODPY_VERSION}/site-packages/hggit/ +lib/python${MODPY_VERSION}/site-packages/hggit/__init__.py +lib/python${MODPY_VERSION}/site-packages/hggit/__init__.pyc +lib/python${MODPY_VERSION}/site-packages/hggit/git_handler.py +lib/python${MODPY_VERSION}/site-packages/hggit/git_handler.pyc +lib/python${MODPY_VERSION}/site-packages/hggit/gitrepo.py +lib/python${MODPY_VERSION}/site-packages/hggit/gitrepo.pyc +lib/python${MODPY_VERSION}/site-packages/hggit/hgrepo.py +lib/python${MODPY_VERSION}/site-packages/hggit/hgrepo.pyc +lib/python${MODPY_VERSION}/site-packages/hggit/util.py +lib/python${MODPY_VERSION}/site-packages/hggit/util.pyc