From owner-svn-ports-all@FreeBSD.ORG Wed Dec 24 23:43:50 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78632159; Wed, 24 Dec 2014 23:43:50 +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 4ABB3359D; Wed, 24 Dec 2014 23:43:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBONhool023426; Wed, 24 Dec 2014 23:43:50 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBONhnM4023424; Wed, 24 Dec 2014 23:43:49 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201412242343.sBONhnM4023424@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 24 Dec 2014 23:43:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375497 - 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-1 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: Wed, 24 Dec 2014 23:43:50 -0000 Author: rene Date: Wed Dec 24 23:43:49 2014 New Revision: 375497 URL: https://svnweb.freebsd.org/changeset/ports/375497 QAT: https://qat.redports.org/buildarchive/r375497/ Log: comms/dcf77pi: update to 3.3.0 Changes: * improve support for decoding the alarm messages by showing the main German regions which are affected. Note that this was an experimental and now unused system. With permission from Mr. Wenzelewski from DIN * Doxygen support, provide a Doxyfile (not supported by the port yet) * Small fixes to the FidoCADJ schematics * library: - assign date/time fields more independently so that errors are corrected faster - record the accumulated minute length at the end of each line in the log file, preceded by an 'a'. These values are read back by get_bit_file() - redesign the calculations for the accumulated minute length to be more accurate in case of reception errors or reading log files. Time can now be adjust forwards and backwards. - record the minute cutoff value at the end of each line in the log file, preceded by a 'c'. These values are read back by get_bit_file() - skip consecutive newlines in the log file - use a more accurate sleep time when receiving live bits - set upper bound of hw.freq to 155,000 Hz - API cleanups (types sanitized, const qualifiers added, some renames) - algorithm and code cleanups * dcf77pi: - show the accumulated minute length each second instead of each minute - show the minute cutoff value Modified: head/comms/dcf77pi/Makefile head/comms/dcf77pi/distinfo Modified: head/comms/dcf77pi/Makefile ============================================================================== --- head/comms/dcf77pi/Makefile Wed Dec 24 23:13:23 2014 (r375496) +++ head/comms/dcf77pi/Makefile Wed Dec 24 23:43:49 2014 (r375497) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dcf77pi -PORTVERSION= 3.2.0 +PORTVERSION= 3.3.0 CATEGORIES= comms MAINTAINER= rene@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= rene0 -GH_COMMIT= 671961e +GH_COMMIT= b3cfb0b USES= ncurses USE_LDCONFIG= yes Modified: head/comms/dcf77pi/distinfo ============================================================================== --- head/comms/dcf77pi/distinfo Wed Dec 24 23:13:23 2014 (r375496) +++ head/comms/dcf77pi/distinfo Wed Dec 24 23:43:49 2014 (r375497) @@ -1,2 +1,2 @@ -SHA256 (dcf77pi-3.2.0.tar.gz) = 9d6754dd19e678e05c72d48fc2ee27fc7d84c7ec5c2fd7d1141638a00f2ee87c -SIZE (dcf77pi-3.2.0.tar.gz) = 22307 +SHA256 (dcf77pi-3.3.0.tar.gz) = 9af306106040d9e9b958324e80950af7c7919e853ef8c5b1defb85f4a047dfce +SIZE (dcf77pi-3.3.0.tar.gz) = 51140