[133713] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Mon Mar 9 01:47:26 PDT 2015


Revision: 133713
          https://trac.macports.org/changeset/133713
Author:   ryandesign at macports.org
Date:     2015-03-09 01:47:26 -0700 (Mon, 09 Mar 2015)
Log Message:
-----------
h3dutil: new port, version 1.3.0 (#38919)

Added Paths:
-----------
    trunk/dports/graphics/h3dutil/
    trunk/dports/graphics/h3dutil/Portfile
    trunk/dports/graphics/h3dutil/files/
    trunk/dports/graphics/h3dutil/files/patch-CMakeLists.txt.diff

Added: trunk/dports/graphics/h3dutil/Portfile
===================================================================
--- trunk/dports/graphics/h3dutil/Portfile	                        (rev 0)
+++ trunk/dports/graphics/h3dutil/Portfile	2015-03-09 08:47:26 UTC (rev 133713)
@@ -0,0 +1,36 @@
+# -*- 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           cmake 1.0
+
+name                h3dutil
+version             1.3.0
+categories          graphics
+platforms           darwin
+maintainers         sensegraphics.com:support
+license             GPL-2+
+
+description         Development files for h3dutil, a utility library for the H3D framework.
+
+long_description    Development files for h3dutil, a utility library for the H3D framework. \
+                    Includes vector and matrix math, image loading functions, thread \
+                    handling and other common functions.
+
+homepage            http://www.h3dapi.org/
+master_sites        ftp://www.h3dapi.org/pub/releases/source/
+
+checksums           rmd160  46b21c38b7cac27262e9ebd9cc3ae67b7a55cc7f \
+                    sha256  0ea04e813a6fd87dc244013c6104d22da92d1771d1cb4f134716be98462a4fb2
+
+depends_lib         port:dcmtk \
+                    port:freeimage \
+                    port:zlib
+
+worksrcdir          ${distname}/build
+
+patchfiles          patch-CMakeLists.txt.diff
+
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}


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

Added: trunk/dports/graphics/h3dutil/files/patch-CMakeLists.txt.diff
===================================================================
--- trunk/dports/graphics/h3dutil/files/patch-CMakeLists.txt.diff	                        (rev 0)
+++ trunk/dports/graphics/h3dutil/files/patch-CMakeLists.txt.diff	2015-03-09 08:47:26 UTC (rev 133713)
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig	2014-01-14 04:31:17.000000000 -0600
++++ CMakeLists.txt	2015-03-09 03:22:13.000000000 -0500
+@@ -286,8 +286,6 @@
+ CONFIGURE_FILE( ${H3DUtil_SOURCE_DIR}/../include/H3DUtil/H3DUtil.cmake ${CMAKE_CURRENT_BINARY_DIR}/include/H3DUtil/H3DUtil.h )
+ 
+ IF( NOT GENERATE_CPACK_PROJECT )
+-  INSTALL( FILES ${CMAKE_CURRENT_BINARY_DIR}/include/H3DUtil/H3DUtil.h
+-           DESTINATION ${H3DUtil_SOURCE_DIR}/../include/H3DUtil )
+ ENDIF( NOT GENERATE_CPACK_PROJECT )
+ 
+ INSTALL( TARGETS H3DUtil 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150309/0297fba3/attachment.html>


More information about the macports-changes mailing list