pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/gama



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun May 12 17:33:00 UTC 2019

Modified Files:
        pkgsrc/geography/gama: Makefile distinfo

Log Message:
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@localhost>


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/geography/gama/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/geography/gama/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/gama/Makefile
diff -u pkgsrc/geography/gama/Makefile:1.29 pkgsrc/geography/gama/Makefile:1.30
--- pkgsrc/geography/gama/Makefile:1.29 Mon Apr  8 23:09:12 2019
+++ pkgsrc/geography/gama/Makefile      Sun May 12 17:33:00 2019
@@ -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/}
 

Index: pkgsrc/geography/gama/distinfo
diff -u pkgsrc/geography/gama/distinfo:1.11 pkgsrc/geography/gama/distinfo:1.12
--- pkgsrc/geography/gama/distinfo:1.11 Mon Apr  8 23:09:12 2019
+++ pkgsrc/geography/gama/distinfo      Sun May 12 17:33:00 2019
@@ -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



Home | Main Index | Thread Index | Old Index