pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/shapelib



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri May  6 00:30:33 UTC 2022

Modified Files:
        pkgsrc/geography/shapelib: Makefile PLIST distinfo
Removed Files:
        pkgsrc/geography/shapelib/patches: patch-aa

Log Message:
geography/shapelib: Update to 1.5.0

Upstream NEWS since 1.2.10:

  * Minor improvements (see ChangeLog for details)

  * contrib/shpgeo.h/.c: Remove PROJ.4 dependency and functionality,
    causing removal of SHPProject(), SHPSetProjection() and SHPFreeProjection()
  * contrib/shpproj.c: removed

  * bump shlib version

  * convert to autoconf/automake


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/geography/shapelib/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/geography/shapelib/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/geography/shapelib/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/geography/shapelib/patches/patch-aa

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

Modified files:

Index: pkgsrc/geography/shapelib/Makefile
diff -u pkgsrc/geography/shapelib/Makefile:1.8 pkgsrc/geography/shapelib/Makefile:1.9
--- pkgsrc/geography/shapelib/Makefile:1.8      Fri May  6 00:08:04 2022
+++ pkgsrc/geography/shapelib/Makefile  Fri May  6 00:30:33 2022
@@ -1,22 +1,27 @@
-# $NetBSD: Makefile,v 1.8 2022/05/06 00:08:04 gdt Exp $
+# $NetBSD: Makefile,v 1.9 2022/05/06 00:30:33 gdt Exp $
 #
 
-DISTNAME=              shapelib-1.2.10
-PKGREVISION=           1
+DISTNAME=              shapelib-1.5.0
 CATEGORIES=            geography
-MASTER_SITES=          http://shapelib.maptools.org/dl/
+MASTER_SITES=          https://download.osgeo.org/shapelib/
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://shapelib.maptools.org/
 COMMENT=               Library for reading, writing and updating (limited) ESRI Shapefiles
 LICENSE=               gnu-lgpl-v2 OR mit
 
+USE_LANGUAGES=         c99 c++
+
+GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 
-NO_CONFIGURE=          YES
+MAKE_JOBS_SAFE=                no
+
+CHECK_PORTABILITY_SKIP+=       tests/test1.sh
 
-BUILD_TARGET=          lib
-INSTALL_TARGET=                lib_install
-INSTALLATION_DIRS=     lib
+# \todo Explain why we don't install what shapelib installs.
+# \todo Perhaps file a bug upstream that the bin programs are not namespaced.
+BUILD_TARGET=          libshp.la
+INSTALL_TARGET=                install-libLTLIBRARIES install-libshp_la_includeHEADERS install-pkgconfigDATA
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/geography/shapelib/PLIST
diff -u pkgsrc/geography/shapelib/PLIST:1.2 pkgsrc/geography/shapelib/PLIST:1.3
--- pkgsrc/geography/shapelib/PLIST:1.2 Sun Jun 14 17:57:16 2009
+++ pkgsrc/geography/shapelib/PLIST     Fri May  6 00:30:33 2022
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:57:16 joerg Exp $
-include/libshp/shapefil.h
+@comment $NetBSD: PLIST,v 1.3 2022/05/06 00:30:33 gdt Exp $
+include/shapefil.h
 lib/libshp.la
+lib/pkgconfig/shapelib.pc

Index: pkgsrc/geography/shapelib/distinfo
diff -u pkgsrc/geography/shapelib/distinfo:1.6 pkgsrc/geography/shapelib/distinfo:1.7
--- pkgsrc/geography/shapelib/distinfo:1.6      Tue Oct 26 10:45:16 2021
+++ pkgsrc/geography/shapelib/distinfo  Fri May  6 00:30:33 2022
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:45:16 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/05/06 00:30:33 gdt Exp $
 
-BLAKE2s (shapelib-1.2.10.tar.gz) = 2cc33ad10230d31d21ca007951e5adba41058a58edd422c8bfc8a825e86d89b8
-SHA512 (shapelib-1.2.10.tar.gz) = c72cb637aaa2e09037f334edb9638b7af673fa965435b8e0d9beaa3391e9db958d0b16f59d98a5d6933136562556fb8c607fb89f3dd6d3c1696774bb11554cf6
-Size (shapelib-1.2.10.tar.gz) = 167219 bytes
-SHA1 (patch-aa) = 141901a52b09443245954a62663cf25fad229831
+BLAKE2s (shapelib-1.5.0.tar.gz) = e2332b021384d1bac8a16a1783f53a73d7e05503112c0af23476ffa5eeae5380
+SHA512 (shapelib-1.5.0.tar.gz) = 6dbd5fc7929ca403e65017ef58211f351608d9ad08221bf68bde047ceecfd27013ce731f9ae4edcfd040bc3db7fe9054b5d96e46128d2968788bef19532b1721
+Size (shapelib-1.5.0.tar.gz) = 547686 bytes



Home | Main Index | Thread Index | Old Index