diff options
author | rene <rene@FreeBSD.org> | 2014-06-01 23:00:36 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-06-01 23:00:36 +0800 |
commit | 20a8a25186c9329007dbe094e98296e8ebec9ca2 (patch) | |
tree | 31a5514b4ea1be7843d53919211f548d4adf0d54 /comms | |
parent | bb1367957a5aa1212eed67ef5530babd0ebc7ce2 (diff) | |
download | freebsd-ports-gnome-20a8a25186c9329007dbe094e98296e8ebec9ca2.tar.gz freebsd-ports-gnome-20a8a25186c9329007dbe094e98296e8ebec9ca2.tar.zst freebsd-ports-gnome-20a8a25186c9329007dbe094e98296e8ebec9ca2.zip |
comms/dcf77pi: Update 3.0.0.1
The code to decode the radio signal, date/time, and civil warnings is now
provided in a library libdcf77.so together with the relevant header files.
dcf77pi is now split up into dcf77pi (the live client) and dcf77pi-analyze
(the client to analyze log files). The -f parameter of dcf77pi is dropped.
Apply minor lint(1) fixes.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/dcf77pi/Makefile | 6 | ||||
-rw-r--r-- | comms/dcf77pi/distinfo | 4 | ||||
-rw-r--r-- | comms/dcf77pi/pkg-plist | 11 |
3 files changed, 15 insertions, 6 deletions
diff --git a/comms/dcf77pi/Makefile b/comms/dcf77pi/Makefile index 8dd9c28c5f2d..5bd684284255 100644 --- a/comms/dcf77pi/Makefile +++ b/comms/dcf77pi/Makefile @@ -2,17 +2,17 @@ # $FreeBSD$ PORTNAME= dcf77pi -PORTVERSION= 2.1.0 +PORTVERSION= 3.0.0.1 CATEGORIES= comms MAINTAINER= rene@FreeBSD.org -COMMENT= DCF77 receiver/logger/analyzer for the Raspberry Pi +COMMENT= DCF77 receiver/logger/analyzer and library for the Raspberry Pi LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= rene0 -GH_COMMIT= bb0dc81 +GH_COMMIT= 92c359d USES= ncurses diff --git a/comms/dcf77pi/distinfo b/comms/dcf77pi/distinfo index afa2d3b66ecf..57b3479f5ea7 100644 --- a/comms/dcf77pi/distinfo +++ b/comms/dcf77pi/distinfo @@ -1,2 +1,2 @@ -SHA256 (dcf77pi-2.1.0.tar.gz) = ef54942974ea7fda85801cc9229a53e29179c86070ff04d730fc5f3c6030694c -SIZE (dcf77pi-2.1.0.tar.gz) = 17785 +SHA256 (dcf77pi-3.0.0.1.tar.gz) = 248167b2d5bfe3c5d41e8a5940952f9d61877b91c7f61d407402763be98c011e +SIZE (dcf77pi-3.0.0.1.tar.gz) = 21002 diff --git a/comms/dcf77pi/pkg-plist b/comms/dcf77pi/pkg-plist index 0e2aee6967fc..037a245a2c03 100644 --- a/comms/dcf77pi/pkg-plist +++ b/comms/dcf77pi/pkg-plist @@ -1,4 +1,13 @@ bin/dcf77pi +bin/dcf77pi-analyze bin/readpin -@sample etc/dcf77pi/config.txt.sample +@sample %%ETCDIR%%/config.txt.sample +include/dcf77pi/config.h +include/dcf77pi/decode_alarm.h +include/dcf77pi/decode_time.h +include/dcf77pi/input.h +include/dcf77pi/mainloop.h +include/dcf77pi/setclock.h +lib/libdcf77.so @dirrmtry %%ETCDIR%% +@dirrmtry include/dcf77pi |