Revision: 102516 https://trac.macports.org/changeset/102516 Author: sean@macports.org Date: 2013-02-04 09:14:47 -0800 (Mon, 04 Feb 2013) Log Message: ----------- fast-hg-prompt: add new port for adding mercurial to your command prompt Added Paths: ----------- trunk/dports/devel/fast-hg-prompt/ trunk/dports/devel/fast-hg-prompt/Portfile Added: trunk/dports/devel/fast-hg-prompt/Portfile =================================================================== --- trunk/dports/devel/fast-hg-prompt/Portfile (rev 0) +++ trunk/dports/devel/fast-hg-prompt/Portfile 2013-02-04 17:14:47 UTC (rev 102516) @@ -0,0 +1,19 @@ +# -*- 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 bitbucket 1.0 + +bitbucket.setup seanfarley fast-hg-prompt 0.2 +categories devel +platforms darwin +maintainers sean openmaintainer +description Fast way to recursively look for the current bookmark and repo status +long_description ${description} + +use_configure no + +destroot.args PREFIX=${prefix} + +checksums rmd160 cf4fc695b8f3ef9a4878919ea1dad8c53e81481a \ + sha256 687a6bffd89d29959d876d363e04ab1e8c33766ed8db5afc76f1267d8a298366
participants (1)
-
sean@macports.org