pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography
Module Name: pkgsrc
Committed By: gdt
Date: Mon Sep 8 10:11:22 UTC 2025
Modified Files:
pkgsrc/geography/py-gnssutils: Makefile
pkgsrc/geography/py-nmeagps: Makefile
pkgsrc/geography/py-rtcm: Makefile
pkgsrc/geography/py-sbf2: Makefile
pkgsrc/geography/py-spartn: Makefile
pkgsrc/geography/py-ubx2: Makefile
pkgsrc/geography/py-ubxutils: Makefile
Log Message:
geography/py-[semu*]: Make HOMEPAGE not have variables
I previously did CSE across these Makefiles, which are from separate
repos but maintained identically, as part of being able to diff across
packages to find unintended variance. However, people cut-and-paste
URLS from HOMEPAGE, and using variables makes that harder, needing
make show-var. Plus, the URLs are extremely unlikely to change the
last component.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/geography/py-gnssutils/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/geography/py-nmeagps/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/geography/py-rtcm/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/geography/py-sbf2/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/geography/py-spartn/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/geography/py-ubx2/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/geography/py-ubxutils/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/py-gnssutils/Makefile
diff -u pkgsrc/geography/py-gnssutils/Makefile:1.2 pkgsrc/geography/py-gnssutils/Makefile:1.3
--- pkgsrc/geography/py-gnssutils/Makefile:1.2 Mon Sep 8 10:06:20 2025
+++ pkgsrc/geography/py-gnssutils/Makefile Mon Sep 8 10:11:22 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/09/08 10:06:20 gdt Exp $
+# $NetBSD: Makefile,v 1.3 2025/09/08 10:11:22 gdt Exp $
VERSION= 1.1.16
DISTTAIL= gnssutils
@@ -10,7 +10,7 @@ CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=semuconsulting/}
MAINTAINER= gdt%NetBSD.org@localhost
-HOMEPAGE= https://github.com/semuconsulting/py${DISTTAIL}/
+HOMEPAGE= https://github.com/semuconsulting/pygnssutils/
COMMENT= Python GNSS utils (including NTRIP)
LICENSE= modified-bsd
Index: pkgsrc/geography/py-nmeagps/Makefile
diff -u pkgsrc/geography/py-nmeagps/Makefile:1.3 pkgsrc/geography/py-nmeagps/Makefile:1.4
--- pkgsrc/geography/py-nmeagps/Makefile:1.3 Mon Sep 8 10:06:20 2025
+++ pkgsrc/geography/py-nmeagps/Makefile Mon Sep 8 10:11:22 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/09/08 10:06:20 gdt Exp $
+# $NetBSD: Makefile,v 1.4 2025/09/08 10:11:22 gdt Exp $
VERSION= 1.0.51
DISTTAIL= nmeagps
@@ -10,7 +10,7 @@ CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=semuconsulting/}
MAINTAINER= gdt%NetBSD.org@localhost
-HOMEPAGE= https://github.com/semuconsulting/py${DISTTAIL}/
+HOMEPAGE= https://github.com/semuconsulting/pynmeaps/
COMMENT= Python parser for NMEA 0183 (GNSS-relevant subset)
LICENSE= modified-bsd
Index: pkgsrc/geography/py-rtcm/Makefile
diff -u pkgsrc/geography/py-rtcm/Makefile:1.3 pkgsrc/geography/py-rtcm/Makefile:1.4
--- pkgsrc/geography/py-rtcm/Makefile:1.3 Mon Sep 8 10:06:20 2025
+++ pkgsrc/geography/py-rtcm/Makefile Mon Sep 8 10:11:22 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/09/08 10:06:20 gdt Exp $
+# $NetBSD: Makefile,v 1.4 2025/09/08 10:11:22 gdt Exp $
VERSION= 1.1.9
DISTTAIL= rtcm
@@ -10,7 +10,7 @@ CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=semuconsulting/}
MAINTAINER= gdt%NetBSD.org@localhost
-HOMEPAGE= https://github.com/semuconsulting/py${DISTTAIL}/
+HOMEPAGE= https://github.com/semuconsulting/pyrtcm/
COMMENT= Python parser for RTCM3 (differential/RTK GNSS)
LICENSE= modified-bsd
Index: pkgsrc/geography/py-sbf2/Makefile
diff -u pkgsrc/geography/py-sbf2/Makefile:1.3 pkgsrc/geography/py-sbf2/Makefile:1.4
--- pkgsrc/geography/py-sbf2/Makefile:1.3 Mon Sep 8 10:06:20 2025
+++ pkgsrc/geography/py-sbf2/Makefile Mon Sep 8 10:11:22 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/09/08 10:06:20 gdt Exp $
+# $NetBSD: Makefile,v 1.4 2025/09/08 10:11:22 gdt Exp $
VERSION= 1.0.0
DISTTAIL= sbf2
@@ -10,7 +10,7 @@ CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=semuconsulting/}
MAINTAINER= gdt%NetBSD.org@localhost
-HOMEPAGE= https://github.com/semuconsulting/py${DISTTAIL}/
+HOMEPAGE= https://github.com/semuconsulting/pysbf2/
COMMENT= Python parser for SBF (Septentrio GNSS receiver protocol)
LICENSE= modified-bsd
Index: pkgsrc/geography/py-spartn/Makefile
diff -u pkgsrc/geography/py-spartn/Makefile:1.3 pkgsrc/geography/py-spartn/Makefile:1.4
--- pkgsrc/geography/py-spartn/Makefile:1.3 Mon Sep 8 10:06:20 2025
+++ pkgsrc/geography/py-spartn/Makefile Mon Sep 8 10:11:22 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/09/08 10:06:20 gdt Exp $
+# $NetBSD: Makefile,v 1.4 2025/09/08 10:11:22 gdt Exp $
VERSION= 1.0.7
DISTTAIL= spartn
@@ -10,7 +10,7 @@ CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=semuconsulting/}
MAINTAINER= gdt%NetBSD.org@localhost
-HOMEPAGE= https://github.com/semuconsulting/py${DISTTAIL}/
+HOMEPAGE= https://github.com/semuconsulting/pyspartn/
COMMENT= Python parser for SPARTN (u-blox differential protocol)
LICENSE= modified-bsd
Index: pkgsrc/geography/py-ubx2/Makefile
diff -u pkgsrc/geography/py-ubx2/Makefile:1.3 pkgsrc/geography/py-ubx2/Makefile:1.4
--- pkgsrc/geography/py-ubx2/Makefile:1.3 Mon Sep 8 10:06:19 2025
+++ pkgsrc/geography/py-ubx2/Makefile Mon Sep 8 10:11:22 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/09/08 10:06:19 gdt Exp $
+# $NetBSD: Makefile,v 1.4 2025/09/08 10:11:22 gdt Exp $
VERSION= 1.2.57
DISTTAIL= ubx2
@@ -10,7 +10,7 @@ CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=semuconsulting/}
MAINTAINER= gdt%NetBSD.org@localhost
-HOMEPAGE= https://github.com/semuconsulting/py${DISTTAIL}/
+HOMEPAGE= https://github.com/semuconsulting/pyubx2/
COMMENT= Python parser for UBX (u-blox GNSS receiver protocol)
LICENSE= modified-bsd
Index: pkgsrc/geography/py-ubxutils/Makefile
diff -u pkgsrc/geography/py-ubxutils/Makefile:1.2 pkgsrc/geography/py-ubxutils/Makefile:1.3
--- pkgsrc/geography/py-ubxutils/Makefile:1.2 Mon Sep 8 10:06:20 2025
+++ pkgsrc/geography/py-ubxutils/Makefile Mon Sep 8 10:11:22 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/09/08 10:06:20 gdt Exp $
+# $NetBSD: Makefile,v 1.3 2025/09/08 10:11:22 gdt Exp $
VERSION= 1.0.3
DISTTAIL= ubxutils
@@ -10,7 +10,7 @@ CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=semuconsulting/}
MAINTAINER= gdt%NetBSD.org@localhost
-HOMEPAGE= https://github.com/semuconsulting/py${DISTTAIL}/
+HOMEPAGE= https://github.com/semuconsulting/pyubxutils/
COMMENT= Python utilities for u-blox configuration
LICENSE= modified-bsd
Home |
Main Index |
Thread Index |
Old Index