pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/libgeotiff



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Apr 30 00:11:59 UTC 2020

Modified Files:
        pkgsrc/geography/libgeotiff: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/geography/libgeotiff/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/libgeotiff/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/geography/libgeotiff/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/libgeotiff/Makefile
diff -u pkgsrc/geography/libgeotiff/Makefile:1.13 pkgsrc/geography/libgeotiff/Makefile:1.14
--- pkgsrc/geography/libgeotiff/Makefile:1.13   Wed Apr 22 19:36:32 2020
+++ pkgsrc/geography/libgeotiff/Makefile        Thu Apr 30 00:11:59 2020
@@ -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"

Index: pkgsrc/geography/libgeotiff/PLIST
diff -u pkgsrc/geography/libgeotiff/PLIST:1.4 pkgsrc/geography/libgeotiff/PLIST:1.5
--- pkgsrc/geography/libgeotiff/PLIST:1.4       Thu Mar 12 00:17:20 2020
+++ pkgsrc/geography/libgeotiff/PLIST   Thu Apr 30 00:11:59 2020
@@ -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

Index: pkgsrc/geography/libgeotiff/distinfo
diff -u pkgsrc/geography/libgeotiff/distinfo:1.5 pkgsrc/geography/libgeotiff/distinfo:1.6
--- pkgsrc/geography/libgeotiff/distinfo:1.5    Thu Mar 12 00:17:20 2020
+++ pkgsrc/geography/libgeotiff/distinfo        Thu Apr 30 00:11:59 2020
@@ -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



Home | Main Index | Thread Index | Old Index