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 | cac83bee5a5ac518f92bcd3981e2a0c7cd81d8ee (patch) | |
tree | d762cfd1ae3b75d3b63a3dd68a9f97fc6aff35cf /graphics/pfstools | |
parent | e6e5581e83ba3f9f2753ba63f54d5a547a752ad1 (diff) | |
download | pkgsrc-cac83bee5a5ac518f92bcd3981e2a0c7cd81d8ee.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 'graphics/pfstools')
-rw-r--r-- | graphics/pfstools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pfstools/Makefile b/graphics/pfstools/Makefile index 8b57af386d7..0da0dffcafa 100644 --- a/graphics/pfstools/Makefile +++ b/graphics/pfstools/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2011/01/13 13:38:14 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2011/02/10 03:45:10 brook Exp $ # DISTNAME= pfstools-1.7.0 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pfstools/} |