aboutsummaryrefslogtreecommitdiffstats
path: root/comms/dcf77pi
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-07-14 19:23:37 +0800
committerrene <rene@FreeBSD.org>2014-07-14 19:23:37 +0800
commit43edbcb3c67dd17f5d906399f8f177bccdcc6ec1 (patch)
tree66e2e327fbda842c83b00106ed8ed5f1e50a7ba1 /comms/dcf77pi
parent95b6d912882c1e669da890fa4d4673511891aad2 (diff)
downloadfreebsd-ports-gnome-43edbcb3c67dd17f5d906399f8f177bccdcc6ec1.tar.gz
freebsd-ports-gnome-43edbcb3c67dd17f5d906399f8f177bccdcc6ec1.tar.zst
freebsd-ports-gnome-43edbcb3c67dd17f5d906399f8f177bccdcc6ec1.zip
comms/dcf77pi: update to 3.1.0, improve pkg-descr
General: - add partial support for OSX and Cygwin - add bitinfo.last0 field which represents the last pulse where the radio signal was 0 - store radio signal into a new field bitinfo.signal - more robust handling of radio signal glitches - improve realfreq by approximately 7% on a non-optimized standard build - simplify code for handling DST changes and leap seconds - defer assigning the decoded time until the minute length has been checked to match the exact expected value (i.e. 59 unless a leap second occurs) - code cleanups README: - mention supported platforms dcf77pi: - display updates, show last0 readpin: - overhaul to make more use of libdcf77 - drop -t parameter
Diffstat (limited to 'comms/dcf77pi')
-rw-r--r--comms/dcf77pi/Makefile4
-rw-r--r--comms/dcf77pi/distinfo4
-rw-r--r--comms/dcf77pi/pkg-descr2
3 files changed, 6 insertions, 4 deletions
diff --git a/comms/dcf77pi/Makefile b/comms/dcf77pi/Makefile
index 5bd684284255..70efe45b8781 100644
--- a/comms/dcf77pi/Makefile
+++ b/comms/dcf77pi/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dcf77pi
-PORTVERSION= 3.0.0.1
+PORTVERSION= 3.1.0
CATEGORIES= comms
MAINTAINER= rene@FreeBSD.org
@@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= rene0
-GH_COMMIT= 92c359d
+GH_COMMIT= d441662
USES= ncurses
diff --git a/comms/dcf77pi/distinfo b/comms/dcf77pi/distinfo
index 57b3479f5ea7..94fec4ba4bc2 100644
--- a/comms/dcf77pi/distinfo
+++ b/comms/dcf77pi/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dcf77pi-3.0.0.1.tar.gz) = 248167b2d5bfe3c5d41e8a5940952f9d61877b91c7f61d407402763be98c011e
-SIZE (dcf77pi-3.0.0.1.tar.gz) = 21002
+SHA256 (dcf77pi-3.1.0.tar.gz) = e47f31c2c1e9fee5185e71f0c4229a8be870caeae1e0f046b5259d0d4382a001
+SIZE (dcf77pi-3.1.0.tar.gz) = 20560
diff --git a/comms/dcf77pi/pkg-descr b/comms/dcf77pi/pkg-descr
index 03557890634a..bef989950321 100644
--- a/comms/dcf77pi/pkg-descr
+++ b/comms/dcf77pi/pkg-descr
@@ -3,4 +3,6 @@ platform but might work on other devices using GPIO pins too.
The received data can be logged for later playback/analysis.
+The software is written as a library for easy reuse into other software.
+
WWW: https://github.com/rene0/dcf77pi