[74669] trunk/dports/devel
ryandesign at macports.org
ryandesign at macports.org
Mon Dec 27 10:18:43 PST 2010
Revision: 74669
http://trac.macports.org/changeset/74669
Author: ryandesign at macports.org
Date: 2010-12-27 10:18:37 -0800 (Mon, 27 Dec 2010)
Log Message:
-----------
ige-mac-bundler: new port, version 0.6.0; see #27794
Added Paths:
-----------
trunk/dports/devel/ige-mac-bundler/
trunk/dports/devel/ige-mac-bundler/Portfile
Added: trunk/dports/devel/ige-mac-bundler/Portfile
===================================================================
--- trunk/dports/devel/ige-mac-bundler/Portfile (rev 0)
+++ trunk/dports/devel/ige-mac-bundler/Portfile 2010-12-27 18:18:37 UTC (rev 74669)
@@ -0,0 +1,35 @@
+# -*- 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
+
+name ige-mac-bundler
+version 0.6.0
+categories devel
+platforms darwin
+maintainers flyn.org:mike
+
+description Mac OS X application bundle utility
+
+long_description A utility that aids in the creation of Mac OS X \
+ application bundles
+
+homepage http://sourceforge.net/projects/gtk-osx
+master_sites sourceforge:gtk-osx/GTK-OSX%20Bundle/
+
+checksums sha1 2b2abff119417821595de43ce6715443f9e618e6 \
+ rmd160 feae200e467f476637002760d13f0f6ff863ce47
+
+use_configure no
+
+build {}
+
+destroot {
+ xinstall -m 755 -d ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
+ copy ${worksrcpath}/bundler ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/
+ exec make -C ${worksrcpath} bindir=${destroot}${prefix}/bin install
+}
+
+livecheck.type regex
+livecheck.url [lindex ${master_sites} 0]
+livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}
Property changes on: trunk/dports/devel/ige-mac-bundler/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101227/3311a6d4/attachment.html>
More information about the macports-changes
mailing list