Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 2014 11:23:38 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361774 - head/comms/dcf77pi
Message-ID:  <201407141123.s6EBNc0P013509@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Mon Jul 14 11:23:37 2014
New Revision: 361774
URL: http://svnweb.freebsd.org/changeset/ports/361774
QAT: https://qat.redports.org/buildarchive/r361774/

Log:
  comms/dcf77pi: update to 3.1.0, improve pkg-descr
  
  General:
  - add partial support for OSX and Cygwin
  - add bitinfo.last0 field which represents the last pulse where the radio signal was 0
  - store radio signal into a new field bitinfo.signal
  - more robust handling of radio signal glitches
  - improve realfreq by approximately 7% on a non-optimized standard build
  - simplify code for handling DST changes and leap seconds
  - defer assigning the decoded time until the minute length has been checked
    to match the exact expected value (i.e. 59 unless a leap second occurs)
  - code cleanups
  
  README:
   - mention supported platforms
  
  dcf77pi:
  - display updates, show last0
  
  readpin:
  - overhaul to make more use of libdcf77
  - drop -t parameter

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

Modified: head/comms/dcf77pi/Makefile
==============================================================================
--- head/comms/dcf77pi/Makefile	Mon Jul 14 11:20:47 2014	(r361773)
+++ head/comms/dcf77pi/Makefile	Mon Jul 14 11:23:37 2014	(r361774)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dcf77pi
-PORTVERSION=	3.0.0.1
+PORTVERSION=	3.1.0
 CATEGORIES=	comms
 
 MAINTAINER=	rene@FreeBSD.org
@@ -12,7 +12,7 @@ LICENSE=	BSD2CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rene0
-GH_COMMIT=	92c359d
+GH_COMMIT=	d441662
 
 USES=		ncurses
 

Modified: head/comms/dcf77pi/distinfo
==============================================================================
--- head/comms/dcf77pi/distinfo	Mon Jul 14 11:20:47 2014	(r361773)
+++ head/comms/dcf77pi/distinfo	Mon Jul 14 11:23:37 2014	(r361774)
@@ -1,2 +1,2 @@
-SHA256 (dcf77pi-3.0.0.1.tar.gz) = 248167b2d5bfe3c5d41e8a5940952f9d61877b91c7f61d407402763be98c011e
-SIZE (dcf77pi-3.0.0.1.tar.gz) = 21002
+SHA256 (dcf77pi-3.1.0.tar.gz) = e47f31c2c1e9fee5185e71f0c4229a8be870caeae1e0f046b5259d0d4382a001
+SIZE (dcf77pi-3.1.0.tar.gz) = 20560

Modified: head/comms/dcf77pi/pkg-descr
==============================================================================
--- head/comms/dcf77pi/pkg-descr	Mon Jul 14 11:20:47 2014	(r361773)
+++ head/comms/dcf77pi/pkg-descr	Mon Jul 14 11:23:37 2014	(r361774)
@@ -3,4 +3,6 @@ platform but might work on other devices
 
 The received data can be logged for later playback/analysis.
 
+The software is written as a library for easy reuse into other software.
+
 WWW: https://github.com/rene0/dcf77pi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407141123.s6EBNc0P013509>