diff options
author | brook <brook@pkgsrc.org> | 2011-02-10 03:45:09 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2011-02-10 03:45:09 +0000 |
commit | cafd0f72cdfbc5adceedbba6c3650464ec603418 (patch) | |
tree | d762cfd1ae3b75d3b63a3dd68a9f97fc6aff35cf /geography/merkaartor | |
parent | 7f26132c6e408ae5757548f3bde8911288620bf7 (diff) | |
download | pkgsrc-cafd0f72cdfbc5adceedbba6c3650464ec603418.tar.gz |
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 <gml:MultiGeometry> element instead of
the non-conformant <gml:GeometryCollection>. For backward
compatibility, recognize both syntax for the reading part
Diffstat (limited to 'geography/merkaartor')
-rw-r--r-- | geography/merkaartor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |