[96882] trunk/dports/graphics

mww at macports.org mww at macports.org
Mon Aug 20 14:34:48 PDT 2012


Revision: 96882
          https://trac.macports.org/changeset/96882
Author:   mww at macports.org
Date:     2012-08-20 14:34:48 -0700 (Mon, 20 Aug 2012)
Log Message:
-----------
libxdkwrl: new port

Added Paths:
-----------
    trunk/dports/graphics/libxdkwrl/
    trunk/dports/graphics/libxdkwrl/Portfile
    trunk/dports/graphics/libxdkwrl/files/
    trunk/dports/graphics/libxdkwrl/files/patch-src-xdkwrl-tools-transformator.cpp.diff

Added: trunk/dports/graphics/libxdkwrl/Portfile
===================================================================
--- trunk/dports/graphics/libxdkwrl/Portfile	                        (rev 0)
+++ trunk/dports/graphics/libxdkwrl/Portfile	2012-08-20 21:34:48 UTC (rev 96882)
@@ -0,0 +1,23 @@
+# $Id$
+
+PortSystem 1.0
+
+name                libxdkwrl
+version             1.3.0
+categories          graphics devel
+license             GPL-2
+maintainers         mww openmaintainer
+description         VRML97 parser library
+platforms           darwin freebsd
+long_description    The XdkWrl library allows you to load a VRML97 file into a C++ structure
+homepage            http://maverick.inria.fr/Membres/Xavier.Decoret/
+master_sites        macports
+checksums           rmd160  788fa0cff85e4a0b2372ad6caa3432090b933f4f \
+                    sha256  9cb39ae112784c4a9c509ca80843f2361e9eef1114356cbfbb15b6489c786a14
+
+depends_build       port:antlr
+
+patchfiles          patch-src-xdkwrl-tools-transformator.cpp.diff
+
+livecheck.type      none
+


Property changes on: trunk/dports/graphics/libxdkwrl/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/graphics/libxdkwrl/files/patch-src-xdkwrl-tools-transformator.cpp.diff
===================================================================
--- trunk/dports/graphics/libxdkwrl/files/patch-src-xdkwrl-tools-transformator.cpp.diff	                        (rev 0)
+++ trunk/dports/graphics/libxdkwrl/files/patch-src-xdkwrl-tools-transformator.cpp.diff	2012-08-20 21:34:48 UTC (rev 96882)
@@ -0,0 +1,10 @@
+--- src/xdkwrl/tools/transformator.cpp	2007-01-05 14:37:05.000000000 +0100
++++ transformator.cpp	2012-08-20 23:28:44.000000000 +0200
+@@ -2,7 +2,6 @@
+ 
+ #include <stdio.h>
+ #include <math.h>
+-#include <malloc.h>
+ 
+ #include <iomanip>
+ #include <stdexcept>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120820/24350cd1/attachment.html>


More information about the macports-changes mailing list