svn commit: r356132 - head/comms/dcf77pi

Rene Ladan rene at FreeBSD.org
Sun Jun 1 15:00:38 UTC 2014


Author: rene
Date: Sun Jun  1 15:00:36 2014
New Revision: 356132
URL: http://svnweb.freebsd.org/changeset/ports/356132
QAT: https://qat.redports.org/buildarchive/r356132/

Log:
  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.

Modified:
  head/comms/dcf77pi/Makefile
  head/comms/dcf77pi/distinfo
  head/comms/dcf77pi/pkg-plist

Modified: head/comms/dcf77pi/Makefile
==============================================================================
--- head/comms/dcf77pi/Makefile	Sun Jun  1 14:48:08 2014	(r356131)
+++ head/comms/dcf77pi/Makefile	Sun Jun  1 15:00:36 2014	(r356132)
@@ -2,17 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	dcf77pi
-PORTVERSION=	2.1.0
+PORTVERSION=	3.0.0.1
 CATEGORIES=	comms
 
 MAINTAINER=	rene at 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
 

Modified: head/comms/dcf77pi/distinfo
==============================================================================
--- head/comms/dcf77pi/distinfo	Sun Jun  1 14:48:08 2014	(r356131)
+++ head/comms/dcf77pi/distinfo	Sun Jun  1 15:00:36 2014	(r356132)
@@ -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

Modified: head/comms/dcf77pi/pkg-plist
==============================================================================
--- head/comms/dcf77pi/pkg-plist	Sun Jun  1 14:48:08 2014	(r356131)
+++ head/comms/dcf77pi/pkg-plist	Sun Jun  1 15:00:36 2014	(r356132)
@@ -1,4 +1,13 @@
 bin/dcf77pi
+bin/dcf77pi-analyze
 bin/readpin
- at sample etc/dcf77pi/config.txt.sample
+ at 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%%
+ at dirrmtry include/dcf77pi


More information about the svn-ports-head mailing list