[48216] trunk/dports/python

blb at macports.org blb at macports.org
Mon Mar 16 19:06:16 PDT 2009


Revision: 48216
          http://trac.macports.org/changeset/48216
Author:   blb at macports.org
Date:     2009-03-16 19:06:15 -0700 (Mon, 16 Mar 2009)
Log Message:
-----------
New ports - py2[56]-lepton, Pluggable particle engine and API for Python

Added Paths:
-----------
    trunk/dports/python/py25-lepton/
    trunk/dports/python/py25-lepton/Portfile
    trunk/dports/python/py26-lepton/
    trunk/dports/python/py26-lepton/Portfile

Added: trunk/dports/python/py25-lepton/Portfile
===================================================================
--- trunk/dports/python/py25-lepton/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-lepton/Portfile	2009-03-17 02:06:15 UTC (rev 48216)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python25 1.0
+name                py25-lepton
+version             0.9a
+categories-append   graphics
+maintainers         blb openmaintainer
+description         Pluggable particle engine and API for Python
+long_description \
+   Lepton is a high-performance, pluggable particle engine and API for \
+   Python. It is designed for creating graphical special effects for games \
+   or other visual applications. The engine is designed to be very flexible \
+   and does not rely on any other libraries directly. You can use it either \
+   with OpenGL (via pyglet, PyOpenGL, wxPython, etc), or with pygame by \
+   selecting the appropriate renderer.
+
+platforms           darwin
+
+homepage            http://code.google.com/p/py-lepton/
+master_sites        http://py-lepton.googlecode.com/files/
+distname            lepton-${version}
+
+checksums           md5     6240bae652f0d1f5ba87c81482751f7d \
+                    sha1    626021508faa60dee574f9a01f0e23dcffe13a7e \
+                    rmd160  b27d55c515756bf750c6d94bf8a4edf74d32d507
+
+post-destroot {
+   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} \
+      ${destroot}${prefix}/share/examples/${name}
+   xinstall -m 644 -W ${worksrcpath} CHANGES.txt LICENSE.txt README.txt \
+      ${destroot}${prefix}/share/doc/${name}
+   eval copy [glob ${worksrcpath}/examples/*] \
+      ${destroot}${prefix}/share/examples/${name}
+}
+


Property changes on: trunk/dports/python/py25-lepton/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py26-lepton/Portfile
===================================================================
--- trunk/dports/python/py26-lepton/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-lepton/Portfile	2009-03-17 02:06:15 UTC (rev 48216)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+name                py26-lepton
+version             0.9a
+categories-append   graphics
+maintainers         blb openmaintainer
+description         Pluggable particle engine and API for Python
+long_description \
+   Lepton is a high-performance, pluggable particle engine and API for \
+   Python. It is designed for creating graphical special effects for games \
+   or other visual applications. The engine is designed to be very flexible \
+   and does not rely on any other libraries directly. You can use it either \
+   with OpenGL (via pyglet, PyOpenGL, wxPython, etc), or with pygame by \
+   selecting the appropriate renderer.
+
+platforms           darwin
+
+homepage            http://code.google.com/p/py-lepton/
+master_sites        http://py-lepton.googlecode.com/files/
+distname            lepton-${version}
+
+checksums           md5     6240bae652f0d1f5ba87c81482751f7d \
+                    sha1    626021508faa60dee574f9a01f0e23dcffe13a7e \
+                    rmd160  b27d55c515756bf750c6d94bf8a4edf74d32d507
+
+post-destroot {
+   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} \
+      ${destroot}${prefix}/share/examples/${name}
+   xinstall -m 644 -W ${worksrcpath} CHANGES.txt LICENSE.txt README.txt \
+      ${destroot}${prefix}/share/doc/${name}
+   eval copy [glob ${worksrcpath}/examples/*] \
+      ${destroot}${prefix}/share/examples/${name}
+}
+


Property changes on: trunk/dports/python/py26-lepton/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/20090316/82555d0e/attachment.html>


More information about the macports-changes mailing list