From owner-svn-ports-all@FreeBSD.ORG Mon Jul 14 11:23:39 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1162C1F3; Mon, 14 Jul 2014 11:23:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8EDE2D4A; Mon, 14 Jul 2014 11:23:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EBNcKM013512; Mon, 14 Jul 2014 11:23:38 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6EBNc0P013509; Mon, 14 Jul 2014 11:23:38 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201407141123.s6EBNc0P013509@svn.freebsd.org> From: Rene Ladan Date: Mon, 14 Jul 2014 11:23:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361774 - head/comms/dcf77pi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2014 11:23:39 -0000 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