pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/proj geography/proj: Update to 5.2.0 and dat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4020a7407b3d
branches:  trunk
changeset: 319778:4020a7407b3d
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Feb 20 17:21:07 2019 +0000

description:
geography/proj: Update to 5.2.0 and datumgrids 1.8

Add c++ to USE_LANGUAGES because configure throws an error.  (This
isn't noted in the release notes, but has been talked about on the
list.)

Upstream changes for proj (datumgrids 1.8 has no Changelog available):

PROJ 5.2.0

September 15th 2018
UPDATES

    Added support for deg, rad and grad in unitconvert (#1054)
    Assume +t_epoch as time input when not otherwise specified (#1065)
    Added inverse Lagrange projection (#1058)
    Added +multiplier option to vgridshift (#1072)
    Added Equal Earth projection (#1085)
    Added ?require_grid? option to gie (#1088)
    Replace +transpose option of Helmert transform with +convention. From now on the convention used should be explicitly written. An error will be returned when using the +transpose option (#1091)
    Improved numerical precision of inverse spherical Mercator projection (#1105)
    cct will now forward text after coordinate input to output stream (#1111)

diffstat:

 geography/proj/Makefile |   8 ++++----
 geography/proj/distinfo |  18 +++++++++---------
 2 files changed, 13 insertions(+), 13 deletions(-)

diffs (53 lines):

diff -r 1f7497125091 -r 4020a7407b3d geography/proj/Makefile
--- a/geography/proj/Makefile   Wed Feb 20 17:06:34 2019 +0000
+++ b/geography/proj/Makefile   Wed Feb 20 17:21:07 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/06/15 10:17:52 jperkin Exp $
+# $NetBSD: Makefile,v 1.12 2019/02/20 17:21:07 gdt Exp $
 
-VERSION_BASE=  5.1.0
+VERSION_BASE=  5.2.0
 VERSION_RC=    
 VERSION=       ${VERSION_BASE}${VERSION_RC}
 # proj RCs have names like 5.1.0RC1 but unpack to 5.1.0
@@ -8,7 +8,7 @@
 DISTNAME=      proj-${VERSION}
 CATEGORIES=    geography
 MASTER_SITES=  https://download.osgeo.org/proj/
-DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} proj-datumgrid-1.7${EXTRACT_SUFX}
+DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} proj-datumgrid-1.8${EXTRACT_SUFX}
 
 MAINTAINER=    gdt%NetBSD.org@localhost
 HOMEPAGE=      http://proj4.org/
@@ -18,7 +18,7 @@
 
 PREV_PKGPATH=          misc/proj
 
-USE_LANGUAGES=         c99
+USE_LANGUAGES=         c99 c++
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes
diff -r 1f7497125091 -r 4020a7407b3d geography/proj/distinfo
--- a/geography/proj/distinfo   Wed Feb 20 17:06:34 2019 +0000
+++ b/geography/proj/distinfo   Wed Feb 20 17:21:07 2019 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.10 2018/06/01 23:41:31 gdt Exp $
+$NetBSD: distinfo,v 1.11 2019/02/20 17:21:07 gdt Exp $
 
-SHA1 (proj-5.1.0.tar.gz) = 13b5fc606bc62d347908fb3f256d93516b0be2a1
-RMD160 (proj-5.1.0.tar.gz) = 45ee073049872bb23362a7e137e40cba87d2c521
-SHA512 (proj-5.1.0.tar.gz) = 6e851485c03ca0b3b82e1dcff88a024990551919e203083c46ce6d14f824daed89fa774a2edf1ec543370a3f9792d6502f3037992496984912d8fa4ba7a37859
-Size (proj-5.1.0.tar.gz) = 1006324 bytes
-SHA1 (proj-datumgrid-1.7.tar.gz) = 77c66dc46602e07d4f11d2573d6cacbc6bb3d04d
-RMD160 (proj-datumgrid-1.7.tar.gz) = 03df996f79987970f129b56b7226ca3eac1f9fbb
-SHA512 (proj-datumgrid-1.7.tar.gz) = 8a17206527da12982cda2bfc1c9cfacce9ccb7c2f3b394c7c31bfbf3435a0301b896e6c340440e76aa5f409cf19a9ff0ee745cabfaf6fa20fcaa954b62b068f5
-Size (proj-datumgrid-1.7.tar.gz) = 6604301 bytes
+SHA1 (proj-5.2.0.tar.gz) = 09cb68377e9901c0e1b817b58e820118ccb741e6
+RMD160 (proj-5.2.0.tar.gz) = d99eccff181bb002dd0e398a69fb26cbf57fc4d6
+SHA512 (proj-5.2.0.tar.gz) = f773117d22309d4ee8dbedc2a7b6ba27e8cd032e1bd0af3c98f270bf7b7ab3353be0b04d91202a1f137fc45164c8e8a52712bb06281948008160d08f9f9074ba
+Size (proj-5.2.0.tar.gz) = 1398188 bytes
+SHA1 (proj-datumgrid-1.8.tar.gz) = ede1c255adebb903f9ec33c5760ecb0df7b3b03c
+RMD160 (proj-datumgrid-1.8.tar.gz) = 074fcfba2e41cbe81e5be45eddc0e38683d891ef
+SHA512 (proj-datumgrid-1.8.tar.gz) = 23153f5b57d210e37cd6e9e0fced23bdabb1c67476e9fb50eb83a68ae066a5c3675822472f5d558d10ddf36ac1d73d538b75304d112a1bfcd8d0bbd26c6481a5
+Size (proj-datumgrid-1.8.tar.gz) = 6604329 bytes



Home | Main Index | Thread Index | Old Index