summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2019-05-12 17:33:00 +0000
committergdt <gdt@pkgsrc.org>2019-05-12 17:33:00 +0000
commit6371c245b78993a7e1e79ff836c9debf528bcf60 (patch)
tree9876faa25e7f3f368a6b02eb23cf3895d557d693
parentd88b7a76b6f5dd7cbe7f6c5c59b9fc098eea1788 (diff)
downloadpkgsrc-6371c245b78993a7e1e79ff836c9debf528bcf60.tar.gz
geography/gama: Update to 2.05
Version 2.05 May 2019 * The program gama-local for adjustment of local surveying networks used a C++ class Acord for computing approximate coordinates of adjusted points, if these were not explicitly given on input. Acord's computations were based on intersections (and local transformations if necessary) of the tuples of determining observations (for example a bearing and a distance). Gama-local expected input data to be free of blunders, which might be a strong assumption in practice. New class Acord2 was introduced as a robust alternative for typical two dimensional input configurations (Acord2 is not a complete general solution yet); the idea is to find all (or as many as possible) solutions of coordinates of a selected point and use their median as the robust position estimation. Algorithm Acord2 is followed by the original Acord intersections in gama-local, before the adjustment solution of the network. Acord2 is based on the master's thesis by Petra Millarová <petramillarova@gmail.com>
-rw-r--r--geography/gama/Makefile4
-rw-r--r--geography/gama/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/geography/gama/Makefile b/geography/gama/Makefile
index 4007b500feb..0af80536eee 100644
--- a/geography/gama/Makefile
+++ b/geography/gama/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2019/04/08 23:09:12 gdt Exp $
+# $NetBSD: Makefile,v 1.30 2019/05/12 17:33:00 gdt Exp $
#
-DISTNAME= gama-2.04
+DISTNAME= gama-2.05
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GNU:=gama/}
diff --git a/geography/gama/distinfo b/geography/gama/distinfo
index df104e29347..5c0f3b6187d 100644
--- a/geography/gama/distinfo
+++ b/geography/gama/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2019/04/08 23:09:12 gdt Exp $
+$NetBSD: distinfo,v 1.12 2019/05/12 17:33:00 gdt Exp $
-SHA1 (gama-2.04.tar.gz) = 4235e30f2017d7196848409f861dc53620c7bd93
-RMD160 (gama-2.04.tar.gz) = 33dabbbe69005ae4b70d49675fe5a0ed2c35b596
-SHA512 (gama-2.04.tar.gz) = 51db850547114d27a6bf2093d9c966ed86b2a0d7aa934ef0fae22533c27e6e8f57edf48330bbe65a38f84b2fcca93b13727667a14b8bf230edfaa08262151b30
-Size (gama-2.04.tar.gz) = 4563617 bytes
+SHA1 (gama-2.05.tar.gz) = 1e7674001b00942e12ae66bfd083ca8ee5572d99
+RMD160 (gama-2.05.tar.gz) = af22bd633cf70bad127430f73f17970469f33c0c
+SHA512 (gama-2.05.tar.gz) = bcb3dd915caa772a6ffb6a7be20fecc46a100b0b57a121244b1a2bd5c5d63cf98dfb190de56fa618ddda2a0e2d8c98cf04630020172df81913fead8c1c4604bf
+Size (gama-2.05.tar.gz) = 4597507 bytes