Received: by mail.netbsd.org (Postfix, from userid 605) id EDE4484D8E; Tue, 29 Sep 2020 10:33:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 74F7B84D65 for ; Tue, 29 Sep 2020 10:33:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 8nu4nixTx_ac for ; Tue, 29 Sep 2020 10:33:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DB55684D29 for ; Tue, 29 Sep 2020 10:33:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D751EFB28; Tue, 29 Sep 2020 10:33:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601375632196530" MIME-Version: 1.0 Date: Tue, 29 Sep 2020 10:33:52 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/geography/gama To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20200929103352.D751EFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1601375632196530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Tue Sep 29 10:33:52 UTC 2020 Modified Files: pkgsrc/geography/gama: Makefile distinfo Log Message: 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). To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/geography/gama/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/geography/gama/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1601375632196530 Content-Disposition: inline Content-Length: 1555 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/gama/Makefile diff -u pkgsrc/geography/gama/Makefile:1.37 pkgsrc/geography/gama/Makefile:1.38 --- pkgsrc/geography/gama/Makefile:1.37 Wed Jul 1 16:16:50 2020 +++ pkgsrc/geography/gama/Makefile Tue Sep 29 10:33:52 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2020/07/01 16:16:50 gdt Exp $ +# $NetBSD: Makefile,v 1.38 2020/09/29 10:33:52 gdt Exp $ # -DISTNAME= gama-2.09 +DISTNAME= gama-2.10 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GNU:=gama/} Index: pkgsrc/geography/gama/distinfo diff -u pkgsrc/geography/gama/distinfo:1.15 pkgsrc/geography/gama/distinfo:1.16 --- pkgsrc/geography/gama/distinfo:1.15 Wed Jul 1 16:16:50 2020 +++ pkgsrc/geography/gama/distinfo Tue Sep 29 10:33:52 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2020/07/01 16:16:50 gdt Exp $ +$NetBSD: distinfo,v 1.16 2020/09/29 10:33:52 gdt Exp $ -SHA1 (gama-2.09.tar.gz) = c4d31b68d263fc3a14c04ef6569cf84837098fe8 -RMD160 (gama-2.09.tar.gz) = ac06a519b1765b4c770d294bf6892daf898c0073 -SHA512 (gama-2.09.tar.gz) = badf551556a0ae562398c957292438db81ce1695caba01a60b5d691ebe925a14bf5014e93ed5af837041288007192cb81ffb1f53a8bb43048ecb7073fc328b0c -Size (gama-2.09.tar.gz) = 4696349 bytes +SHA1 (gama-2.10.tar.gz) = 94bd117418151d0ca531a005015dd2d2e46ffc93 +RMD160 (gama-2.10.tar.gz) = 938e161769b9b67ed942c443cd67757cc8dedd50 +SHA512 (gama-2.10.tar.gz) = 799620486bb2fd1f0d7a8c8b1dea4fbbd40593cf8f7b887a4f051d1f295877f899302d0781d6590c7e51dedb3d91523c29d119e682bd80c7308ec29e97e57fce +Size (gama-2.10.tar.gz) = 14613029 bytes --_----------=_1601375632196530--