diff options
author | adam <adam@pkgsrc.org> | 2010-03-10 11:45:26 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-03-10 11:45:26 +0000 |
commit | a818067907ca1149f75506026d9d6225ecf2e962 (patch) | |
tree | 8b10d4c0db8c77a2c4ae13634ed17ad883f936e4 /geography/gdal-lib/PLIST | |
parent | 2374d1817c7aef545296bcd836b4aaee8e222c55 (diff) | |
download | pkgsrc-a818067907ca1149f75506026d9d6225ecf2e962.tar.gz |
Changes 1.7.1:
The 1.7.1 release was prepared and issued primarily to deal with ticket 3382,
relating to the fact that GDAL 1.7 has had a significant regression in that
all Erdas Imagine (HFA/.img) files produced are unreadable by non-GDAL software
including released versions of ArcGIS and Erdas Imagine. Following is a list
of all bug fixes since the 1.7.0 release.
== General ==
* MacOS X: Support versioning for framework builds
* FreeBSD: fix --with-threads configuring
== GDAL / Raster ==
* HFA/Imagine: Fix very serious 1.7 bug with blank layer names which was
producing .img files unreadable in non-GDAL software
* HFA: Ensure nodata values carried into overviews
* HFA: Fix support for files with nonstandard mapunits
* NITF: Improve NITF spec compliance when generating JPEG compression
* NITF: Improve dateline handling for CADRG products
* NITF: Return GCPPROJECTIONX metadata when we can't transform polar
* GeoRaster: Avoid error messages when looking up epsg codes
* DODS / GDALCopyWords(): Fix bug with negative offsets/flipping
* PCIDSK: Fix new bug with UTM MGRS zone handling
* PDS: Fix up offset support for detached labels
* gdal_merge.py: support per band init values
* ECW: Fix one broken case in configure logic
* RasterLite: Fix crash on 32bit platforms
* NetCDF: Prevent CreateCopy() of complex bands
* HDF4: Fix buffer overflow with GeodeticLatitude
== OGR / Vector ==
* SQLite: TestCapability() returns TRUE for transation support
* DXF: Support polylines in Object Coordinate System
* MIF/ogr2ogr: Fix new problem translating to MIF format
* GeoJSON: Support stdout output via new /vsistdout/ name
* Shapefile: Fixes for winding calculations on read and write
* Postgres: Get field width and precision from SQL queries
Diffstat (limited to 'geography/gdal-lib/PLIST')
-rw-r--r-- | geography/gdal-lib/PLIST | 29 |
1 files changed, 7 insertions, 22 deletions
diff --git a/geography/gdal-lib/PLIST b/geography/gdal-lib/PLIST index 86bd2213549..710ea61e367 100644 --- a/geography/gdal-lib/PLIST +++ b/geography/gdal-lib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2009/06/14 17:57:15 joerg Exp $ +@comment $NetBSD: PLIST,v 1.8 2010/03/10 11:45:26 adam Exp $ bin/gdal-config bin/gdal_contour bin/gdal_grid @@ -6,6 +6,7 @@ bin/gdal_rasterize bin/gdal_translate bin/gdaladdo bin/gdalbuildvrt +bin/gdaldem bin/gdalenhance bin/gdalinfo bin/gdalmanage @@ -17,7 +18,9 @@ bin/ogr2ogr bin/ogrinfo bin/ogrtindex bin/testepsg +include/cpl_atomic_ops.h include/cpl_config.h +include/cpl_config_extras.h include/cpl_conv.h include/cpl_csv.h include/cpl_error.h @@ -32,6 +35,7 @@ include/cpl_odbc.h include/cpl_port.h include/cpl_quad_tree.h include/cpl_string.h +include/cpl_time.h include/cpl_vsi.h include/cpl_vsi_virtual.h include/cpl_win32ce_api.h @@ -65,27 +69,6 @@ include/rawdataset.h include/thinplatespline.h include/vrtdataset.h lib/libgdal.la -man/man1/gdal-config.1 -man/man1/gdal2tiles.1 -man/man1/gdal_contour.1 -man/man1/gdal_grid.1 -man/man1/gdal_merge.1 -man/man1/gdal_rasterize.1 -man/man1/gdal_retile.1 -man/man1/gdal_translate.1 -man/man1/gdal_utilities.1 -man/man1/gdaladdo.1 -man/man1/gdalbuildvrt.1 -man/man1/gdalinfo.1 -man/man1/gdaltindex.1 -man/man1/gdaltransform.1 -man/man1/nearblack.1 -man/man1/ogr2ogr.1 -man/man1/ogr_utilities.1 -man/man1/ogrinfo.1 -man/man1/ogrtindex.1 -man/man1/pct2rgb.1 -man/man1/rgb2pct.1 share/gdal/GDALLogoBW.svg share/gdal/GDALLogoColor.svg share/gdal/GDALLogoGS.svg @@ -102,6 +85,7 @@ share/gdal/gdal_datum.csv share/gdal/gdalicon.png share/gdal/gt_datum.csv share/gdal/gt_ellips.csv +share/gdal/header.dxf share/gdal/pcs.csv share/gdal/pcs.override.csv share/gdal/prime_meridian.csv @@ -117,4 +101,5 @@ share/gdal/s57objectclasses_iw.csv share/gdal/seed_2d.dgn share/gdal/seed_3d.dgn share/gdal/stateplane.csv +share/gdal/trailer.dxf share/gdal/unit_of_measure.csv |