pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography/gama geography/gama: Update to 2.18
details: https://anonhg.NetBSD.org/pkgsrc/rev/db1a4923fb82
branches: trunk
changeset: 376900:db1a4923fb82
user: gdt <gdt%pkgsrc.org@localhost>
date: Thu Apr 14 12:34:16 2022 +0000
description:
geography/gama: Update to 2.18
* Changes in release 2.18 (2022-04-09)
New conversion class K2gkf (lib/krumm) with accompanying program
krumm2gama-local and the testing suite for converting input data
format used in the text book "Geodetic Network Adjustment Examples" by
Friedhelm Krumm, Geodätisches Institut Universität Stuttgart, 2020.
Not all input data in Krumm Format can be converted to GNU Gama,
i.e. to the adjustment program gama-local input XML:
* scale factor is not implemented in gama-local adjustment
* gama-local does not enable fixing only x coordinate (or y
coordinate) for 2D free network to remove singularity. This kind
of regularization has very little practical meaning. Technically
it would be possible to enable this feature in gama-local, but it
is questionable if the outcome would not enable more confusion
than possible outcome. Adustment should not be dependent on the
coordinate system used.
* gama-local does not deduce that an azimuth to the unknown point
P can be combined with some angle pointing to the P to create a
new feigned azimuth. This is an interesting feature which may
be implemented in some future version, namely in the gama-local
stage of computing approximate coordinates.
* nonlinear conditions are not implemented in gama-local
* BLH coordinates are not supported in gama-local
diffstat:
geography/gama/Makefile | 4 ++--
geography/gama/PLIST | 4 +++-
geography/gama/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 7 deletions(-)
diffs (41 lines):
diff -r f9b33b9347c2 -r db1a4923fb82 geography/gama/Makefile
--- a/geography/gama/Makefile Thu Apr 14 11:55:56 2022 +0000
+++ b/geography/gama/Makefile Thu Apr 14 12:34:16 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2022/01/30 15:44:15 gdt Exp $
+# $NetBSD: Makefile,v 1.50 2022/04/14 12:34:16 gdt Exp $
#
-DISTNAME= gama-2.17
+DISTNAME= gama-2.18
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GNU:=gama/}
diff -r f9b33b9347c2 -r db1a4923fb82 geography/gama/PLIST
--- a/geography/gama/PLIST Thu Apr 14 11:55:56 2022 +0000
+++ b/geography/gama/PLIST Thu Apr 14 12:34:16 2022 +0000
@@ -1,8 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2021/01/24 14:52:25 gdt Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/04/14 12:34:16 gdt Exp $
+bin/cmp_xml_file
bin/gama-g3
bin/gama-local
bin/gama-local-gkf2yaml
bin/gama-local-xml2sql
bin/gama-local-xml2txt
bin/gama-local-yaml2gkf
+bin/krumm2gama-local
info/gama.info
diff -r f9b33b9347c2 -r db1a4923fb82 geography/gama/distinfo
--- a/geography/gama/distinfo Thu Apr 14 11:55:56 2022 +0000
+++ b/geography/gama/distinfo Thu Apr 14 12:34:16 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2022/01/30 15:44:15 gdt Exp $
+$NetBSD: distinfo,v 1.27 2022/04/14 12:34:16 gdt Exp $
-BLAKE2s (gama-2.17.tar.gz) = b0477e214ce2d1b730c1b0270829239182eafc2f0199bd09addf6082bcf1936d
-SHA512 (gama-2.17.tar.gz) = 6714ed1debcf63dcaa151751cb190dcbb895c29e615ea692a146dbfc728da2bdd80a9aee63e07f40105aae7d82f53a985247b528cbf4cfa03655123775780438
-Size (gama-2.17.tar.gz) = 14691510 bytes
+BLAKE2s (gama-2.18.tar.gz) = 4ee68b7b50000f7b3089f8092314e644c6d9383d15655eecb29115d4e169858e
+SHA512 (gama-2.18.tar.gz) = 109c61254427b0030ef61cfba63318d2bdf1aa978cbb4248c3f0a88ec2e50ba5d834241da2edf84a2bf003845877d07416791222f2eb7f137d58908a6be60381
+Size (gama-2.18.tar.gz) = 14751694 bytes
Home |
Main Index |
Thread Index |
Old Index