From 29356d3c68fcc477965ef2989caace6baca5162d Mon Sep 17 00:00:00 2001 From: brook Date: Thu, 10 Feb 2011 03:45:09 +0000 Subject: Upgrade to gdal v1.8.0 (and bump revision of packages that depend on it). The changes are fully described at http://trac.osgeo.org/gdal/wiki/Release/1.8.0-News However, the following are the highlights. In a nutshell: * New GDAL drivers : GTX, HF2, JPEGLS, JP2OpenJPEG, JPIPKAK, KMLSUPEROVERLAY, LOS/LAS, MG4Lidar, NTv2, OZI, PDF, RASDAMAN, XYZ * New OGR drivers : AeronavFAA, ArcObjects, GPSBabel, HTF, LIBKML, MSSQLSpatial, NAS, OpenAir, PDS, PGDump, SOSI, SUA, WFS * Significantly improved OGR drivers : DXF, GML * New implemented RFCs: o RFC 7: Use VSILFILE for VSI*L Functions o RFC 24: Progressive data support in GDAL o RFC 28: OGR SQL Generalized Expressions o RFC 29: OGR Set Ignored Fields o RFC 30: Unicode Filenames o RFC 33: GTIFF - Corrected !PixelIsPoint Interpretation * New utility : gdallocationinfo Backward compatibility issues: * MITAB driver: use "," for the OGR Feature Style id: parameter delimiter, not "." as per the spec. Known impacted application: MapServer? * RFC 33 changes the way PixelIsPoint? is handled for GeoTIFF * GML driver: write valid element instead of the non-conformant . For backward compatibility, recognize both syntax for the reading part --- geography/merkaartor/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'geography/merkaartor') diff --git a/geography/merkaartor/Makefile b/geography/merkaartor/Makefile index 479a576b534..ca1a5844711 100644 --- a/geography/merkaartor/Makefile +++ b/geography/merkaartor/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2011/01/13 22:24:34 jkunz Exp $ +# $NetBSD: Makefile,v 1.20 2011/02/10 03:45:09 brook Exp $ # DISTNAME= merkaartor-0.17.0 +PKGREVISION= 1 CATEGORIES= geography MASTER_SITES= http://merkaartor.be/attachments/download/192/ EXTRACT_SUFX= .tar.bz2 -- cgit v1.2.3