Commit graph

58 commits

Author SHA1 Message Date
adam
27adb09aae Changes 1.9.0:
* New GDAL drivers: ACE2, CTG, E00GRID, ECRGTOC, GRASSASCIIGrid, GTA, NGSGEOID,
  SNODAS, WebP, ZMap
* New OGR drivers:  ARCGEN, CouchDB, DWG, EDIGEO, FileGDB, Geomedia, GFT,
  IDRISI, MDB, SEGUKOOA, SEGY, SVG, XLS
* Significantly improved drivers: NetCDF
* Encoding support for shapefile/dbf
* RFC 35: Delete, reorder and alter field definitions of OGR layers
* RFC 37: Add mechanism to provide user data to CPLErrorHandler
* gdalsrsinfo: new supported utility to report SRS in various form
  (supercedes testepsg)
2012-03-07 16:17:04 +00:00
wiz
833922aab2 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:49 +00:00
gdt
dc234b0a1c MAKE_JOBS_SAFE=no
Non-repeatable build error reported by joerg@ - disable parallel
builds for now until this can be debugged.
2012-01-25 21:28:14 +00:00
gdt
5dfc5487d1 Update to 1.8.1.
= GDAL/OGR 1.8.1 release notes =

The 1.8.1 release is a routine bug fix release on the stable GDAL/OGR 1.8
branch.

