diff options
author | gdt <gdt@pkgsrc.org> | 2020-04-30 00:11:59 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2020-04-30 00:11:59 +0000 |
commit | 650b39d122db9c24f36e72ddfb5ca617ebc7fe42 (patch) | |
tree | 474a2917b36155c1522a7d14e09493d9216edf7c /geography | |
parent | c66bd5ebf5ecfaaa26f45319ffaa4d51ae7790ff (diff) | |
download | pkgsrc-650b39d122db9c24f36e72ddfb5ca617ebc7fe42.tar.gz |
libgeotiff: Update to 1.6.0
Upstream NEWS:
Add support for OGC GeoTIFF 1.1
Expose GTIFGetPCSInfoEx(), GTIFGetProjTRFInfoEx(),
GTIFGetGCSInfoEx(), GTIFGetDatumInfoEx(), GTIFGetEllipsoidInfoEx(),
GTIFGetPMInfoEx(), GTIFGetUOMLengthInfoEx() and
GTIFGetUOMAngleInfoEx() so that users can specify their own PROJ
context
Add GTIFKeyGetASCII(), GTIFKeyGetSHORT() and GTIFKeyGetDOUBLE() as
safer variants of GTIFKeyGet() with type checking
autotools build: enable build in a separate tree from source (#37)
(fixes #28)
Use pkg-config for libtiff detection
Diffstat (limited to 'geography')
-rw-r--r-- | geography/libgeotiff/Makefile | 7 | ||||
-rw-r--r-- | geography/libgeotiff/PLIST | 3 | ||||
-rw-r--r-- | geography/libgeotiff/distinfo | 10 |
3 files changed, 11 insertions, 9 deletions
diff --git a/geography/libgeotiff/Makefile b/geography/libgeotiff/Makefile index e53eb12f9e6..04222aa0ae2 100644 --- a/geography/libgeotiff/Makefile +++ b/geography/libgeotiff/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2020/04/22 19:36:32 gdt Exp $ +# $NetBSD: Makefile,v 1.14 2020/04/30 00:11:59 gdt Exp $ -DISTNAME= libgeotiff-1.5.1 -PKGREVISION= 1 +DISTNAME= libgeotiff-1.6.0 CATEGORIES= geography MASTER_SITES= https://download.osgeo.org/geotiff/libgeotiff/ @@ -13,6 +12,8 @@ LICENSE= mit GNU_CONFIGURE= yes USE_LIBTOOL= yes +TEST_TARGET= check + # TODO: add options for zlib and jpeg support .include "../../geography/proj/buildlink3.mk" diff --git a/geography/libgeotiff/PLIST b/geography/libgeotiff/PLIST index e1c87c2d7af..d26947d7ee3 100644 --- a/geography/libgeotiff/PLIST +++ b/geography/libgeotiff/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2020/03/12 00:17:20 gdt Exp $ +@comment $NetBSD: PLIST,v 1.5 2020/04/30 00:11:59 gdt Exp $ bin/applygeo bin/geotifcp bin/listgeo @@ -19,6 +19,7 @@ include/geo_simpletags.h include/geo_tiffp.h include/geokeys.h include/geokeys.inc +include/geokeys_v1_1.inc include/geonames.h include/geotiff.h include/geotiffio.h diff --git a/geography/libgeotiff/distinfo b/geography/libgeotiff/distinfo index b4429805e1c..b3b7b57fc5c 100644 --- a/geography/libgeotiff/distinfo +++ b/geography/libgeotiff/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2020/03/12 00:17:20 gdt Exp $ +$NetBSD: distinfo,v 1.6 2020/04/30 00:11:59 gdt Exp $ -SHA1 (libgeotiff-1.5.1.tar.gz) = 348ca1e5299890c910594964f0616b11bc4493be -RMD160 (libgeotiff-1.5.1.tar.gz) = 96d90b96aefe1a585571ae7896d0ab7ff0c82c1c -SHA512 (libgeotiff-1.5.1.tar.gz) = 6599ec89dd39d975ba389584778dd084ded628d3304b302e3af25bb7d156cf583c56b52f1c89c253b041df43f99d6893190ee1556398dab1ba044f12ef8b8dc1 -Size (libgeotiff-1.5.1.tar.gz) = 528083 bytes +SHA1 (libgeotiff-1.6.0.tar.gz) = fa24069938ead4126d77b65a38784e1a9609e65b +RMD160 (libgeotiff-1.6.0.tar.gz) = ae0e21c43c010cca8d77edc6f61f894db4a39c3d +SHA512 (libgeotiff-1.6.0.tar.gz) = 4c59598140d6c435a25aff6520e07a01a0153cac526df3b3e1366d5edc43cd82b15099da79ee8a2fb916e858f5a5d7421cfbf96bb485c91fac9e19c7209b7418 +Size (libgeotiff-1.6.0.tar.gz) = 537175 bytes |