[73719] trunk/dports/graphics
mmoll at macports.org
mmoll at macports.org
Mon Nov 22 07:17:40 PST 2010
Revision: 73719
http://trac.macports.org/changeset/73719
Author: mmoll at macports.org
Date: 2010-11-22 07:17:36 -0800 (Mon, 22 Nov 2010)
Log Message:
-----------
graphics/assimp: new port, library to import 3D model formats
Added Paths:
-----------
trunk/dports/graphics/assimp/
trunk/dports/graphics/assimp/Portfile
Added: trunk/dports/graphics/assimp/Portfile
===================================================================
--- trunk/dports/graphics/assimp/Portfile (rev 0)
+++ trunk/dports/graphics/assimp/Portfile 2010-11-22 15:17:36 UTC (rev 73719)
@@ -0,0 +1,26 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup cmake 1.0
+name assimp
+version 2.0.858
+categories graphics
+maintainers openmaintainer mmoll
+description library to import 3D model formats
+long_description Open Asset Import Library (short name: Assimp) is a \
+ portable Open Source library to import various well-known \
+ 3D model formats in a uniform manner.
+homepage http://assimp.sourceforge.net/
+platforms darwin
+master_sites sourceforge
+
+checksums md5 01b92c012ab52e8947dea1bda03fad9f \
+ sha1 6234f2acc7fa5dddc2a9530ba7e732d15d117000 \
+ rmd160 e3bf7f728e708b4d1c01fdb88d8b53c80804d38b
+distname ${name}--${version}-sdk
+use_zip yes
+depends_lib port:boost
+
+livecheck.type regex
+livecheck.url http://sourceforge.net/projects/assimp/files/
+livecheck.regex ${name}--(\[0-9.\]+)-sdk.zip
Property changes on: trunk/dports/graphics/assimp/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/20101122/f89f3a4d/attachment.html>
More information about the macports-changes
mailing list