[149335] trunk/dports/science/OpenCSG/Portfile
dstrubbe at macports.org
dstrubbe at macports.org
Mon Jun 13 11:38:50 PDT 2016
Revision: 149335
https://trac.macports.org/changeset/149335
Author: dstrubbe at macports.org
Date: 2016-06-13 11:38:50 -0700 (Mon, 13 Jun 2016)
Log Message:
-----------
OpenCSG: Update to 1.4.0. Take over maintainership. Fix description. Add 'cad' as secondary category.
Modified Paths:
--------------
trunk/dports/science/OpenCSG/Portfile
Modified: trunk/dports/science/OpenCSG/Portfile
===================================================================
--- trunk/dports/science/OpenCSG/Portfile 2016-06-13 05:39:34 UTC (rev 149334)
+++ trunk/dports/science/OpenCSG/Portfile 2016-06-13 18:38:50 UTC (rev 149335)
@@ -5,25 +5,25 @@
PortGroup qmake 1.0
name OpenCSG
-version 1.3.3
+version 1.4.0
revision 3
license GPL-2
-categories science
-maintainers nomaintainer
+categories science cad
+maintainers dstrubbe openmaintainer
description OpenCSG is a library that does image-based CSG rendering using OpenGL
long_description CSG is short for Constructive Solid Geometry and denotes an approach \
- to model complex 3D-shapes using simpler ones. I.e., two shapes can be \
+ to model complex 3D-shapes using simpler ones, i.e., two shapes can be \
combined by taking the union of them, by intersecting them, or by \
subtracting one shape of the other. The most basic shapes, which are \
- not result of such a CSG operation, are called primitives. Primitives \
+ not results of such CSG operations, are called primitives. Primitives \
must be solid, i.e., they must have a clearly defined interior and \
exterior. By construction, a CSG shape is also solid then.
platforms darwin
homepage http://www.opencsg.org/
master_sites ${homepage}
-checksums rmd160 4478db5b83f33c664ba12433fb8502752400a56f \
- sha256 8270ed14da5c4fc14d005f11e397522b4fc783878cf91fa02dd680749b2206d8
+checksums rmd160 d4db2140dbe29213a7b049339d0ab3d86ce580b1 \
+ sha256 ecb46be54cfb8a338d2a9b62dec90ec8da6c769078c076f58147d4a6ba1c878d
depends_lib-append port:glew
@@ -44,3 +44,6 @@
livecheck.type regex
livecheck.url [lindex ${master_sites} 0]
livecheck.regex ${name}-(\[0-9.-\]+)\\.tar.gz
+
+#test.run yes
+#test.target -C .. check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160613/e8266a82/attachment-0001.html>
More information about the macports-changes
mailing list