diff options
author | mef <mef@pkgsrc.org> | 2020-06-16 12:43:24 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2020-06-16 12:43:24 +0000 |
commit | abdf8b33cad0bc9d19b899fc903b7c6a17c4f474 (patch) | |
tree | b349154dc41d8a9a66ec72938cfd76e72f7412d7 /ham | |
parent | 971f3f30839907d0289f2564d9820d20de9c4729 (diff) | |
download | pkgsrc-abdf8b33cad0bc9d19b899fc903b7c6a17c4f474.tar.gz |
(ham/predict) Updated 2.2.3 to 2.2.5
Release 2.2.5:
By John A. Magliacane <kd2bd@amsat.org> (05-May-2018):
* Fixed coding bugs identified by GCC v8.1.0.
* Re-arranged GCC arguments in installer.c for better
compatibility with more recent versions of GCC.
* Added a -dp command-line option to PREDICT to
provide quick Doppler shift estimates in CSV format.
(Thanks Joeal Subash)
* Updated the documentation to reflect the changes.
----------------------------------------------------------------------------
Release 2.2.4:
By John A. Magliacane <kd2bd@amsat.org> (12-Mar-2018):
* Fixed a bug affecting the -f switch that sometimes caused
a failure to return proper output. (Tnx: Andrej Lajovic)
* Fixed a bug in installer.c that sometimes caused a failure
to properly install PREDICT's executable into /usr/local/bin
by default.
* Added <errno.h> header to gsat-1.1.0/src/callbacks.c
----------------------------------------------------------------------------
Diffstat (limited to 'ham')
-rw-r--r-- | ham/predict/Makefile | 7 | ||||
-rw-r--r-- | ham/predict/distinfo | 12 | ||||
-rw-r--r-- | ham/predict/patches/patch-predict.c | 4 |
3 files changed, 12 insertions, 11 deletions
diff --git a/ham/predict/Makefile b/ham/predict/Makefile index 40a9f2f049a..cbfdbd945c4 100644 --- a/ham/predict/Makefile +++ b/ham/predict/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.6 2020/01/26 17:31:25 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2020/06/16 12:43:24 mef Exp $ # -DISTNAME= predict-2.2.3 +DISTNAME= predict-2.2.5 CATEGORIES= ham MASTER_SITES= http://www.qsl.net/kd2bd/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= dbj@NetBSD.org HOMEPAGE= https://www.qsl.net/kd2bd/predict.html -COMMENT= PREDICT - curses satellite tracking/orbital prediction program +COMMENT= Curses satellite tracking/orbital prediction program LICENSE= gnu-gpl-v2 diff --git a/ham/predict/distinfo b/ham/predict/distinfo index 96df3928c80..e474fdf721f 100644 --- a/ham/predict/distinfo +++ b/ham/predict/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1 2018/06/04 07:18:47 dbj Exp $ +$NetBSD: distinfo,v 1.2 2020/06/16 12:43:25 mef Exp $ -SHA1 (predict-2.2.3.tar.gz) = 1eb4fcc9cf1aca79d890ef62b512763617453c9e -RMD160 (predict-2.2.3.tar.gz) = b0ec4efcad5ca530f787b2a83d3ba9bb80489d6e -SHA512 (predict-2.2.3.tar.gz) = 7ab964db85d8fa0e7f32d9d93904599e25d7b50baa79e80cb72407991bf5522aaa91d266b09ce25e1281e4f013124f7e955ca85b46e44cc1c2035331aa54bc6e -Size (predict-2.2.3.tar.gz) = 1639784 bytes -SHA1 (patch-predict.c) = 0c7c53edba937737694f98127df32f08df83695a +SHA1 (predict-2.2.5.tar.bz2) = a39ec4f9ed4c55a9d6975e0c8ff4384aec4ff448 +RMD160 (predict-2.2.5.tar.bz2) = 9f09bd837f35da82aa9c64d4c99e576ca701557c +SHA512 (predict-2.2.5.tar.bz2) = d936c3ffc1b65422f6cabae89272a1f630a6935971cebfe9ae189949e10c3ca8440aeecb696bd7ada4105e63fbb558b6f19d3cffc7ceed46a07bbf4e6f4dbf72 +Size (predict-2.2.5.tar.bz2) = 1468465 bytes +SHA1 (patch-predict.c) = c1f55eecb718f2786d1138dd7cb4123b150d92db diff --git a/ham/predict/patches/patch-predict.c b/ham/predict/patches/patch-predict.c index 0edcbc63d45..9944ed0f219 100644 --- a/ham/predict/patches/patch-predict.c +++ b/ham/predict/patches/patch-predict.c @@ -1,4 +1,4 @@ -$NetBSD: patch-predict.c,v 1.1 2018/06/04 07:18:47 dbj Exp $ +$NetBSD: patch-predict.c,v 1.2 2020/06/16 12:43:25 mef Exp $ sundry fixes to server mode: fix buffer size issue looking for netport @@ -13,7 +13,7 @@ remove reference to exended ascii symbol for degrees moon_az, moon_el, moon_dx, moon_ra, moon_dec, moon_gha, moon_dv; char qthfile[50], tlefile[50], dbfile[50], temp[80], output[25], -- serial_port[15], resave=0, reload_tle=0, netport[6], +- serial_port[15], resave=0, reload_tle=0, netport[7], + serial_port[15], resave=0, reload_tle=0, netport[8], once_per_second=0, ephem[5], sat_sun_status, findsun, calc_squint, database=0, xterm, io_lat='N', io_lon='W'; |