diff options
author | rene <rene@FreeBSD.org> | 2014-12-25 07:43:49 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-12-25 07:43:49 +0800 |
commit | 52860980b1a15471edfa4445a1b0711bf286e8fd (patch) | |
tree | 94457573e5f91045dced3bc13a6ff572bee7c661 /comms/dcf77pi | |
parent | 394c8df6020589b49953bc282031e29734722865 (diff) | |
download | freebsd-ports-gnome-52860980b1a15471edfa4445a1b0711bf286e8fd.tar.gz freebsd-ports-gnome-52860980b1a15471edfa4445a1b0711bf286e8fd.tar.zst freebsd-ports-gnome-52860980b1a15471edfa4445a1b0711bf286e8fd.zip |
comms/dcf77pi: update to 3.3.0
Changes:
* improve support for decoding the alarm messages by showing the main German
regions which are affected. Note that this was an experimental and now
unused system. With permission from Mr. Wenzelewski from DIN
* Doxygen support, provide a Doxyfile (not supported by the port yet)
* Small fixes to the FidoCADJ schematics
* library:
- assign date/time fields more independently so that errors are corrected
faster
- record the accumulated minute length at the end of each line in the log
file, preceded by an 'a'. These values are read back by get_bit_file()
- redesign the calculations for the accumulated minute length to be more
accurate in case of reception errors or reading log files. Time can now
be adjust forwards and backwards.
- record the minute cutoff value at the end of each line in the log file,
preceded by a 'c'. These values are read back by get_bit_file()
- skip consecutive newlines in the log file
- use a more accurate sleep time when receiving live bits
- set upper bound of hw.freq to 155,000 Hz
- API cleanups (types sanitized, const qualifiers added, some renames)
- algorithm and code cleanups
* dcf77pi:
- show the accumulated minute length each second instead of each minute
- show the minute cutoff value
Diffstat (limited to 'comms/dcf77pi')
-rw-r--r-- | comms/dcf77pi/Makefile | 4 | ||||
-rw-r--r-- | comms/dcf77pi/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/dcf77pi/Makefile b/comms/dcf77pi/Makefile index cd117d14cbaa..a122eea3660f 100644 --- a/comms/dcf77pi/Makefile +++ b/comms/dcf77pi/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dcf77pi -PORTVERSION= 3.2.0 +PORTVERSION= 3.3.0 CATEGORIES= comms MAINTAINER= rene@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= rene0 -GH_COMMIT= 671961e +GH_COMMIT= b3cfb0b USES= ncurses USE_LDCONFIG= yes diff --git a/comms/dcf77pi/distinfo b/comms/dcf77pi/distinfo index 90dc56e4e91f..74812189447d 100644 --- a/comms/dcf77pi/distinfo +++ b/comms/dcf77pi/distinfo @@ -1,2 +1,2 @@ -SHA256 (dcf77pi-3.2.0.tar.gz) = 9d6754dd19e678e05c72d48fc2ee27fc7d84c7ec5c2fd7d1141638a00f2ee87c -SIZE (dcf77pi-3.2.0.tar.gz) = 22307 +SHA256 (dcf77pi-3.3.0.tar.gz) = 9af306106040d9e9b958324e80950af7c7919e853ef8c5b1defb85f4a047dfce +SIZE (dcf77pi-3.3.0.tar.gz) = 51140 |