== General ==
 * Fix for windows build of cpl_vsil_gzip.cpp (#3908)
 * Fix OGRDataSource.Open() signature so utf8 translation works in C# (#3766).
 * Fix cpl_config.h.vc so it also works with mingw compiler on windows (#3960)
 * Fix GEOS configuration checking affecting GEOS 3.0.4 (#3990)
 * Support optional nmake.local file for local MSVC config (r22529).

== GDAL / Raster ==

 * GDALReplicateWord(): fix error with missing one pixel (#4090)
 * Fix issue with duplicating metadata (#3961)
 * VRT: Fix issues with complex data types (#3977)
 * VRT: Fix issue with nodata values and uninitialized buffers (#4045)
 * VRT/.aux.xml: Fix performance with large color tables (#3961)
 * VRT: Fix for VRTs smaller than the default block size (#4137)
 * IDRISI/RST: Fix seg fault with missing fields in .ref and .rdc (#4100)
 * IDRISI: Fix problem with spherical inverse flattening (#3757)
 * GTIFF: Fix support for external overviews with COPY_SRC_OVERVIEWS (#3938)
 * GTIFF: Correct handling of linear geokeys in feet (#3091)
 * GTIFF: Fix edge anomoly issues with jpeg tiles (#4096)
 * GTIFF: Don't skip driver even if library versions differ (#4101)
 * SAGA: Fix reading/writing .sdat files larger than 2GB. (#4104)
 * PCIDSK: Various fixes particularly for linked files (r21513)
 * PCIDSK: Fixes for georeferencing parsing (#3913)
 * ECW: Added/fixed french ECW coordinate systems (#3868)
 * ECW: Force sign of y pixel size when needed (#393)
 * ECW: Support EPSG:n style coordinate systems (#3955)
 * ECW: Fixes related to geotransform overrides (#4131)
 * ERS: Handle .ers files in case insensitive way (#3974)
 * PNG: Add support for libpng >= 1.5.0 (#3914)
 * JP2KAK: Support reading and writing resolution info (#3847)
 * MRSID: Fix for configuring and building on MacOS X (#3910)
 * HFA (.img): Fix filename computations and updating for renaming files (#3897)
 * HFA (.img): Support reading 2bit compressed .img files (#3956)
 * HFA (.img): Fix for rewriting projection/datum parameters (#3969)
 * NITF: Correct hemisphere setting for ICORDS=U with world file (#3931)
 * NITF: Added NITF_DISABLE_RPF_LOCATION_TABLE_SANITY_TESTS option (#3930)
 * NITF: Make attribute section size hack safer (#4020)
 * EHDR: Improved floating point file detection (#3933)
 * ASRP: Approximated support for Azimuthal Equidistant in poles (#3946)
 * HDF5/BAG: fix handle and memory leaks (#3953)
 * HDF5: Avoid returning NULL from GetProjectionRef() (#4076)
 * HDF5: Improve preservation of floating point precision in metadata (r22531).
 * JPIPKAK: Fix problems with overviews, windowing and errors (#3967)
 * USGSDEM: Fixing locale dependent parsing of numbers (#3886, #3979)
 * RS2: Support subdataset oriented metadata and overviews (#4006)
 * AIGRID: Support uncompressed integer images (ArcGIS 10) (#4035)
 * gdalwarp: Include DstDensity mask in memory calculations (#4042)
 * GeoRaster: Full backport for fixes and features (#4039,#3266,#4071,#4072,#4132)
 * ENVISAT: Fix gcp computations for stripline products (#3160,#3709)
 * ENVISAT: Fix gcp computations for MERIS products (#4086)
 * SAR_CEOS: Fix potential crash with odd filenames. (#4065)
 * SAR_CEOS: Skip datasets with wrong record length. (#4146)
 * ENVI: Support ESRI style coordinate system strings (#3312)
 * JAXAPALSAR: Fix datatype of 1.5 level product (#4136)
 * gdalfillnodata: working file is created as bigtiff if possibly needed (#4088)

== OGR / Vector ==

 * LIBKML: Fix build issue against static libkml (#3909)
 * LIBKML: Improve checking to see if files are actually kml (#4003)
 * GML: Fix crash with invalid geometries when axis order is lat/long (#3935)
 * GML: Support curves in directEdges (#3934)
 * GML: Do not force 3D linestrings for directed edges (#3936)
 * GPX/GeoRSS: Fix expat library order issue on unix (#3948)
 * PG/PGDUMP: Fix handling of NaN in zero width fields (#2112)
 * PGDUMP: Add CREATE_SCHEMA and DROP_TABLE layer options (#4033)
 * PGDUMP: Support wkbNone geometry better, and other subtle bugs (#4040)
 * OGR SQL: Allow double quoting column name in SELECT DISTINCT (#3966)
 * OGR SQL: Fix crashes with some uses of SUBSTR and CAST (#4055)
 * OGR SQL: Fix crash on IS NULL test on floating point fields (#4091)
 * OGR SQL: Fix error with SQL joins (#4112)
 * MSSQL: Fix for IDENTITY INSERT problem (#3992)
 * MSSQL: Fix for schema handling (#3951)
 * MSSQL: Fix for geometry handling with ExecuteSQL() (#4149)
 * OCI: Fix writing of tables with no general attributes (#4063)
 * GeoJSON: Fix assertion on ESRI json (#4056, #4057)
 * GeoJSON: Improve numeric field determination (#4082)
 * SHAPE: Fix decoding of triangle fans in multipatch files (#4081)
 * SHAPE: Fix multipolygon detection issue due to isClockwise failure (#4122)
 * MITAB: Fix handling of filenames with two dots in them. (#4123)
 * MITAB: Fix problems with null datetime values (#4150)
 * ogr2ogr: Improve -overwrite/-append handling (#4012)
 * ogr2ogr: Ensure -where fields are address in SetIgnoredFields (#4015)
2012-01-24 15:24:49 +00:00
obache
9297f1831d recursive bump from icu shlib major bump. 2011-06-10 21:57:06 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
drochner
ad9bdb9a11 copy patch from graphics/tiff for CVE-2011-1167 (don't know whether
this code is used here, but anyway), ride on last night's revbump
2011-03-31 11:08:29 +00:00
drochner
f1c7b011df apply the fix for SA43593 also to gdal's bundled libtiff
(just copied from pkgsrc/tiff)
bump PKGREV (this was also necessary for the recent update
of xerces-c which changed the shlib name)
2011-03-30 18:39:04 +00:00
drochner
459d63feeb libungif/buildlink3.mk -> mk/giflib.buildlink3.mk
(uses giflib now per default)
bump PKGREV
2011-03-09 16:29:23 +00:00
wiz
3512b3f983 Stop including tiff/bl3.mk from bl3.mk as well, and add a comment
in the Makefile to re-enable it when we switch back to pkgsrc tiff.
2011-02-10 09:57:15 +00:00
brook
ca245b2a22 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
2011-02-10 03:45:09 +00:00
wiz
e2beb736a5 Add upstream bug report (file by someone else, and already fixed). 2011-01-24 16:26:16 +00:00
wiz
7e9ebc0a47 Fix png-1.5 fix. From drochner@
Bump PKGREVISION.
2011-01-18 09:01:29 +00:00
wiz
65ff373c48 Fix build with png-1.5. 2011-01-17 09:14:15 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
asau
bd6d0751b7 This packages uses Fortran-77. 2010-12-27 07:53:50 +00:00
adam
5ed2b5f3b2 Changes 1.7.3:
* Fix handling of ERMapper spherical coordinate systems
* Fix comparison of units of coordinate systems
* C#: Fix GDAL_DMD_ and GDAL_DCAP_ constants
* C#: Don't mark class BeforeFieldInit causing CLR4 crash
* C#: Use the .NET Framework 2.0 transparency rules (level 1 transparency) for
  the VC2010 builds
* Python: Fix indentation problem with GCP serialize method
* Make CPL_INLINE compatible with SunPro 11 and 12 compilers
* Override EPSG:4179 (Pulkovo 1942(58)) and EPSG:4258 (ETRS89) to add towgs84
  transform for Polish CRS
* SWIG bindings : initialize return values of GetRasterStatistics?()
2010-11-15 13:38:31 +00:00
adam
3f0dd9b029 Changes 1.7.2:
* configure/libtool/etc regenerated with newer versions.
* Fix definition of CPL atomic function with CPL_INLINE undefined
* Clean out remnants of old generation python support in configure
* Fix build problems on systems with 64bit pointer and 32bit long
* C#: Fixed ambiguous reference to SpatialReference in C# sample apps
* C#: Fix crash on memory release of string from ExportToWkt()
* Java: Handle transparency better in color tables
* Python 2.x/3.0 compatability fixes for scripts
* Python fixes for numpy array io
* stateplane.csv updated for Kentuky and California fixes
2010-08-27 11:14:23 +00:00
asau
dd2e2db971 Remove extraneous definitions. 2010-07-30 11:03:27 +00:00
asau
dfc6889736 "fortran" -> "fortran77" except where it is clear that it isn't F77.
"fortran" is alias of "fortran77" for now, but it will change later.
2010-07-30 10:36:22 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
wiz
024b97c798 Fix path to proj after its reimport. 2010-03-14 16:32:15 +00:00
adam
143d58975b 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
2010-03-10 11:45:26 +00:00
joerg
3b5d2041bb Bump revision for change of PostgreSQL default version. 2010-02-10 19:34:05 +00:00
adam
a4f34de4b5 Added dependency on jasper, libungif, png 2010-01-26 08:26:11 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
adam
05c18d62f3 Changes 1.6.3:
* r13533 (ogr postgis plugin) have been added to the stable branch only
* GRIB detection not thread safe
* Bug fixes

Changes 1.6.2:
* OGR expression parser causes access violations with large expressions
* OGR cannot open/handle .DBF files > 2 GB
* crash in cpl_vsil_win32.cpp when compiling as x64 under Windows
* create index sql execute problem
* GTiffDataset::FlushCache() cause crashes when used just after dataset creation
* GDALDefaultOverviews::BuildOverviews() causes out-of-bounds writes for a
  1x1 dataset
* gdaladdo crashes on a 16-bit dataset when external overviews are requested
  to have JPEG compression
* Corrupt EXIF info can cause stack buffer overflow in JPEG driver
2010-01-18 09:36:09 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
gdt
00b8ab4f00 shlib version changed in geos 2009-12-14 23:37:52 +00:00
asau
6754aacfb8 Follow f2c/libf2c split: bump revision of all packages
that list Fortran in used languages.
2009-12-03 13:06:51 +00:00
joerg
9dd9fdd6d1 Use --with-libz to not pass -I or -I/include to cc. 2009-11-26 00:30:28 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
4bd41386e5 Remove @dirrm entries from PLISTs 2009-06-14 17:56:38 +00:00
hasso
b4a54166ca Update to 1.6.1. Upstream changes are too massive to list here (it's more
than two years of development). http://trac.osgeo.org/gdal/wiki/DownloadSource
has full changelogs.
2009-06-03 17:28:30 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
joerg
2a7055907f Make PostgreSQL 8.2 the default version. Bump all packages using it.
Remove PostgreSQL 8.0 as choice.
2008-03-13 17:38:48 +00:00
gdt
fb7572dae3 revbump due to geography/geos shlib major bump 2008-02-16 01:29:00 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
joerg
fee4d30b6d Add DESTDIR support and use BUILDLINK_PREFIX instead of PREFIX for
finding Xerces. From Brook Milligan in private mail.
2007-08-16 00:42:20 +00:00
rillig
7f125459d8 Removed some code duplication from the buildlink3 files by using the new
pkg-build-options.mk procedure.
2007-05-30 08:54:28 +00:00
gdt
0314f5d443 add
MAKE_JOBS_SAFE=		no
2007-04-17 01:04:44 +00:00
joerg
f38b28dde9 Fix PLIST. Revision++ 2007-03-24 00:19:29 +00:00
joerg
72fc5d7076 Forgot to cvs add the patch to not run doxygen (and fail if it doesn't
exist).
2007-03-07 16:04:56 +00:00
joerg
8f9d5ee2cd Use external libtiff (which fixes the build on DragonFly).
Fix PLIST.
Bump revision.
2007-03-07 16:04:25 +00:00
gdt
4bf9d9f84c Update to 1.4.0, supplied by Brook Milligan in PR 35752.
The package now has a mysql option in addition to the default pgsql.


GDAL/OGR 1.4.0 - General Changes
--------------------------------

Perl Bindings:
 - Added doxygen based documentation.

NG Python Bindings:
 - Implemented numpy support.

CSharp Bindings:
 - Now mostly operational.

WinCE Porting:
 - CPL
 - base OGR, OSR and mitab and shape drivers.
 - GDAL, including GeoTIFF, DTED, AAIGrid drivers
 - Added test suite (gdalautotest/cpp)

Mac OSX Port:
 - Added framework support (--with-macosx-framework)

GDAL 1.4.0 - Overview Of Changes
--------------------------------

WCS Driver:
 - New

PDS (Planetary Data Set) Driver:
 - New

ISIS (Mars Qubes) Driver:
 - New

HFA (.img) Driver:
 - Support reading ProjectionX PE strings.
 - Support producing .aux files with statistics.
 - Fix serious bugs with u1, u2 and u4 compressed data.

NITF Driver:
 - Added BLOCKA reading support.
 - Added ICORDS='D'
 - Added jpeg compression support (readonly)
 - Support multiple images as subdatasets.
 - Support CGM data (as metadata)

AIGrid Driver:
 - Use VSI*L API (large files, in memory, etc)
 - Support upper case filenames.
 - Support .clr file above coverage.

HDF4 Driver:
 - Added support for access to geolocation arrays (see RFC 4).
 - External raw raster bands supported.

PCIDSK (.pix) Driver:
 - Support METER/FEET as LOCAL_CS.
 - Fix serious byte swapping error on creation.

BMP Driver:
 - Various fixes, including 16bit combinations, and non-intel byte swapping.

GeoTIFF Driver:
 - Fixed in place update for LZW and Deflated compressed images.

JP2KAK (JPEG2000) Driver:
 - Added support for reading and writing gmljp2 headers.
 - Read xml boxes as metadata.
 - Accelerate YCbCr handling.

JP2MrSID (JPEG2000) Driver:
 - Added support for reading gmljp2 headers.

EHDR (ESRI BIL) Driver:
 - Support 1-7 bit data.
 - Added statistics support.

OGR 1.4.0 - Overview of Changes
-------------------------------

OGR SQL:
 - RFC 6: Added support for SQL/attribute filter access to geometry, and
   style strings.

OGRSpatialReference:
 - Support for OGC SRS URNs.
 - Support for +wktext/EXTENSION stuff for preserving PROJ.4 string in WKT.
 - Added Two Point Equidistant projection.
 - Added Krovak projection.
 - Updated support files to EPSG 6.11.

OGRCoordinateTransformation:
 - Support source and destination longitude wrapping control.

OGRFeatureStyle:
 - Various extensions and improvements.

INFORMIX Driver:
 - New

KML Driver:
 - New (write only)

E00 Driver:
 - New (read only)
 - Polygon (PAL) likely not working properly.

Postgres/PostGIS Driver:
 - Updated to support new EWKB results (PostGIS 1.1?)
 - Fixed serious bug with writing SRSes.
 - Added schema support.

GML Driver:
 - Strip namespaces off field names.
 - Handle very large geometries gracefully.

ODBC Driver:
 - Added support for spatial_ref_sys table.

SDE Driver:
 - Added logic to speed things up while actually detecting layer geometry types

PGeo Driver:
 - Added support for MDB Tools ODBC driver on linux/unix.

VRT Driver:
 - Added useSpatialSubquery support.
2007-02-23 22:22:38 +00:00
joerg
331e2615fa Change PostgreSQL default version to 8.1 and bump revision of all
packages which have it active by default.
2006-12-28 12:12:57 +00:00
rillig
cbd820071f Skip the portability check for one file that we don't use anyway. 2006-10-24 09:00:02 +00:00
rillig
ba51e39984 Fixed "test ==". 2006-10-22 20:27:22 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
rillig
50bdde5ccd Removed the unnecessary .gz extension from the manual pages. 2006-09-06 09:52:42 +00:00