Update to the new geos version 3.2.0. Excerpt from the NEWS file: Changes in 3.2.0 - Add Single-sided buffer operation - JTS-1.10 sync ... - Drastically improved Buffer speed (20x for a case in testsuite) - Improved EdgeList duplicate edge finding - Added algorithm::distance package - Added algorithm::Angle class - Added algorithm::BoundaryNodeRule class - IsSimpleOp can now return non-simple location coordinate - DistanceOp can now check for 'within distance' predicate (earlier exit) - MultiPolygon::getBoundary always return MultiLineString, also when the result is the EMPTY geometry. - Various bug and leak fixes, optimizations - Replace MarkupSTL with tinyXML The patch is also available at: http://files.saurbier.net/freebsd/patches/geos/geos-update-to-3.2.0.diff http://files.saurbier.net/freebsd/patches/geos/geos-update-to-3.2.0.diff.asc Build Logs: http://files.saurbier.net/freebsd/logs/geos/6.4-i386-geos-3.2.0.log http://files.saurbier.net/freebsd/logs/geos/7.2-i386-geos-3.2.0.log http://files.saurbier.net/freebsd/logs/geos/8.0-amd64-geos-3.2.0.log Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->wen I'll take it.
wen 2009-12-20 09:09:16 UTC FreeBSD ports repository Modified files: graphics/geos Makefile distinfo pkg-plist Log: - Update to 3.2.0 PR: ports/141656 Submitted by: Konstantin Saurbier <konstantin@saurbier.net> (maintainer) Revision Changes Path 1.24 +1 -1 ports/graphics/geos/Makefile 1.14 +3 -3 ports/graphics/geos/distinfo 1.12 +183 -4 ports/graphics/geos/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!