[28450] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 31 06:13:32 PDT 2007


Revision: 28450
          http://trac.macosforge.org/projects/macports/changeset/28450
Author:   simon at macports.org
Date:     2007-08-31 06:13:32 -0700 (Fri, 31 Aug 2007)

Log Message:
-----------
python/stgit: New port, fixes #11665. Thanks to brian.ewins at gmail.com.

Added Paths:
-----------
    trunk/dports/python/stgit/
    trunk/dports/python/stgit/Portfile

Added: trunk/dports/python/stgit/Portfile
===================================================================
--- trunk/dports/python/stgit/Portfile	                        (rev 0)
+++ trunk/dports/python/stgit/Portfile	2007-08-31 13:13:32 UTC (rev 28450)
@@ -0,0 +1,24 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python24 1.0
+
+name		stgit
+version		0.12.1
+categories	python devel
+maintainers	nomaintainer at macports.org
+description	StGIT enables pushing/popping patches to/from a stack on top of GIT.
+long_description	StGIT is a Python application providing similar functionality to Quilt \
+		(i.e. pushing/popping patches to/from a stack) on top of GIT. These operations \
+		are performed using GIT commands and the patches are stored as GIT commit objects, \
+		allowing easy merging of the StGIT patches into other repositories using standard \
+		GIT functionality.
+homepage	http://www.procode.org/stgit/
+master_sites 	http://homepage.ntlworld.com/cmarinas/stgit/
+platforms	darwin
+
+depends_run	port:git-core
+
+checksums	md5 36dd6bbfe80cebaa7cc2c073ece07f3c \
+		sha1 6832ed2a83425896202eee9efda2aa9e26a961d2 \
+		rmd160 2341874abeed04d3ff050bf888d5112918db3ac2

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070831/8d80b1e2/attachment.html


More information about the macports-changes mailing list