summaryrefslogtreecommitdiff
path: root/geography/geos/Makefile
diff options
context:
space:
mode:
authoradam <adam>2011-06-16 09:24:05 +0000
committeradam <adam>2011-06-16 09:24:05 +0000
commit1d3782aa5f2da300cdbb82906e1e6229073836c7 (patch)
treef555d12ff57f7662870c2fba27df468d03b4e3aa /geography/geos/Makefile
parent7ed293ff8e102b58d27e184b03ad9480259a5657 (diff)
downloadpkgsrc-1d3782aa5f2da300cdbb82906e1e6229073836c7.tar.gz
Changes 3.3.0:
- New things: - CAPI: GEOSBufferWithParams (allows single sided buffers) - CAPI: GEOSOffsetCurve deprecates GEOSSingleSidedBuffer - CAPI: GEOSUnaryUnion deprecates GEOSCascadedUnion - CAPI: GEOSisValidDetail: tell state, reason & location apart. allows passing flags. - CAPI: GEOSContext_setNoticeHandler_r, GEOSContext_setErrorHandler_r - CAPI: GEOSGeom_createEmptyPoint, GEOSGeom_createEmptyLineString GEOSGeom_createEmptyPolygon, GEOSGeom_createEmptyCollection - CAPI: GEOSGeom_extractUniquePoints - CAPI: GEOSGetGeometryN support for single geometries - CAPI: GEOSPolygonize_full to return all informations computed by the polygonizer - CAPI: GEOSOrientationIndex - CAPI: GEOSSharedPaths to find shared paths and their orientation - CAPI: GEOSSnap - CAPI: GEOSRelatePatternMatch - CAPI: GEOSCovers, GEOSCoveredBy - CAPI: GEOSRelateBoundaryNodeRule - PHP: new PHP5 bindings based on CAPI - Semantic C++ API changes: - Geometry inheritance chain changed to introduce Puntal, Lineal and Polygonal classes (virtual inheritance introduced) - Polygonizer::getInvalidRingLines retains ownership of vector elements - Geometry::isWithinDistance method is now const - Polygonizer::getCutEdges returns by const ref - Polygonizer::getDangles returns by const ref - Empty LinearRings are closed by definition - Bug fixes / improvements - Fixed Geometry.distance() and DistanceOp to return 0.0 for empty inputs - Invalid compound geometries reported as valid - Return up to 15 digits of precision from GEOSisValidReason_t - CAPI: do not leak contexts when using the non-reentrant interface - Fix duplicated dangles returned by Polygonizer - Fix SnapIfNeededOverlayOp to throw the originating exception - Fixed LineMerger to skip lines with only a single unique coordinate - Fix NodedSegmentString to handle zero-length line segments correctly (via safeOctant) - Fixed buffer OffsetCurveSetBuilder to handle "flat" rings correctly - Added illegal state check in LineSegment::pointAlongOffset() - Improved performance of RectangleIntersects by always using segment-scanning and refining SegmentIntersectionTester - Reduce memory use in PreparedGeometry predicates - Fix infinite loop in RobustDeterminant with nan/inf input
Diffstat (limited to 'geography/geos/Makefile')
-rw-r--r--geography/geos/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/geography/geos/Makefile b/geography/geos/Makefile
index f4a986a0546..e9efe680445 100644
--- a/geography/geos/Makefile
+++ b/geography/geos/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2011/02/15 09:19:29 adam Exp $
+# $NetBSD: Makefile,v 1.14 2011/06/16 09:24:05 adam Exp $
-DISTNAME= geos-3.2.2
+DISTNAME= geos-3.3.0
CATEGORIES= geography
MASTER_SITES= http://download.osgeo.org/geos/
EXTRACT_SUFX= .tar.bz2
@@ -12,10 +12,10 @@ LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
-USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= c c++
USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
TEST_TARGET= check