[26885] trunk/dports/devel
source_changes at macosforge.org
source_changes at macosforge.org
Tue Jul 10 20:50:29 PDT 2007
Revision: 26885
http://trac.macosforge.org/projects/macports/changeset/26885
Author: boeyms at macports.org
Date: 2007-07-10 20:50:29 -0700 (Tue, 10 Jul 2007)
Log Message:
-----------
devel/stgit:
* Add new port.
Added Paths:
-----------
trunk/dports/devel/stgit/
trunk/dports/devel/stgit/Portfile
Added: trunk/dports/devel/stgit/Portfile
===================================================================
--- trunk/dports/devel/stgit/Portfile (rev 0)
+++ trunk/dports/devel/stgit/Portfile 2007-07-11 03:50:29 UTC (rev 26885)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python24 1.0
+name stgit
+version 0.12.1
+categories devel python
+maintainers boeyms at macports.org openmaintainer at macports.org
+description Push/pop utility 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. \
+ Note that StGIT is not an SCM interface on top of GIT and \
+ it expects a previously initialised GIT repository \
+ (unless it is cloned using StGIT directly). For standard \
+ SCM operations, either use plain GIT commands or the \
+ Cogito tool but it is not recommended to mix them with \
+ the StGIT commands.
+homepage http://www.procode.org/stgit/
+master_sites http://homepage.ntlworld.com/cmarinas/stgit/ \
+ http://download.gna.org/stgit/
+checksums md5 36dd6bbfe80cebaa7cc2c073ece07f3c \
+ sha1 6832ed2a83425896202eee9efda2aa9e26a961d2 \
+ rmd160 2341874abeed04d3ff050bf888d5112918db3ac2
+
+post-destroot {
+ # Install what little documentation there is
+ xinstall -m 644 -W ${worksrcpath} COPYING README \
+ ${destroot}/${prefix}/share/doc/${name}
+}
Property changes on: trunk/dports/devel/stgit/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070710/1e82aee0/attachment.html
More information about the macports-changes
mailing list