Tue Sep 29 10:33:52 2020 UTC ()
geography/gama: Update to 2.10

Upstream NEWS:

We are pleased to announce the release of GNU Gama 2.10!

One major update that is visible to the end users is the change in the
'update_constrained_coordinates' parameter. This parameter was
deprecated in 2.09 and has now been completely removed.

Another big change is the addition of output in GNU Octave format.
The GNU Octave *.m output file contains adjustment results from
gama-local, in matrix format that includes the following sections:

* General adjustment parameters - number of squares, observations,
  sum of squares, etc.

* IDs and coordinates of fixed points

* Information about the adjustment - adjusted and constrained
  coordinates, their indexes and covariances. Observation
  covariances and weight matrix and equation system matrices.

The main motivation for introducing GNU Octave output was to have an
experimental tool for computation of statistical parameters that are not
directly available in gama-local (e.g. reliability matrix).

GNU Octave output defines an explicit set of conditions to calculate the
adjustment of free networks (networks with a singular project equation
system). The differences between coordinates are tested with a tolerance
of 1e-3 millimeters.
This criterion may fail for poorly conditioned systems (typically
networks with a "bad"configuration).

Syntax of the GNU Octave .m output was tested for compatibility with
MATLAB R2013b (8.2.0.701).


(gdt)
diff -r1.37 -r1.38 pkgsrc/geography/gama/Makefile
diff -r1.15 -r1.16 pkgsrc/geography/gama/distinfo

cvs diff -r1.37 -r1.38 pkgsrc/geography/gama/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/gama/Makefile 2020/07/01 16:16:50 1.37
+++ pkgsrc/geography/gama/Makefile 2020/09/29 10:33:52 1.38
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.37 2020/07/01 16:16:50 gdt Exp $ 1# $NetBSD: Makefile,v 1.38 2020/09/29 10:33:52 gdt Exp $
2# 2#
3 3
4DISTNAME= gama-2.09 4DISTNAME= gama-2.10
5CATEGORIES= geography 5CATEGORIES= geography
6MASTER_SITES= ${MASTER_SITE_GNU:=gama/} 6MASTER_SITES= ${MASTER_SITE_GNU:=gama/}
7 7
8MAINTAINER= gdt@NetBSD.org 8MAINTAINER= gdt@NetBSD.org
9HOMEPAGE= https://www.gnu.org/s/gama/ 9HOMEPAGE= https://www.gnu.org/s/gama/
10COMMENT= Geodetic network adjustment (surveying) 10COMMENT= Geodetic network adjustment (surveying)
11LICENSE= gnu-gpl-v2 # or later 11LICENSE= gnu-gpl-v2 # or later
12 12
13USE_LANGUAGES= c c++11 13USE_LANGUAGES= c c++11
14# Not documented, but apparent. 14# Not documented, but apparent.
15USE_TOOLS+= gmake 15USE_TOOLS+= gmake
16 16
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes

cvs diff -r1.15 -r1.16 pkgsrc/geography/gama/distinfo (expand / switch to unified diff)

--- pkgsrc/geography/gama/distinfo 2020/07/01 16:16:50 1.15
+++ pkgsrc/geography/gama/distinfo 2020/09/29 10:33:52 1.16
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.15 2020/07/01 16:16:50 gdt Exp $ 1$NetBSD: distinfo,v 1.16 2020/09/29 10:33:52 gdt Exp $
2 2
3SHA1 (gama-2.09.tar.gz) = c4d31b68d263fc3a14c04ef6569cf84837098fe8 3SHA1 (gama-2.10.tar.gz) = 94bd117418151d0ca531a005015dd2d2e46ffc93
4RMD160 (gama-2.09.tar.gz) = ac06a519b1765b4c770d294bf6892daf898c0073 4RMD160 (gama-2.10.tar.gz) = 938e161769b9b67ed942c443cd67757cc8dedd50
5SHA512 (gama-2.09.tar.gz) = badf551556a0ae562398c957292438db81ce1695caba01a60b5d691ebe925a14bf5014e93ed5af837041288007192cb81ffb1f53a8bb43048ecb7073fc328b0c 5SHA512 (gama-2.10.tar.gz) = 799620486bb2fd1f0d7a8c8b1dea4fbbd40593cf8f7b887a4f051d1f295877f899302d0781d6590c7e51dedb3d91523c29d119e682bd80c7308ec29e97e57fce
6Size (gama-2.09.tar.gz) = 4696349 bytes 6Size (gama-2.10.tar.gz) = 14613029 bytes