[77859] trunk/dports/python

easieste at macports.org easieste at macports.org
Thu Apr 14 22:32:14 PDT 2011


Revision: 77859
          http://trac.macports.org/changeset/77859
Author:   easieste at macports.org
Date:     2011-04-14 22:32:14 -0700 (Thu, 14 Apr 2011)
Log Message:
-----------
hg-git-0.2.6: Push to and pull from a Git server repository from Mercurial.

Added Paths:
-----------
    trunk/dports/python/py26-hggit/
    trunk/dports/python/py26-hggit/Portfile

Added: trunk/dports/python/py26-hggit/Portfile
===================================================================
--- trunk/dports/python/py26-hggit/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-hggit/Portfile	2011-04-15 05:32:14 UTC (rev 77859)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id: Portfile 65823 2010-04-01 14:03:34Z easieste at macports.org $
+
+PortSystem              1.0
+PortGroup               python26 1.0
+
+name                    py26-hggit
+version                 0.2.6
+categories              python devel
+platforms               darwin
+maintainers             easieste openmaintainer
+homepage                http://hg-git.github.com/
+description             Push to and pull from a Git server repository from Mercurial.
+long_description        This is the Hg-Git plugin for Mercurial, adding 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.
+
+homepage                http://hg-git.github.com/
+master_sites            http://pypi.python.org/packages/source/h/hg-git
+distname                hg-git-${version}
+
+checksums               md5     142b6b7e52a6e9f14bd59047e483a6a1 \
+                        sha1    71ba1d32fc175152e306690c11cb913fe9c39133 \
+                        rmd160  8b58ba8848617c5f21335d462cca309aaf9b4678
+
+depends_lib             port:mercurial \
+                        port:py26-dulwich
+post-activate {
+    ui_msg "To use this plugin, add the following to your ~/.hgrc"
+    ui_msg ""
+    ui_msg "\[extensions\]"
+    ui_msg "hggit = ${python.prefix}/lib/python2.6/site-packages/hggit"
+}
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110414/c3144ecb/attachment.html>


More information about the macports-changes mailing list