aboutsummaryrefslogtreecommitdiff
path: root/databases/sfcgal
Commit message (Collapse)AuthorAgeFilesLines
* devel/boost-*: update to 1.64.0Jan Beich2017-05-021-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472 Notes: svn path=/head/; revision=439934
* devel/boost-*: update to 1.63.0Jan Beich2017-01-061-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1 Notes: svn path=/head/; revision=430692
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-0/+1
| | | | | | | | | | | | | | | - 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
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* databases/sfcgal: 1.2.2 -> 1.3.0Kurt Jaeger2016-03-053-6/+5
| | | | | | | | | | | | | | | | | | | | Fixes the build with boost 1.60. Other Changes see https://github.com/Oslandia/SFCGAL/releases Add a validity flag to geometries Add an option to straight skeleton to return the distance to borders Add sfcgal_geometry_is_valid_detail to the C API Remove grid and ASC reader Remove the viewer Fix compilation issue with boost 1.60 (#119) Fix WKT parsing issues (#81 #117) Retain bisectors of narrow angles in MedialAxis output PR: 207698 Approved by: coder@tuxfamily.org (maintainer) Notes: svn path=/head/; revision=410162
* databases/sfcgal: 1.1.0 -> 1.2.2Kurt Jaeger2016-03-044-19/+5
| | | | | | | | | | | Changes: databases/sfcgal PR: 206907 Submitted by: coder@tuxfamily.org (maintainer) Notes: svn path=/head/; revision=410086
* - Update to 1.1.0Dmitry Marakasov2015-08-274-7/+22
| | | | | | | | PR: 202597 Submitted by: coder@tuxfamily.org (maintainer) Notes: svn path=/head/; revision=395405
* - Update math/cgal to 4.6Wen Heping2015-06-011-0/+1
| | | | | | | - Bump PORTREVISION of the ports depends on cgal Notes: svn path=/head/; revision=388207
* Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.Mathieu Arnold2015-05-182-4/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386691
* Update to version 1.0.5Pawel Pekala2015-01-033-4/+5
| | | | | | | | PR: 196420 Submitted by: coder@tuxfamily.org (maintainer) Notes: svn path=/head/; revision=376177
* Cleanup plistBaptiste Daroussin2014-10-201-14/+0
| | | | Notes: svn path=/head/; revision=371255
* - Bump PORTREVISION to chase the update of math/cgalWen Heping2014-10-051-1/+1
| | | | Notes: svn path=/head/; revision=370057
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-222-5/+5
| | | | | | | | | - Fix whitespace Approved by: portmgr blanket Notes: svn path=/head/; revision=362600
* SFCGAL is a C++ wrapper library around CGAL with the aim of supporting ISOMartin Wilke2014-06-044-0/+157
19107:2013 and OGC Simple Features Access 1.2 for 3D operations. SFCGAL provides standard compliant geometry types and operations, that can be accessed from its C or C++ APIs. PostGIS uses the C API, to expose some SFCGAL's functions in spatial databases WWW: http://www.sfcgal.org/ PR: ports/188927 Submitted by: Loïc BARTOLETTI <coder@tuxfamily.org> Notes: svn path=/head/; revision=356448