# -*- 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$ PortSystem 1.0 PortGroup python26 1.0 name py26-hggit version 0.3.1 revision 1 # NB extra zero: YYYYMM0DD from mistake that must be preserved. epoch 201109028 categories python devel platforms darwin maintainers easieste openmaintainer supported_archs noarch 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 rmd160 6741b02d532470edb8b0031ef5fbceb6c8813d98 \ sha256 c877a407a55d65f634410bb9b567b7565310d3005fb1256484bde156bf30ab0e depends_lib port:mercurial \ port:py26-dulwich notes " To use this extension, add the following to your ~/.hgrc: \[extensions\] hggit=${python.prefix}/lib/python2.6/site-packages/hggit "