diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-06-01 15:00:36 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-06-01 15:00:36 +0000 |
commit | 635797cf055b54a118a51075e82e030d493d9bef (patch) | |
tree | 31a5514b4ea1be7843d53919211f548d4adf0d54 /comms/dcf77pi/pkg-plist | |
parent | 4644881909c694229ca0f310e60fb314d23143ce (diff) |
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.
Notes
Notes:
svn path=/head/; revision=356132
Diffstat (limited to 'comms/dcf77pi/pkg-plist')
-rw-r--r-- | comms/dcf77pi/pkg-plist | 11 |
1 files changed, 10 insertions, 1 deletions
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 |