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 May 23 14:13:17 UTC 2024

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

Log Message:
geography/libgeotiff: Update to 1.7.2

Upstream NEWS:

libgeotiff 1.7.2
----------------

* GTIFGetDatumInfoEx(): handle dynamic datums
* CMake: adopt GNUInstallDirs
* CMake: export TIFF as a public dependency
* Add XTIFFClientOpenExt() with re-entrant error callbacks
* listgeo: add a -no_corners option to avoid printing corner
  coordinates which might be PROJ version sensitive (refs #81)
* Fix test failures with PROJ 9.1.1 and 9.3
* Remove trailing spaces from many files.
* Localize variables and add const when possible in a number of files
* geo_normalize.c: sprintf --> snprintf
* Add missing includes
* Fix -Werror=calloc-transposed-args with gcc 14
* FindPROJ.cmake: proj_experimental;h -> proj_experimental.h
* CMake: add a BUILD_SHARED_LIBS option, and make it default to ON
* autoconf/CMake: add generation of libgeotiff.pc
* Remove INSTALL and install-sh autoconf-generated files


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/geography/libgeotiff/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/geography/libgeotiff/PLIST
cvs rdiff -u -r1.10 -r1.11 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.29 pkgsrc/geography/libgeotiff/Makefile:1.30
--- pkgsrc/geography/libgeotiff/Makefile:1.29   Thu May 16 06:14:58 2024
+++ pkgsrc/geography/libgeotiff/Makefile        Thu May 23 14:13:17 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2024/05/16 06:14:58 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2024/05/23 14:13:17 gdt Exp $
 
-DISTNAME=      libgeotiff-1.7.1
-PKGREVISION=   9
+VERSION=       1.7.2
+DISTNAME=      libgeotiff-${VERSION}${RC}
 CATEGORIES=    geography
 MASTER_SITES=  https://download.osgeo.org/geotiff/libgeotiff/
 
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/OSGeo/libge
 COMMENT=       Library and tools for reading and writing GeoTIFF data
 LICENSE=       mit
 
+WRKSRC=                ${WRKDIR}/libgeotiff-${VERSION}
+
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 

Index: pkgsrc/geography/libgeotiff/PLIST
diff -u pkgsrc/geography/libgeotiff/PLIST:1.5 pkgsrc/geography/libgeotiff/PLIST:1.6
--- pkgsrc/geography/libgeotiff/PLIST:1.5       Thu Apr 30 00:11:59 2020
+++ pkgsrc/geography/libgeotiff/PLIST   Thu May 23 14:13:17 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2020/04/30 00:11:59 gdt Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/05/23 14:13:17 gdt Exp $
 bin/applygeo
 bin/geotifcp
 bin/listgeo
@@ -26,6 +26,7 @@ include/geotiffio.h
 include/geovalues.h
 include/xtiffio.h
 lib/libgeotiff.la
+lib/pkgconfig/libgeotiff.pc
 man/man1/applygeo.1
 man/man1/geotifcp.1
 man/man1/listgeo.1

Index: pkgsrc/geography/libgeotiff/distinfo
diff -u pkgsrc/geography/libgeotiff/distinfo:1.10 pkgsrc/geography/libgeotiff/distinfo:1.11
--- pkgsrc/geography/libgeotiff/distinfo:1.10   Mon Mar 14 12:22:49 2022
+++ pkgsrc/geography/libgeotiff/distinfo        Thu May 23 14:13:17 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/03/14 12:22:49 gdt Exp $
+$NetBSD: distinfo,v 1.11 2024/05/23 14:13:17 gdt Exp $
 
-BLAKE2s (libgeotiff-1.7.1.tar.gz) = a48dd6ed0b8814d281678ced63b39c41fd793db2f422f3105d3f612f83185466
-SHA512 (libgeotiff-1.7.1.tar.gz) = af119040598f4349124848d9788ea1d0d2019e23fc48eaf4b0445320c51e91afa6c7e25b49738bdaf0aa4467a19104b00838d669da27dee77898c489fe5fe4c1
-Size (libgeotiff-1.7.1.tar.gz) = 542779 bytes
+BLAKE2s (libgeotiff-1.7.2.tar.gz) = a3b5e7b1818dfa23a7fed7b4e90bd0969708c7a924713bdfad37c863e37c9b4a
+SHA512 (libgeotiff-1.7.2.tar.gz) = 11df4071394dfe865e9c70e560c60390a3a4f429f823a1dbd4e97ccd0dd07b02a3a71bd1f516d991571d3ba194d55ad071b5d5d8f98a8826f5325de64d32b2c9
+Size (libgeotiff-1.7.2.tar.gz) = 547522 bytes



Home | Main Index | Thread Index | Old Index