diff options
author | joerg <joerg> | 2009-11-04 20:07:31 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-11-04 20:07:31 +0000 |
commit | eff770d491ea36e83f20af0f89b6c94b3269763c (patch) | |
tree | 38c7b7f9c15e5b0cf864c42da1da59f72b538e09 /devel | |
parent | 21d8526c914948dde429721b3ff99eedc38de130 (diff) | |
download | pkgsrc-eff770d491ea36e83f20af0f89b6c94b3269763c.tar.gz |
Add the current beta version of hg-git:
hg-git is a Mercurial plugin. It adds the ability to push to and pull
from a Git repository from Mercurial.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hg-git/DESCR | 2 | ||||
-rw-r--r-- | devel/hg-git/Makefile | 15 | ||||
-rw-r--r-- | devel/hg-git/PLIST | 21 | ||||
-rw-r--r-- | devel/hg-git/distinfo | 5 |
4 files changed, 43 insertions, 0 deletions
diff --git a/devel/hg-git/DESCR b/devel/hg-git/DESCR new file mode 100644 index 00000000000..2bcf6bd0004 --- /dev/null +++ b/devel/hg-git/DESCR @@ -0,0 +1,2 @@ +hg-git is a Mercurial plugin. It adds the ability to push to and pull +from a Git repository from Mercurial. diff --git a/devel/hg-git/Makefile b/devel/hg-git/Makefile new file mode 100644 index 00000000000..e64fb84b2ce --- /dev/null +++ b/devel/hg-git/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/11/04 20:07:31 joerg Exp $ +# + +DISTNAME= hg-git-0.1.0pre416 +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_LOCAL} + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://hg-git.github.com +COMMENT= Git plugin for Mercurial + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/hg-git/PLIST b/devel/hg-git/PLIST new file mode 100644 index 00000000000..66b90b18d16 --- /dev/null +++ b/devel/hg-git/PLIST @@ -0,0 +1,21 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/04 20:07:31 joerg Exp $ +${PYSITELIB}/hg_git-0.1.0-py2.6.egg-info/PKG-INFO +${PYSITELIB}/hg_git-0.1.0-py2.6.egg-info/SOURCES.txt +${PYSITELIB}/hg_git-0.1.0-py2.6.egg-info/dependency_links.txt +${PYSITELIB}/hg_git-0.1.0-py2.6.egg-info/requires.txt +${PYSITELIB}/hg_git-0.1.0-py2.6.egg-info/top_level.txt +${PYSITELIB}/hggit/__init__.py +${PYSITELIB}/hggit/__init__.pyc +${PYSITELIB}/hggit/__init__.pyo +${PYSITELIB}/hggit/git_handler.py +${PYSITELIB}/hggit/git_handler.pyc +${PYSITELIB}/hggit/git_handler.pyo +${PYSITELIB}/hggit/gitrepo.py +${PYSITELIB}/hggit/gitrepo.pyc +${PYSITELIB}/hggit/gitrepo.pyo +${PYSITELIB}/hggit/hgrepo.py +${PYSITELIB}/hggit/hgrepo.pyc +${PYSITELIB}/hggit/hgrepo.pyo +${PYSITELIB}/hggit/toposort.py +${PYSITELIB}/hggit/toposort.pyc +${PYSITELIB}/hggit/toposort.pyo diff --git a/devel/hg-git/distinfo b/devel/hg-git/distinfo new file mode 100644 index 00000000000..e71d8f7fc74 --- /dev/null +++ b/devel/hg-git/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/11/04 20:07:31 joerg Exp $ + +SHA1 (hg-git-0.1.0pre416.tar.gz) = fa20eca511ac98eddde2fb9706d880c83e1a5feb +RMD160 (hg-git-0.1.0pre416.tar.gz) = c52861d100ad2eec90e0049e50b228b6d4b414b3 +Size (hg-git-0.1.0pre416.tar.gz) = 36926 bytes |