[68007] trunk/dports/science

ryandesign at macports.org ryandesign at macports.org
Mon May 24 12:00:49 PDT 2010


Revision: 68007
          http://trac.macports.org/changeset/68007
Author:   ryandesign at macports.org
Date:     2010-05-24 12:00:46 -0700 (Mon, 24 May 2010)
Log Message:
-----------
sumo: new port, version 0.11.1; see #24100

Added Paths:
-----------
    trunk/dports/science/sumo/
    trunk/dports/science/sumo/Portfile

Added: trunk/dports/science/sumo/Portfile
===================================================================
--- trunk/dports/science/sumo/Portfile	                        (rev 0)
+++ trunk/dports/science/sumo/Portfile	2010-05-24 19:00:46 UTC (rev 68007)
@@ -0,0 +1,71 @@
+# -*- 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
+
+name                sumo
+conflicts           sumo-devel
+version             0.11.1
+categories          science devel
+platforms           darwin
+maintainers         me.com:jens.fahnenbruck \
+                    herbiet.net:guillaume-jean
+license             GPL-2
+
+description         Simulation of Urban MObility (SUMO)
+long_description \
+    Simulation of Urban MObility (SUMO) is an open source, highly portable, \
+    microscopic road traffic simulation package designed to handle large \
+    road networks. It is mainly developed by employees of the Institute of \
+    Transportation Systems at the German Aerospace Center.
+
+homepage            http://sumo.sourceforge.net/
+master_sites        sourceforge
+
+distname            ${name}-src-${version}
+worksrcdir          ${name}-${version}
+
+checksums \
+    md5             d3e8d29d74cf25d6cf2bb0c2a622ea49 \
+    sha1            c33f451918c5cb15de5964eb9db3078e24b415a1 \
+    rmd160          956495941b3e58ab42bba6f233678814cb269c2f
+
+depends_lib-append \
+    port:fox \
+    port:gdal \
+    port:libtool \
+    port:proj \
+    port:xercesc
+
+configure.args-append \
+    --with-fox=${prefix}    # required for the gui to be enabled
+
+variant debug description {Enable SUMO debugging code} {
+    configure.args-append \
+        --enable-debug
+}
+
+variant double_precision description {Use "double" instead of "float" for calculations} {
+    configure.args-append \
+        --enable-double-precision
+}
+
+variant subseconds description {Enable subsecond timesteps} {
+    configure.args-append \
+        --enable-subsecond
+}
+
+variant messages description {Enable static and dynamic messages emitted by vehicless} {
+    configure.args-append \
+        --enable-messages
+}
+
+variant no_internal_lanes description {Disable junction internal lanes} {
+    configure.args-append \
+        --disable-internal-lanes
+}
+
+variant no_traci description {Disable Traffic Control Interface (TraCI) Server} {
+    configure.args-append \
+        --disable-traci
+}


Property changes on: trunk/dports/science/sumo/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/20100524/3e57e235/attachment.html>


More information about the macports-changes mailing list