Added: trunk/dports/python/py-nuitka/Portfile (0 => 104759)
--- trunk/dports/python/py-nuitka/Portfile (rev 0)
+++ trunk/dports/python/py-nuitka/Portfile 2013-04-02 10:22:42 UTC (rev 104759)
@@ -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
+PortGroup python 1.0
+
+name py-nuitka
+version 0.4.2
+revision 0
+categories-append devel
+platforms darwin
+license Apache
+
+python.versions 26 27 32
+
+maintainers stromnov openmaintainer
+
+description Python compiler with full language support and CPython compatibility.
+long_description ${description}
+
+homepage http://nuitka.net/
+master_sites http://pypi.python.org/packages/source/N/Nuitka/
+
+distname Nuitka-${version}
+
+checksums rmd160 283096fe2fac1a92fc779f1eb70c2e6e03256ea9 \
+ sha256 349473e701e6a4133e6e6143445276749053219941a653e4a88f1a0b3b33ca1c
+
+if {$subport != $name} {
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+ livecheck.regex "Nuitka-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+}
Property changes on: trunk/dports/python/py-nuitka/Portfile
___________________________________________________________________