Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump PORTREVISIONs for ports depending on the canonical version of GCC and | Gerald Pfeifer | 2017-04-01 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439 | ||||
* | Typos, whitespace and capitalization fixes (A-F). | Jimmy Olgeni | 2015-09-20 | 1 | -2/+2 |
| | | | | Notes: svn path=/head/; revision=397395 | ||||
* | cad/cura-engine: update 14.03 -> 15.04 | Bartek Rutkowski | 2015-08-05 | 3 | -6/+5 |
| | | | | | | | | | | | - Drop obsolete GH_TAGNAME - Remove pkg-plist and use PLIST_FILES PR: 201692 Submitted by: Tomek Cedro <cederom@tlen.pl> (maintainer) Notes: svn path=/head/; revision=393593 | ||||
* | Update ports in the [bcd]* categories to not use GH_COMMIT. | Mathieu Arnold | 2015-05-06 | 2 | -4/+3 |
| | | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385521 | ||||
* | Allow building on old freebsd | Antoine Brodin | 2014-08-10 | 1 | -1/+1 |
| | | | | Notes: svn path=/head/; revision=364532 | ||||
* | cad/cura-engine: Engine of slicing solution for RepRap 3D printers | William Grzybowski | 2014-08-08 | 4 | -0/+41 |
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 Notes: svn path=/head/; revision=364337 |