FreeBSD Bugzilla – Attachment 188287 Details for
Bug 193884
New port: cad/sumo: Simulation of Urban MObility
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch
sumo.patch (text/plain), 4.37 KB, created by
Yuri Victorovich
on 2017-11-26 02:28:32 UTC
(
hide
)
Description:
Updated patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2017-11-26 02:28:32 UTC
Size:
4.37 KB
patch
obsolete
>Index: cad/sumo/Makefile >=================================================================== >--- cad/sumo/Makefile (nonexistent) >+++ cad/sumo/Makefile (working copy) >@@ -0,0 +1,49 @@ >+# $FreeBSD$ >+ >+PORTNAME= sumo >+DISTVERSION= 0.31.0 >+CATEGORIES= cad >+MASTER_SITES= http://www.dlr.de/ts/en/Portaldata/16/Resources/projekte/sumo/ >+DISTFILES= ${PORTNAME}-src-${DISTVERSION}${EXTRACT_SUFX} ${PORTNAME}-doc-${DISTVERSION}${EXTRACT_SUFX} >+EXTRACT_ONLY= ${DISTFILES:M*src*} >+ >+MAINTAINER= enriquefynn@gmail.com >+COMMENT= Traffic simulation suite for road vehicles, public transportation, etc >+ >+LICENSE= GPLv3 >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ >+ libFOX-1.6.so:x11-toolkits/fox16 \ >+ libfreetype.so:print/freetype2 \ >+ libgdal.so:graphics/gdal \ >+ libpng16.so:graphics/png \ >+ libproj.so:graphics/proj \ >+ libtiff.so:graphics/tiff \ >+ libxerces-c.so:textproc/xerces-c3 >+ >+WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} >+ >+USES= jpeg zip >+GNU_CONFIGURE= yes >+CONFIGURE_ARGS= --with-xerces-libraries=${LOCALBASE}/lib\ >+ --with-proj-gdal=${LOCALBASE} >+USE_GL= gl glu >+USE_XORG= x11 xcursor xext xfixes xft xi xrandr xrender >+ >+OPTIONS_DEFINE= DEBUG DOCS # There could be the GUI option (--without-fox-config), but it is broken, and doesn't seem essential. Reported upstream. >+ >+DEBUG_CONFIGURE_ENABLE= debug >+DOCS_USES= python:stage >+ >+PORTDOCS= * >+ >+do-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ @${UNZIP_CMD} ${DISTDIR}/${DISTFILES:M*doc*} \ >+ -d ${STAGEDIR}${DOCSDIR} >+ @${MV} ${STAGEDIR}${DOCSDIR}/${PORTNAME}-${DISTVERSION}/docs/* ${STAGEDIR}${DOCSDIR} && \ >+ ${RM} -r ${STAGEDIR}${DOCSDIR}/${PORTNAME}-${DISTVERSION} >+ @${REINPLACE_CMD} -i '' -e 's|#!/usr/bin/env python|#!${PYTHON_CMD}|' ${STAGEDIR}${DOCSDIR}/tutorial/*/*.py >+ >+.include <bsd.port.mk> > >Property changes on: cad/sumo/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: cad/sumo/distinfo >=================================================================== >--- cad/sumo/distinfo (nonexistent) >+++ cad/sumo/distinfo (working copy) >@@ -0,0 +1,5 @@ >+TIMESTAMP = 1511655193 >+SHA256 (sumo-src-0.31.0.zip) = ae9d71079439d4fb2b97023d8d50003c3b0756b00a836a20abede8c77e5e213c >+SIZE (sumo-src-0.31.0.zip) = 18515639 >+SHA256 (sumo-doc-0.31.0.zip) = 25c0471461cf39fb38ab19f1db397969add088630470ea8ed6cc7685f88efcd4 >+SIZE (sumo-doc-0.31.0.zip) = 72064786 > >Property changes on: cad/sumo/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: cad/sumo/pkg-descr >=================================================================== >--- cad/sumo/pkg-descr (nonexistent) >+++ cad/sumo/pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+Simulation of Urban MObility (SUMO) is an open source, highly portable, >+microscopic and continuous road traffic simulation package designed to handle >+large road networks. >+ >+WWW: http://sumo-sim.org > >Property changes on: cad/sumo/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: cad/sumo/pkg-plist >=================================================================== >--- cad/sumo/pkg-plist (nonexistent) >+++ cad/sumo/pkg-plist (working copy) >@@ -0,0 +1,15 @@ >+bin/TraCITestClient >+bin/activitygen >+bin/dfrouter >+bin/duarouter >+bin/emissionsDrivingCycle >+bin/emissionsMap >+bin/jtrrouter >+bin/marouter >+bin/netconvert >+bin/netedit >+bin/netgenerate >+bin/od2trips >+bin/polyconvert >+bin/sumo >+bin/sumo-gui > >Property changes on: cad/sumo/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193884
:
147627
|
147707
|
147857
|
148302
| 188287