aboutsummaryrefslogtreecommitdiff
path: root/cad
Commit message (Collapse)AuthorAgeFilesLines
* - Fix condition for FreeBSD 10.1Dmitry Marakasov2016-12-291-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=429885
* - No more broken after removing gcc requirement from math/cgalDmitry Marakasov2016-12-281-6/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=429808
* Set expiration date of ports depending on graphics/urt to 2017-04-01Rene Ladan2016-12-271-0/+3
| | | | Notes: svn path=/head/; revision=429616
* Libopencad is a library written in C++11, which provides a way toDmitry Marakasov2016-12-268-0/+125
| | | | | | | | | | | | | | | | | | | | | | | | | read/write CAD (DWG/DXF/DXFB) files. It was designed to have a uniformal API to work with any CAD files. It has a base class - CADFile. Inheriting this class it's possible to create a driver for any CAD format, all you need to do - is to overwrite interface functions like GetGeometry(index), and others. Now it has an implementation for DWG2000 (R15), but only for read. Library comes with cadinfo utility, which prints out everything library can get from file - header variables, CAD custom classes, presented layers and geometries with their attributes. WWW: https://trac.osgeo.org/gdal/wiki/DWG_driver PR: 212129 Submitted by: lbartoletti@tuxfamily.org Notes: svn path=/head/; revision=429524
* - Mark broken in FreeBSD 11.x+ i386: this port can't build while cgal is ↵Dmitry Marakasov2016-12-251-1/+7
| | | | | | | | | built with gcc and boost is built with clang Approved by: portmgr blanket Notes: svn path=/head/; revision=429444
* Move the doxygen things into a DOXYGEN option.Mathieu Arnold2016-12-202-1062/+1062
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=429007
* Move doxygen dependency to a DOXYGEN option, and have it actually doMathieu Arnold2016-12-201-4/+7
| | | | | | | | | something. Sponsored by: Absolight Notes: svn path=/head/; revision=429005
* Get rid of QT_PREFIX in favour of PREFIX.Tobias C. Berner2016-12-181-1/+1
| | | | | | | | | | | QT_PREFIX was a remnant of a bygone time. Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8825 Notes: svn path=/head/; revision=428889
* cad/openvsp: fix compilation in 10.1Torsten Zuehlsdorff2016-12-161-2/+15
| | | | | | | | | | | | | The port broke on 10.1 since the update to gcc 4.9. Now we enforce gcc 4.8 on FreeBSD 10.1. PR: 215307 Submitted by: fernando.apesteguia@gmail.com (maintainer) Approved by: mentors (implict) MFH: 2016Q4 Notes: svn path=/head/; revision=428665
* Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systemsJan Beich2016-12-162-1/+2
| | | | | | | | | | PR: 215192 Requested by: dim Exp-run by: antoine Approved by: antoine Notes: svn path=/head/; revision=428641
* Those ports build fine with bsd makeAntoine Brodin2016-12-111-1/+1
| | | | Notes: svn path=/head/; revision=428370
* multimedia/ffmpeg: update to 3.2.2Jan Beich2016-12-111-1/+1
| | | | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog PR: 207547 Submitted by: riggs, ebirth@b0ss.net (libressl fix) Exp-run by: antoine (3 tries) Notes: svn path=/head/; revision=428352
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-085-5/+5
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Remove libexpat.so.6 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428144
* Remove libtiff.so.4 compatibility links that were added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428132
* cad/gmsh: update to version 2.15.0Joseph Mingrone2016-12-072-6/+5
| | | | | | | | | | | | | | | | Upstream changes: - fixed several regressions (multi-file partitioned grid export, mesh subdivision, old compound mesher) - improved 2D boundary layer field & removed non-functional 3D boundary layer field - faster rendering of large meshes Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8725 Notes: svn path=/head/; revision=428063
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-12-079-7/+9
| | | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms), part II. The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. This adds ports with USES=fortran and ports using Mk/bsd.octave.mk which in turn has USES=fortran. PR: 214965 Reported by: thierry Notes: svn path=/head/; revision=428057
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-12-021-1/+1
| | | | | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=427552
* Stop exporting QT_BINDIR and QT_LIBDIR to PLIST_SUB.Tobias C. Berner2016-11-291-10/+10
| | | | | | | | | | | | | | | As at the moment QT_BINDIR and QT_LIBDIR are 'bin' respectively 'lib' depending on the Qt version these subs ended up at many wrong places in plists. So only export it if QT_DIST is set. PR: 210227 Reviewed by: mat, rakuco Approved by: portmgr (mat), rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8378 Notes: svn path=/head/; revision=427356
* - Fix library version which should be .2 (as on Linux), not .4Ganael LAPLANCHE2016-11-251-1/+1
| | | | | | | | | | - Bump dependent ports' PORTREVISION PR: 214777 Submitted by: yuri@rawbw.com Notes: svn path=/head/; revision=427105
* - Update to 9.07Danilo Egea Gondolfo2016-11-242-7/+8
| | | | Notes: svn path=/head/; revision=427012
* devel/boost-*: update to 1.62.0Jan Beich2016-11-237-4/+7
| | | | | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) Notes: svn path=/head/; revision=426908
* Chase french/med upgrade (switch to hdf5-18).Thierry Thomas2016-11-221-0/+18
| | | | | | | Reported by: rakuco Notes: svn path=/head/; revision=426863
* In several dozen ports, use single space for WWW: line in pkg-descr, andAlexey Dokuchaev2016-11-221-1/+1
| | | | | | | reformat port description text in cases when it was notoriously broken. Notes: svn path=/head/; revision=426827
* Fix build on 9.x.Hiroki Sato2016-11-226-28/+28
| | | | Notes: svn path=/head/; revision=426774
* - When FFMPEG=on, link to multimedia/ffmpeg.Stephen Montgomery-Smith2016-11-205-46/+103
| | | | | | | | | | | - Respect PREFIX. - Conversion for avcodec_encode_video(). PR: ports/214199 PR: ports/214644 Notes: svn path=/head/; revision=426602
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-203-1/+3
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* - Add LICENSEDmitry Marakasov2016-11-181-6/+6
| | | | | | | | - Add LICENSE_FILE - Cosmetic fixes Notes: svn path=/head/; revision=426316
* Fix build.Hiroki Sato2016-11-161-2/+10
| | | | Notes: svn path=/head/; revision=426196
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-141-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426082
* Upgrade Code_Aster to 12.0.6-4.Thierry Thomas2016-11-134-36/+46
| | | | | | | | | | | This brings french/eficas to 2016.0.1, cad/astk-serveur and astk-client to 1.13.8.2, french/med to 3.2.0 (built against hdf5-18), bump PORTREVSION to math/metis-edf and fix soname, and french/homard to 11.7-1. Notes: svn path=/head/; revision=426042
* Spell CHOSEN_COMPILER_TYPE correctlyAntoine Brodin2016-11-122-6/+6
| | | | | | | PR: 199098 Notes: svn path=/head/; revision=425968
* Fix build with gcc 4.9 by lowering optimization levelAntoine Brodin2016-11-111-1/+7
| | | | | | | | | | | See also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750743 https://bugs.gentoo.org/show_bug.cgi?id=553968 PR: 196712 Notes: svn path=/head/; revision=425901
* Mark various cad ports broken on aarch64.Mark Linimon2016-11-113-0/+6
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425874
* Mark broken on aarch64: fails to link with sbrk.Mark Linimon2016-11-111-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425871
* Rename with python-gdsii, which is the official package name in PyPI.Hiroki Sato2016-11-104-4/+3
| | | | | | | Suggested by: koobs Notes: svn path=/head/; revision=425853
* Mark as broken on aarch64: fails to link with sbrk.Mark Linimon2016-11-102-0/+4
| | | | | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425823
* cad/solvespace: create portSteve Wills2016-11-106-0/+77
| | | | | | | | | | | SOLVESPACE is a parametric 3d CAD program. Applications include modeling 2d and 3d parts, 3d-printed parts, preparing CAM data, mechanism design and plane and solid geometry. WWW: http://solvespace.com/ Notes: svn path=/head/; revision=425822
* - Pet portlintDmitry Marakasov2016-11-072-13/+13
| | | | | | | | - Cosmetic fixes - Fix WWW: Notes: svn path=/head/; revision=425624
* cad/klayout: Include DragonFly with new patch to restore build on DFJohn Marino2016-11-071-1/+1
| | | | | | | Approved by: DF support blanket (non-invasive) Notes: svn path=/head/; revision=425591
* Fix broken dependencies.Hiroki Sato2016-11-062-9/+11
| | | | Notes: svn path=/head/; revision=425588
* Update to 20161104 snapshot; drop maintainershipThomas Zander2016-11-063-10/+18
| | | | | | | | PR: 213815 Submitted by: pfg (maintainer) Notes: svn path=/head/; revision=425472
* Add cad/sp2sp, a command-line waveform data processor for SPICE-typeHiroki Sato2016-11-056-0/+134
| | | | | | | simulators. Notes: svn path=/head/; revision=425428
* Fix build.Hiroki Sato2016-11-051-1/+2
| | | | Notes: svn path=/head/; revision=425395
* Update to 20161026 snapshotThomas Zander2016-11-059-19/+24
| | | | | | | | PR: 213816 Submitted by: pfg Notes: svn path=/head/; revision=425381
* - Update to 0.24.8.Hiroki Sato2016-11-045-30/+76
| | | | | | | | | - Fix dependency on Python shlib. - Enable _MAKE_JOBS. - Do not override system-wide CFLAGS, CXXFLAGS, and LDFLAGS. Notes: svn path=/head/; revision=425361
* cad/ngspice_rework: Fix fetch broken by version bumpJohn Marino2016-11-041-1/+2
| | | | | | | | | | | I confused PORTVERSION with PORTREVISION and bumped the wrong item. Restore the old version and add PORTREVISION. No epoch is necessary because it wasn't possible to build version 27 or 28. PR: 214213 Notes: svn path=/head/; revision=425357
* Add cad/py-gdsii, GDSII file manipulation library.Hiroki Sato2016-11-044-0/+29
| | | | Notes: svn path=/head/; revision=425355
* cad/ngspice_rework: configure xspice unconditionallyJohn Marino2016-11-031-3/+3
| | | | | | | | | | There was confusion about xspice option. The "x" stands for "extended", not x11, and it should always be enabled. Adjust accordingly. PR: 212357 Notes: svn path=/head/; revision=425266
* cad/ngspice_rework: Enable X support by default (introduce X11 option)John Marino2016-11-031-2/+10
| | | | | | | | | | | | | | | Ngspice built inside a package builder will not have x11 support which results in errors such as "Can't open viewport in graphics." when trying to plot. This change adds the X11 option which is on by default. PR: 212357 Submitted by: Michael Neumann Approved by: Kevin Zheng (maintainer) Notes: svn path=/head/; revision=425264