[123892] trunk/dports/science/sumo-devel/Portfile
mf2k at macports.org
mf2k at macports.org
Fri Aug 15 13:17:07 PDT 2014
Revision: 123892
https://trac.macports.org/changeset/123892
Author: mf2k at macports.org
Date: 2014-08-15 13:17:07 -0700 (Fri, 15 Aug 2014)
Log Message:
-----------
sumo-devel: Replaced by sumo. (#43140)
Modified Paths:
--------------
trunk/dports/science/sumo-devel/Portfile
Modified: trunk/dports/science/sumo-devel/Portfile
===================================================================
--- trunk/dports/science/sumo-devel/Portfile 2014-08-15 20:11:18 UTC (rev 123891)
+++ trunk/dports/science/sumo-devel/Portfile 2014-08-15 20:17:07 UTC (rev 123892)
@@ -3,82 +3,15 @@
PortSystem 1.0
+# This port can be removed on August 15, 2015.
+replaced_by sumo
+PortGroup obsolete 1.0
+
name sumo-devel
-conflicts sumo
svn.revision 8004
version 0.11.1-r${svn.revision}
+revision 1
categories science devel
platforms darwin
maintainers nomaintainer
license GPL-2
-
-description Development version of 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/
-
-fetch.type svn
-svn.method checkout
-svn.args-append --depth immediates
-svn.url https://svn.code.sf.net/p/sumo/code/trunk/sumo/
-worksrcdir sumo
-
-# don't check out the tests directory; it's huge and doesn't get used
-post-fetch {
- set svn_item_list [list]
- foreach svn_item [glob -directory ${worksrcpath} -tails *] {
- if {[file isdirectory ${worksrcpath}/${svn_item}] && "tests" != ${svn_item}} {
- lappend svn_item_list ${svn_item}
- }
- }
- set cmd "${svn.cmd} ${svn.pre_args} update -r ${svn.revision} --set-depth infinity [join ${svn_item_list} { }]"
- ui_debug ${cmd}
- system -W ${worksrcpath} ${cmd}
-}
-
-depends_lib-append \
- port:fox \
- port:gdal \
- port:libtool \
- port:proj \
- port:xercesc
-
-use_autoreconf yes
-
-# required for the gui to be enabled
-configure.args-append \
- --with-fox=${prefix}
-
-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 vehicles} {
- 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
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140815/709e396d/attachment.html>
More information about the macports-changes
mailing list