Revision: 72706 http://trac.macports.org/changeset/72706 Author: ryandesign@macports.org Date: 2010-10-24 15:13:10 -0700 (Sun, 24 Oct 2010) Log Message: ----------- git-flow: new port, version 0.4; see #26803 Added Paths: ----------- trunk/dports/devel/git-flow/ trunk/dports/devel/git-flow/Portfile Added: trunk/dports/devel/git-flow/Portfile =================================================================== --- trunk/dports/devel/git-flow/Portfile (rev 0) +++ trunk/dports/devel/git-flow/Portfile 2010-10-24 22:13:10 UTC (rev 72706) @@ -0,0 +1,41 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 + +name git-flow +version 0.4 +categories devel +platforms darwin +maintainers maiar.org:jason-macports +license BSD +supported_archs noarch + +description Git extensions for Vincent Driessen branching. + +long_description A collection of Git extensions to provide high-level \ + repository operations for Vincent Driessen branching. + +homepage http://github.com/nvie/gitflow +fetch.type git +git.url git://github.com/nvie/gitflow.git +git.branch dc5d08dfad1ae4cc6a7d + +depends_build-append port:git-core + +depends_run-append port:getopt + +post-fetch { + # this will removed once the python re-write is complete + system "cd ${worksrcpath} && git submodule init && git submodule update" +} + +use_configure no + +build {} + +destroot.destdir prefix=${destroot}${prefix} + +livecheck.type regex +livecheck.url ${homepage} +livecheck.regex {/tree/(\d+(?:\.\d+)*)">\1<} Property changes on: trunk/dports/devel/git-flow/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native