[64690] trunk/dports/python
adfernandes at macports.org
adfernandes at macports.org
Sun Mar 14 10:36:15 PDT 2010
Revision: 64690
http://trac.macports.org/changeset/64690
Author: adfernandes at macports.org
Date: 2010-03-14 10:36:15 -0700 (Sun, 14 Mar 2010)
Log Message:
-----------
new port: py26-cx_Freeze; Scripts and modules for freezing Python scripts into executables; closes ticket #24048
Added Paths:
-----------
trunk/dports/python/py26-cx_Freeze/
trunk/dports/python/py26-cx_Freeze/Portfile
Added: trunk/dports/python/py26-cx_Freeze/Portfile
===================================================================
--- trunk/dports/python/py26-cx_Freeze/Portfile (rev 0)
+++ trunk/dports/python/py26-cx_Freeze/Portfile 2010-03-14 17:36:15 UTC (rev 64690)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name py26-cx_Freeze
+version 4.1.2
+categories-append devel
+maintainers adfernandes openmaintainer
+description Scripts and modules for freezing Python scripts into executables
+long_description cx_Freeze is a set of scripts and modules for freezing Python \
+ scripts into executables in much the same way that py2exe and \
+ py2app do. Unlike these two tools, cx_Freeze is cross platform \
+ and should work on any platform that Python itself works on.
+
+platforms darwin
+
+homepage http://cx-freeze.sourceforge.net/
+master_sites sourceforge:cx-freeze
+distname cx_Freeze-${version}
+
+checksums sha1 68edb3655c9ba2e75b2961518937995ed88e29de
+
+depends_lib port:py26-setuptools
+
+livecheck.type regex
+livecheck.url ${homepage}
+livecheck.regex Download (\\d+\\.\\d+\\.\\d+) released
Property changes on: trunk/dports/python/py26-cx_Freeze/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/20100314/b4820dc3/attachment.html>
More information about the macports-changes
mailing list