diff options
author | gdt <gdt> | 2015-09-06 19:45:44 +0000 |
---|---|---|
committer | gdt <gdt> | 2015-09-06 19:45:44 +0000 |
commit | 4bcfe8f92e73dbfd6adba8e2438e6477148c5a41 (patch) | |
tree | b180368bdf3c4f5d5b937216b52da37b2bab8771 /geography/geos | |
parent | 50ed4c12aab5491ee0530c795151cd17c18431bd (diff) | |
download | pkgsrc-4bcfe8f92e73dbfd6adba8e2438e6477148c5a41.tar.gz |
Update to 3.5.0.
Changes in 3.5.0
2015-08-15
- New things:
- Voronoi API (#627)
- PHP: Geometry->normalize method
- GEOS_USE_ONLY_R_API macro support (#695)
- PHP: WKBReader->read() & WKBWriter::write() methods (Benjamin Morel)
- GEOSClipByRect (#699, Mika Heiskanen, Sandro Santilli)
- CAPI: thread-safe message handling API (#663, Pepijn Van Eeckhoudt)
- Improvements:
- Speed-up intersection and difference between geometries
with small bounding box overlap.
- CAPI: add MULTILINESTRING support for GEOSisClosed (Benjamin Morel)
- C++ API changes:
- Added no-parameter CoordinateSequenceFactory::create method (Sandro Mani)
Diffstat (limited to 'geography/geos')
-rw-r--r-- | geography/geos/Makefile | 4 | ||||
-rw-r--r-- | geography/geos/PLIST | 8 | ||||
-rw-r--r-- | geography/geos/distinfo | 8 |
3 files changed, 12 insertions, 8 deletions
diff --git a/geography/geos/Makefile b/geography/geos/Makefile index 65c8fd65a38..e1e5bb3dd38 100644 --- a/geography/geos/Makefile +++ b/geography/geos/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2013/08/30 16:37:38 gdt Exp $ +# $NetBSD: Makefile,v 1.25 2015/09/06 19:45:44 gdt Exp $ -DISTNAME= geos-3.4.2 +DISTNAME= geos-3.5.0 CATEGORIES= geography MASTER_SITES= http://download.osgeo.org/geos/ EXTRACT_SUFX= .tar.bz2 diff --git a/geography/geos/PLIST b/geography/geos/PLIST index d7158c9252c..4cd294323b8 100644 --- a/geography/geos/PLIST +++ b/geography/geos/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2013/08/30 16:37:38 gdt Exp $ +@comment $NetBSD: PLIST,v 1.13 2015/09/06 19:45:44 gdt Exp $ bin/geos-config include/geos.h include/geos/algorithm/Angle.h @@ -262,6 +262,9 @@ include/geos/operation/distance/ConnectedElementLocationFilter.h include/geos/operation/distance/ConnectedElementPointFilter.h include/geos/operation/distance/DistanceOp.h include/geos/operation/distance/GeometryLocation.h +include/geos/operation/intersection/Rectangle.h +include/geos/operation/intersection/RectangleIntersection.h +include/geos/operation/intersection/RectangleIntersectionBuilder.h include/geos/operation/linemerge/EdgeString.h include/geos/operation/linemerge/LineMergeDirectedEdge.h include/geos/operation/linemerge/LineMergeEdge.h @@ -316,7 +319,6 @@ include/geos/operation/valid/RepeatedPointTester.h include/geos/operation/valid/SimpleNestedRingTester.h include/geos/operation/valid/SweeplineNestedRingTester.h include/geos/operation/valid/TopologyValidationError.h -include/geos/platform.h include/geos/planargraph.h include/geos/planargraph/DirectedEdge.h include/geos/planargraph/DirectedEdgeStar.h @@ -327,6 +329,7 @@ include/geos/planargraph/NodeMap.h include/geos/planargraph/PlanarGraph.h include/geos/planargraph/Subgraph.h include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h +include/geos/platform.h include/geos/precision.h include/geos/precision/CommonBits.h include/geos/precision/CommonBitsOp.h @@ -348,6 +351,7 @@ include/geos/spatialIndex.h include/geos/timeval.h include/geos/triangulate/DelaunayTriangulationBuilder.h include/geos/triangulate/IncrementalDelaunayTriangulator.h +include/geos/triangulate/VoronoiDiagramBuilder.h include/geos/triangulate/quadedge/LastFoundQuadEdgeLocator.h include/geos/triangulate/quadedge/LocateFailureException.h include/geos/triangulate/quadedge/QuadEdge.h diff --git a/geography/geos/distinfo b/geography/geos/distinfo index ed85ce2bda5..f0bae342606 100644 --- a/geography/geos/distinfo +++ b/geography/geos/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2013/08/30 16:37:38 gdt Exp $ +$NetBSD: distinfo,v 1.23 2015/09/06 19:45:44 gdt Exp $ -SHA1 (geos-3.4.2.tar.bz2) = b8aceab04dd09f4113864f2d12015231bb318e9a -RMD160 (geos-3.4.2.tar.bz2) = d847a07996b298f3c700e1ee25e3564adfbd20f5 -Size (geos-3.4.2.tar.bz2) = 1813726 bytes +SHA1 (geos-3.5.0.tar.bz2) = 142be1db41cb7c62afb9f6d3304769a39dd0b5ac +RMD160 (geos-3.5.0.tar.bz2) = 273d665246b88beb051d4b5d83e9229eaf559bb3 +Size (geos-3.5.0.tar.bz2) = 1949397 bytes SHA1 (patch-ae) = 01ffd15e3562ff8fb191608dc12a2ee6918154b0 |