diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-06-21 22:46:12 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-06-21 22:46:12 +0000 |
commit | 11fb4232d6b268118951443102d00a81b9550d34 (patch) | |
tree | 804226b5020242e2a35d1d6a0653c5baa40209bf /comms/dcf77pi/pkg-plist | |
parent | 413652f2c0b7c40980290e2b631a63dbf22bca1a (diff) |
Yet another DCF77 decoder. This one is intended for the Raspberry Pi
platform but might work on other devices using GPIO pins too.
The received data can be logged for later playback/analysis.
WWW: https://github.com/rene0/dcf77pi
Notes
Notes:
svn path=/head/; revision=321506
Diffstat (limited to 'comms/dcf77pi/pkg-plist')
-rw-r--r-- | comms/dcf77pi/pkg-plist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/comms/dcf77pi/pkg-plist b/comms/dcf77pi/pkg-plist new file mode 100644 index 000000000000..2e3d6ab12ba8 --- /dev/null +++ b/comms/dcf77pi/pkg-plist @@ -0,0 +1,8 @@ +bin/dcf77pi +bin/readpin +%%PORTDOCS%%%%DOCSDIR%%/README.md +@unexec if cmp -s %D/etc/dcf77pi/hardware.txt.sample %D/etc/dcf77pi/hardware.txt ; then rm -f %D/etc/dcf77pi/hardware.txt ; fi +etc/dcf77pi/hardware.txt.sample +@exec if [ ! -f %D/etc/dcf77pi/hardware.txt ] ; then cp -p %D/%F %B/hardware.txt ; fi +@dirrmtry %%ETCDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% |