From owner-svn-ports-all@FreeBSD.ORG Sun Jun 1 15:00:38 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 002515E3; Sun, 1 Jun 2014 15:00:37 +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 C8F172334; Sun, 1 Jun 2014 15:00:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s51F0brY010564; Sun, 1 Jun 2014 15:00:37 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s51F0bHl010559; Sun, 1 Jun 2014 15:00:37 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201406011500.s51F0bHl010559@svn.freebsd.org> From: Rene Ladan Date: Sun, 1 Jun 2014 15:00:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356132 - 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: Sun, 01 Jun 2014 15:00:38 -0000 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@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 -@sample etc/dcf77pi/config.txt.sample +@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%% +@dirrmtry include/dcf77pi