summaryrefslogtreecommitdiff
path: root/cad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Cleanup ${FILESDIR}/Makefile.Hiroki Sato2014-08-212-27/+31
| | | | - Remove MAKE_JOBS_UNSAFE.
* - Fix MASTER_SITES for PS documents.Hiroki Sato2014-08-215-65/+35
| | | | | | - Fix LICENSE. SPICE license is a variant of MIT license, not BSDL, while the copyright holder is UCB. - Style clean-ups.
* Chase conflicts.Thierry Thomas2014-08-191-1/+1
|
* Upgrade to 0.20140622+bzr4027-2.Thierry Thomas2014-08-193-634/+652
| | | | | Changelog at <https://launchpad.net/ubuntu/utopic/+source/kicad/+changelog>.
* Stage cad/cider. Mark BROKEN on F10+ caused by bmakeJohn Marino2014-08-1846-500/+528
| | | | | | | | | | | | | | | This port generates a makefile and then passes it to "make" via stdin, which makes it different to troubleshoot. When I finally saw the file in order to figure out why several internal static libraries weren't getting built leading to some programs not getting built, I saw a generic static library target made up of variables. fmake likes it; bmake does not. I tried USES+= fmake along with some patching but I must have missed some hardcoded "make" commands because bmake got called again. This software is 20 years old so I finally gave it. It got a stay of execution by getting staged. If somebody wants to study a target that bmake just doesn't get, this is a good place to start.
* Stage cad/jspice3 and unbreak on FreeBSD 10+John Marino2014-08-1811-14/+232
| | | | | | | It would have been easy just to set this to "USE_GCC=any" to fix it, but the code had plenty of undefined returns when a type was expected. Using clang exposed those problems. Hopefully I defined the missing return values correctly.
* Stage cad/spiceJohn Marino2014-08-183-32/+45
|
* - Upgrade Code_Aster to 11.6.0-1.Thierry Thomas2014-08-172-6/+9
| | | | - Fix Homard.
* Stagify.Vanilla I. Shu2014-08-142-10/+40
|
* Canonicalize some old USE_PY*Antoine Brodin2014-08-111-1/+1
| | | | With hat: portmgr
* Fix problems with missing libs when the linker enforces explicit linkingTijl Coosemans2014-08-102-7/+17
| | | | | | (a* to d* categories) PR: 192062
* Allow building on old freebsdAntoine Brodin2014-08-101-1/+1
|
* Don't try to clobber ccos(3).Adam Weinberger2014-08-091-0/+31
|
* cad/cura-engine: Engine of slicing solution for RepRap 3D printersWilliam Grzybowski2014-08-085-0/+42
| | | | | | | | | | | | | | | | | | | | | The CuraEngine is a C++ console application for 3D printing GCode generation. It has been made as better and faster alternative to the old Skeinforge engine. The CuraEngine is pure C++ and uses Clipper from http://www.angusj.com/delphi/clipper.php. There are no external dependences and Clipper is included in the source code without modifications. This is just a console application for GCode generation. For a full graphical application look at https://github.com/daid/Cura with is the graphical frontend for CuraEngine. The CuraEngine can be used seperately or in other applications. Feel free to add it to your application. But to take note of the License. WWW: http://wiki.ultimaker.com/Cura PR: 192486 Submitted by: cederom tlen pl
* Update to 4.4Guido Falsi2014-08-074-26/+88
| | | | | PR: 192354 Submitted by: Matthias Petermann <matthias@petermann-it.de> (maintainer)
* USES=execinfoBaptiste Daroussin2014-08-041-2/+1
|
* In some straightforward cases, protect documentation behindAdam Weinberger2014-08-042-7/+9
| | | | | PORTDOCS, adding a DOCS option where needed, and a couple PORTEXAMPLES for good measure.
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-296-12/+6
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-294-0/+0
| | | | '__' instead.
* - Update from 3.8.71 to 3.8.72Danilo Egea Gondolfo2014-07-282-3/+3
|
* cad/systemc: match RESTRICTED text with /usr/ports/LEGALJohn Marino2014-07-281-3/+2
| | | | | | | | | | | The former maintainer indicates that he no longer has time to work on this port. He understands is not staged and thus headed for removal, so the RESTRICTED update is being done by itself in case somebody else steps up to stage the port. PR: 189883 Submitted by: maintainer (at the time) (Daniel Thiele) Approved by: portmgr (implicit, NOT_STAGED)
* cad/openscad:Max Brazhnikov2014-07-274-58/+53
| | | | | | | | | | | - Update to 2014.03 - Update MASTER_SITES - Switch dependency from math/eigen2 to math/eigen3 - USES+= desktop-file-utils pkgconfig - Remove patch, pass required bits to qmake instead PR: 191788 Approved by: maintainer timeout (17 days)
* - Update from 3.8.70 to 3.8.71Danilo Egea Gondolfo2014-07-262-3/+3
|
* - Link with multimedia/ffmpeg0 instead of multimedia/ffmpeg (only applies whenStephen Montgomery-Smith2014-07-252-2/+20
| | | | | | | | the option FFMPEG is set). - Bump portrevision. PR: 192074 Submitted by: Ivan Klymenko <fidaj@ukr.net>
* Take maintainership again.Thierry Thomas2014-07-231-1/+1
| | | | Note: to be upgraded with french/aster.
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-234-4/+4
| | | | With hat: portmgr
* Do not hardcode dependency on pdflatexBaptiste Daroussin2014-07-231-1/+1
|
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-232-3/+3
|
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-232-5/+6
| | | | - Fix plist
* - Update to 2.3.2 (fixing fetch)Dmitry Marakasov2014-07-224-49/+10
| | | | | - Switch to USES=libtool, drop .la files - Strup libraries
* Remove needless MAKE_ENVMax Brazhnikov2014-07-191-1/+0
|
* cad/freehdl: Unbreak on F10+ and stageJohn Marino2014-07-185-9/+36
| | | | | | | I could not fix this port on clang. It finds the double argument to the "to_string" function ambiguious and nothing I tried resolved the ambiguity. In the end, I cheated by setting USE_GCC=any and I'll leave the clang fix to a C++ expert.
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.Adam Weinberger2014-07-151-0/+2
| | | | | | | Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example.
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-154-19/+18
|
* - Update from 3.8.69 to 3.8.70Danilo Egea Gondolfo2014-07-072-3/+3
|
* - Chase math/muparser change from static to dynamic libraryNicola Vitale2014-07-071-2/+2
|
* Switch to wxGTK30Baptiste Daroussin2014-07-061-4/+3
|
* Bump more ports that depend on libsqlite3.so:Tijl Coosemans2014-07-051-0/+1
| | | | | | | - ports that set USE_SQLITE with the *_USE option helper - ports that depend on libsqlite3 indirectly as reported by pkg rquery Approved by: portmgr (implicit)
* - Update from 3.8.68 to 3.8.69Danilo Egea Gondolfo2014-07-042-3/+3
|
* - Update from 3.8.67 to 3.8.68Danilo Egea Gondolfo2014-07-022-3/+3
|
* - Update from 3.8.65 to 3.8.67Danilo Egea Gondolfo2014-07-022-3/+3
|
* Fix build with readline in base while here convert to USES=libtoolBaptiste Daroussin2014-07-011-1/+1
|
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-012-13/+12
| | | | Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-302-2/+3
|
* - Update to 3.404Renato Botelho2014-06-277-9/+103
| | | | | | | - Fix build, it needs gcc PR: 191368 Submitted by: otaciliodearaujo@gmail.com (maintainer)
* - Update from 9.04 to 9.05Danilo Egea Gondolfo2014-06-263-11/+11
|
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
* Use MAKE_CMD to set MAKE in MAKE_ENVBaptiste Daroussin2014-06-241-1/+1
|
* Use MAKE_CMD instead of GMAKEBaptiste Daroussin2014-06-241-1/+1
|
* Properly use the frameworkBaptiste Daroussin2014-06-241-3/+3
|