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 | |
parent | 4644881909c694229ca0f310e60fb314d23143ce (diff) |
Notes
-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 |