diff options
author | marino <marino@FreeBSD.org> | 2016-10-08 03:43:54 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-10-08 03:43:54 +0800 |
commit | 5c27acbc9b957f86b826075861eb117e3dd5953a (patch) | |
tree | 8e3ba499428d18b28c536c7a220543e60c45b7f7 /ports-mgmt | |
parent | c8c0d07930ad1e7335ec09adb23b8559a3bc9b31 (diff) | |
download | freebsd-ports-gnome-5c27acbc9b957f86b826075861eb117e3dd5953a.tar.gz freebsd-ports-gnome-5c27acbc9b957f86b826075861eb117e3dd5953a.tar.zst freebsd-ports-gnome-5c27acbc9b957f86b826075861eb117e3dd5953a.zip |
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.
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/synth/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/synth/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile index b52b55bf6c68..9eb5034d651c 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.53 +PORTVERSION= 1.54 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt diff --git a/ports-mgmt/synth/distinfo b/ports-mgmt/synth/distinfo index 0e9f35e763b0..86be51169932 100644 --- a/ports-mgmt/synth/distinfo +++ b/ports-mgmt/synth/distinfo @@ -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 |