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 Aug 27 20:18:52 UTC 2023

Modified Files:
        pkgsrc/geography/gama: Makefile PLIST distinfo

Log Message:
geography/gama: Update to 2.25

packaging changes:

  drop info configure arg per pkglint

  regularize indentation per pkglint

Changes in release 2.25 (2023-08-23)

  - new program gama-local-deformation for processing two adjustment
    epochs to calculate potential points position changes (shift
    vectors).

  - change from c++11 version to c++14

  - New glossary of basic terms used in gama-local text output and in
    documentation.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/geography/gama/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/gama/PLIST
cvs rdiff -u -r1.32 -r1.33 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.62 pkgsrc/geography/gama/Makefile:1.63
--- pkgsrc/geography/gama/Makefile:1.62 Wed Jul 19 17:10:33 2023
+++ pkgsrc/geography/gama/Makefile      Sun Aug 27 20:18:52 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.62 2023/07/19 17:10:33 gdt Exp $
+# $NetBSD: Makefile,v 1.63 2023/08/27 20:18:52 gdt Exp $
 #
 
-DISTNAME=      gama-2.24
-PKGREVISION=   2
+DISTNAME=      gama-2.25
 CATEGORIES=    geography
 MASTER_SITES=  ${MASTER_SITE_GNU:=gama/}
 
@@ -11,18 +10,17 @@ HOMEPAGE=   https://www.gnu.org/s/gama/
 COMMENT=       Geodetic network adjustment (surveying)
 LICENSE=       gnu-gpl-v2 # or later
 
-USE_LANGUAGES+=        c c++
+USE_LANGUAGES+=                c c++
 USE_CXX_FEATURES+=     c++14
 
 # Not documented, but apparent.
-USE_TOOLS+=    gmake
+USE_TOOLS+=            gmake
 
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --infodir=${PREFIX}/info
 
-INFO_FILES=    yes
+INFO_FILES=            yes
 
-TEST_TARGET=   check
+TEST_TARGET=           check
 
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"

Index: pkgsrc/geography/gama/PLIST
diff -u pkgsrc/geography/gama/PLIST:1.4 pkgsrc/geography/gama/PLIST:1.5
--- pkgsrc/geography/gama/PLIST:1.4     Thu Apr 14 12:34:16 2022
+++ pkgsrc/geography/gama/PLIST Sun Aug 27 20:18:52 2023
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2022/04/14 12:34:16 gdt Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/08/27 20:18:52 gdt Exp $
 bin/cmp_xml_file
 bin/gama-g3
 bin/gama-local
+bin/gama-local-deformation
 bin/gama-local-gkf2yaml
 bin/gama-local-xml2sql
 bin/gama-local-xml2txt

Index: pkgsrc/geography/gama/distinfo
diff -u pkgsrc/geography/gama/distinfo:1.32 pkgsrc/geography/gama/distinfo:1.33
--- pkgsrc/geography/gama/distinfo:1.32 Thu Mar  9 00:49:28 2023
+++ pkgsrc/geography/gama/distinfo      Sun Aug 27 20:18:52 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2023/03/09 00:49:28 gdt Exp $
+$NetBSD: distinfo,v 1.33 2023/08/27 20:18:52 gdt Exp $
 
-BLAKE2s (gama-2.24.tar.gz) = 78ea1b0d55415a364d038b18be70d3b0d5456aa2618afa950e752a7257d52a80
-SHA512 (gama-2.24.tar.gz) = 41b476e0f25322c0f0c37ba4fdc6a798f7c9411e8fa710b72e9331c7c61c84793dc61ed2aa71226b255aa4b21967b463a806d16fb284531e8825c89ad154c180
-Size (gama-2.24.tar.gz) = 14842596 bytes
+BLAKE2s (gama-2.25.tar.gz) = 23bcd67eada4f4be0eee2b5c621350957de7d7d8e64fd1a86a4748aa4348c1f9
+SHA512 (gama-2.25.tar.gz) = c96824d46d5115239d6d7d827779a8d6e1e79c4929f8746927c36fe46a1aabefb6b776e20e095a8b8c64ec67e96f936d9b6539f9b4008e77cc689de88df862ab
+Size (gama-2.25.tar.gz) = 15386677 bytes



Home | Main Index | Thread Index | Old Index