[35962] trunk/dports/python

jmr at macports.org jmr at macports.org
Fri Apr 11 03:36:18 PDT 2008


Revision: 35962
          http://trac.macosforge.org/projects/macports/changeset/35962
Author:   jmr at macports.org
Date:     2008-04-11 03:36:16 -0700 (Fri, 11 Apr 2008)

Log Message:
-----------
New: py25-dice3ds. Python modules for dealing with 3D Studio files.

Added Paths:
-----------
    trunk/dports/python/py25-dice3ds/
    trunk/dports/python/py25-dice3ds/Portfile

Added: trunk/dports/python/py25-dice3ds/Portfile
===================================================================
--- trunk/dports/python/py25-dice3ds/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-dice3ds/Portfile	2008-04-11 10:36:16 UTC (rev 35962)
@@ -0,0 +1,28 @@
+# -*- 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           python25 1.0
+
+name                py25-dice3ds
+version             0.9
+categories-append   graphics
+platforms           darwin
+maintainers         jmr openmaintainer
+description         Read, write, and manipulate 3DS files
+long_description    Dice3DS is a package to to read, write, and manipulate 3D Studio format files \
+                    in Python. Also includes code to convert 3DS files into an OpenGL display list.
+homepage            http://www.aerojockey.com/software/dice3ds/
+
+depends_lib-append  py25-numpy
+
+master_sites        ${homepage}
+distname            Dice3DS-${version}
+checksums           md5 664a50722b3730a235a8d5941672a86f \
+                    sha1 8b57c4b2ab76d3b590dfa050350c8dd752c3b7ad \
+                    rmd160 7e22342eeef3389ee601ec26803a7e2443f31ca6
+
+post-destroot	{
+    xinstall -m 644 -W ${worksrcpath} COPYING NEWS README THANKS TODO doc/doc.html \
+        ${destroot}${prefix}/share/doc/${name}
+}


Property changes on: trunk/dports/python/py25-dice3ds/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/20080411/7dc60d9b/attachment.html


More information about the macports-changes mailing list