Index: head/cad/Makefile =================================================================== --- head/cad/Makefile (revision 455419) +++ head/cad/Makefile (revision 455420) @@ -1,99 +1,100 @@ # $FreeBSD$ # COMMENT = CAD tools SUBDIR += NASTRAN-95 SUBDIR += admesh SUBDIR += adms SUBDIR += alliance SUBDIR += astk-client SUBDIR += astk-serveur SUBDIR += atlc SUBDIR += basicdsp SUBDIR += brickutils SUBDIR += brlcad SUBDIR += calculix SUBDIR += calculix-ccx SUBDIR += cascade SUBDIR += chipvault SUBDIR += cider SUBDIR += cura-engine SUBDIR += dinotrace SUBDIR += dxf2fig SUBDIR += electric SUBDIR += electric-ng SUBDIR += elmerfem SUBDIR += feappv SUBDIR += fidocadj SUBDIR += freecad SUBDIR += freehdl SUBDIR += fritzing SUBDIR += gdsreader SUBDIR += gdt SUBDIR += geda SUBDIR += gerbv SUBDIR += ghdl SUBDIR += gmsh SUBDIR += gmsh-occ SUBDIR += gnucap SUBDIR += gplcver SUBDIR += gspiceui SUBDIR += gtkwave SUBDIR += impact SUBDIR += irsim SUBDIR += iverilog SUBDIR += jspice3 SUBDIR += kicad SUBDIR += kicad-devel SUBDIR += kicad-library SUBDIR += klayout SUBDIR += layouteditor SUBDIR += ldraw SUBDIR += leocad SUBDIR += libopencad SUBDIR += librecad SUBDIR += linux-eagle5 SUBDIR += linuxcnc-devel SUBDIR += logisim SUBDIR += magic SUBDIR += meshdev SUBDIR += meshlab SUBDIR += netgen SUBDIR += ngspice_rework SUBDIR += opencascade SUBDIR += openscad SUBDIR += openvsp SUBDIR += p5-GDS2 SUBDIR += p5-Verilog-Perl SUBDIR += pcb SUBDIR += pdnmesh SUBDIR += py-gdspy SUBDIR += py-lcapy SUBDIR += py-pycam SUBDIR += python-gdsii SUBDIR += pythoncad SUBDIR += qcad SUBDIR += qelectrotech SUBDIR += qfsm SUBDIR += qmls SUBDIR += qucs SUBDIR += repsnapper SUBDIR += rubygem-gdsii SUBDIR += sceptre SUBDIR += scotch SUBDIR += solvespace SUBDIR += sp2sp SUBDIR += spice SUBDIR += stepcode + SUBDIR += sumo SUBDIR += sweethome3d SUBDIR += tkgate SUBDIR += tochnog SUBDIR += transcalc SUBDIR += varkon SUBDIR += verilog-mode.el SUBDIR += xcircuit SUBDIR += z88 SUBDIR += zcad .include Index: head/cad/sumo/Makefile =================================================================== --- head/cad/sumo/Makefile (nonexistent) +++ head/cad/sumo/Makefile (revision 455420) @@ -0,0 +1,53 @@ +# $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-${DISTVERSIONFULL}${EXTRACT_SUFX} + +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 + +USES= jpeg zip +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-proj-gdal=${LOCALBASE} \ + --with-xerces-libraries=${LOCALBASE}/lib \ + --disable-debug +USE_GL= gl glu +USE_XORG= x11 xcursor xext xfixes xft xi xrandr xrender + +OPTIONS_DEFINE= DOCS # the GUI option is possible (--without-fox-config), but it is broken, and it doesn't seem important to have. https://github.com/DLR-TS/sumo/issues/3655 + +DOCS_DISTFILES= ${PORTNAME}-doc-${DISTVERSION}${EXTRACT_SUFX} +DOCS_USES= shebangfix +DOCS_VARS= SHEBANG_FILES=docs/tutorial/*/*.py + +PORTDOCS= * + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} + @${FIND} ${STAGEDIR}${DOCSDIR} -d -empty -delete + +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 +BUILD_DEPENDS+= clang40:devel/llvm40 +CC= clang40 +CXX= clang++40 # fails to build with the default compiler on 10 +.endif + +.include Property changes on: head/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: head/cad/sumo/distinfo =================================================================== --- head/cad/sumo/distinfo (nonexistent) +++ head/cad/sumo/distinfo (revision 455420) @@ -0,0 +1,5 @@ +TIMESTAMP = 1512078820 +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: head/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: head/cad/sumo/pkg-descr =================================================================== --- head/cad/sumo/pkg-descr (nonexistent) +++ head/cad/sumo/pkg-descr (revision 455420) @@ -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: head/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: head/cad/sumo/pkg-plist =================================================================== --- head/cad/sumo/pkg-plist (nonexistent) +++ head/cad/sumo/pkg-plist (revision 455420) @@ -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: head/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