From owner-svn-ports-all@freebsd.org Fri Oct 7 19:43:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 733D6C0594A; Fri, 7 Oct 2016 19:43:55 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 28AA6CFB; Fri, 7 Oct 2016 19:43:55 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u97Jhsda086159; Fri, 7 Oct 2016 19:43:54 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u97JhsVh086157; Fri, 7 Oct 2016 19:43:54 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610071943.u97JhsVh086157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 7 Oct 2016 19:43:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423482 - head/ports-mgmt/synth 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.23 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: Fri, 07 Oct 2016 19:43:55 -0000 Author: marino Date: Fri Oct 7 19:43:54 2016 New Revision: 423482 URL: https://svnweb.freebsd.org/changeset/ports/423482 Log: ports-mgmt/synth: Upgrade version 1.53 => 1.54 Handles remaining resizing exceptions and improves display handling. Yesterday's work handled most of the common display exceptions, but others were still possible. Now all possible exceptions are handled. Several improvements were made to the display: 1) lines no longer wrap if the size width is resized too narrow; they get truncated as always intended 2) Elements such as the elapse timer don't get displayed in the wrong place when the screen is too narrow (they just don't show) 3) The dashes now get restored if the screen is sized small and then big again (or started small and then expanded). In many cases those lines just never came back before. 4) The "full" refresh frequency was increased a period of 30 seconds to a period of 4 seconds. This has a side benefit to text-mode watchdog as well since that's the same timer for the log inspection. 5) The history window height ranges from 10 to 50 rows. If the xterm window starts small, the history will be 10 lines. If it starts big, the number of lines will be dictated by the original size of the xterm window. Making the screen small and then bigger again will reveal the full number of log lines. Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Fri Oct 7 19:37:14 2016 (r423481) +++ head/ports-mgmt/synth/Makefile Fri Oct 7 19:43:54 2016 (r423482) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.53 +PORTVERSION= 1.54 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Fri Oct 7 19:37:14 2016 (r423481) +++ head/ports-mgmt/synth/distinfo Fri Oct 7 19:43:54 2016 (r423482) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475653545 -SHA256 (jrmarino-synth-v1.53_GH0.tar.gz) = 8c83ad4ad45c792d2d18b65d4fde4b6d00f65ea7815af0300f928c08a810c0c8 -SIZE (jrmarino-synth-v1.53_GH0.tar.gz) = 103624 +TIMESTAMP = 1475783717 +SHA256 (jrmarino-synth-v1.54_GH0.tar.gz) = 0a55cfe101333841532962c57c785e8c778764f564ba06c45012ae3e5f4aae76 +SIZE (jrmarino-synth-v1.54_GH0.tar.gz) = 104261