Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Oct 2016 19:43:54 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423482 - head/ports-mgmt/synth
Message-ID:  <201610071943.u97JhsVh086157@repo.freebsd.org>

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



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