Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2014 23:43:49 +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: r375497 - head/comms/dcf77pi
Message-ID:  <201412242343.sBONhnM4023424@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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