summaryrefslogtreecommitdiff
path: root/geography/gdal-lib
AgeCommit message (Collapse)AuthorFilesLines
2010-12-27This packages uses Fortran-77.asau1-2/+2
2010-11-15Changes 1.7.3:adam2-7/+7
* 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-08-27Changes 1.7.2:adam3-11/+18
* 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-07-30Remove extraneous definitions.asau1-5/+1
2010-07-30"fortran" -> "fortran77" except where it is clear that it isn't F77.asau1-2/+2
"fortran" is alias of "fortran77" for now, but it will change later.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-3/+4
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-03-14Fix path to proj after its reimport.wiz2-4/+4
2010-03-10Changes 1.7.1:adam4-39/+23
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-02-10Bump revision for change of PostgreSQL default version.joerg1-2/+2
2010-01-26Added dependency on jasper, libungif, pngadam2-6/+12
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz2-3/+4
2010-01-18Changes 1.6.3:adam5-57/+46
* 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-17Recursive PKGREVISION bump for jpeg update to 8.wiz2-4/+4
2009-12-14shlib version changed in geosgdt2-4/+4
2009-12-03Follow f2c/libf2c split: bump revision of all packagesasau1-2/+2
that list Fortran in used languages.
2009-11-26Use --with-libz to not pass -I or -I/include to cc.joerg1-1/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-06-03Update to 1.6.1. Upstream changes are too massive to list here (it's morehasso6-43/+72
than two years of development). http://trac.osgeo.org/gdal/wiki/DownloadSource has full changelogs.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
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.
2008-03-13Make PostgreSQL 8.2 the default version. Bump all packages using it.joerg1-2/+2
Remove PostgreSQL 8.0 as choice.
2008-02-16revbump due to geography/geos shlib major bumpgdt2-4/+4
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn2-3/+4
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-08-16Add DESTDIR support and use BUILDLINK_PREFIX instead of PREFIX forjoerg1-3/+7
finding Xerces. From Brook Milligan in private mail.
2007-05-30Removed some code duplication from the buildlink3 files by using the newrillig1-8/+3
pkg-build-options.mk procedure.
2007-04-17addgdt1-1/+3
MAKE_JOBS_SAFE= no
2007-03-24Fix PLIST. Revision++joerg2-3/+4
2007-03-07Forgot to cvs add the patch to not run doxygen (and fail if it doesn'tjoerg1-0/+13
exist).
2007-03-07Use external libtiff (which fixes the build on DragonFly).joerg3-3/+9
Fix PLIST. Bump revision.
2007-02-23Update to 1.4.0, supplied by Brook Milligan in PR 35752.gdt9-82/+53
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.
2006-12-28Change PostgreSQL default version to 8.1 and bump revision of alljoerg1-1/+2
packages which have it active by default.
2006-10-24Skip the portability check for one file that we don't use anyway.rillig1-1/+3
2006-10-22Fixed "test ==".rillig2-1/+24
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-09-06Removed the unnecessary .gz extension from the manual pages.rillig1-16/+16
2006-08-27Fix "extra qualification 'FITRasterBand::' on member 'FITRasterBand'" errorkristerw2-1/+15
seen with gcc 4.
2006-08-10Correct dependency handling; from Brook Milligan in private mail.wiz1-1/+17
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-11Add missing zlib dependency, noted in Linux bulk build.wiz1-1/+2
2006-05-15Uses C++.joerg1-1/+2
2006-05-02Fix path to itself.wiz1-2/+2
2006-05-02Initial import of gdal-lib-1.3.1, packaged by David A Price,wiz7-0/+199
Mahesh Chittur, and Brook Milligan in pkgsrc-wip. GDAL is a translator library for raster geospatial data formats that is released under an X/MIT style Open Source license. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. It includes roughly 60 format drivers. Current translators include: * GeoTIFF (read/write) * Erdas Imagine (read/write) * ESRI .BIL (read) * .aux labelled raw (read/write) * DTED (read) * SDTS DEM (read) * CEOS (read) * JPEG (read/write) * PNG (read/write) * Geosoft GXF (read) * Arc/Info Binary Grid (read) A full list is available at http://www.remotesensing.org/gdal/formats_list.html