pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/vimb vimb: Update to 3.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57aa7a688254
branches:  trunk
changeset: 420500:57aa7a688254
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Jan 03 14:55:27 2020 +0000

description:
vimb: Update to 3.6.0

Changes:
3.6.0
=====
Added
-----
* `:cleardata [listOfDataTypes] [timeSpan]` command to clear various types of
  stored website data modified in the last _timeSpan_.
* Setting `hint-match-element` to allow to disable the hinting to filter hints
  by the elements text content. This is useful if 'hint-keys' are set the
  chars instead of numbers.
* New autocmd event `LoadStarting` to run auto commands before the first page
  content is loaded (Thanks to Patrick Steinhardt).
* Setting `geolocation` with values ('ask', 'always' and 'never') to allow the
  user to permit or disable geolcation requests by default (Thanks to Alva).
* Setting `dark-mode` to switch the webview into dark mode, which might be
  picked up by pages media query to setup dark styling (Thanks to Alva).
* Option `--cmd, -C` to run ex commands on startup.

Removed
-------
* `:clearcache` was removed in favor of more advanced `:cleardata` command.
  The previous behaviour of `:clearcache` could be replaces by
  `:cleardata memory-cache,disk-cache`.

diffstat:

 www/vimb/Makefile |   5 ++---
 www/vimb/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (28 lines):

diff -r 3e21eefab041 -r 57aa7a688254 www/vimb/Makefile
--- a/www/vimb/Makefile Fri Jan 03 13:26:19 2020 +0000
+++ b/www/vimb/Makefile Fri Jan 03 14:55:27 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2019/09/10 22:53:54 leot Exp $
+# $NetBSD: Makefile,v 1.35 2020/01/03 14:55:27 leot Exp $
 
-DISTNAME=      vimb-3.5.0
-PKGREVISION=   1
+DISTNAME=      vimb-3.6.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fanglingsu/}
 
diff -r 3e21eefab041 -r 57aa7a688254 www/vimb/distinfo
--- a/www/vimb/distinfo Fri Jan 03 13:26:19 2020 +0000
+++ b/www/vimb/distinfo Fri Jan 03 14:55:27 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/07/31 16:33:42 leot Exp $
+$NetBSD: distinfo,v 1.7 2020/01/03 14:55:27 leot Exp $
 
-SHA1 (vimb-3.5.0.tar.gz) = e988398a1d83744ef0c7021f5aa7084b55f4ca67
-RMD160 (vimb-3.5.0.tar.gz) = cfd03e29f1fef449deb8769aa45fce8bfa376e0b
-SHA512 (vimb-3.5.0.tar.gz) = e90373235b0d277a8232eff069faaa0c615d53dbfbfae3c3ba76af30cc5a3424c173c4bc5f56c0e5dd2d4e5dac349d6615d452a00ab2b2ee12c7c39ebe95c981
-Size (vimb-3.5.0.tar.gz) = 141269 bytes
+SHA1 (vimb-3.6.0.tar.gz) = c068cb9743be8f326c7d3da416d45ef2d1844b76
+RMD160 (vimb-3.6.0.tar.gz) = 96e23c9df28d067fec149e7a97a9f3b24048c0ec
+SHA512 (vimb-3.6.0.tar.gz) = 0c1a131641c47ec0dd7a5346d5e7260f85293ecc105e04e6265680c53bbbdc8d98acc4f4e11443efc4e4148aa0b77c496cf7e5f59d44857e6e612c3d4a643c8f
+Size (vimb-3.6.0.tar.gz) = 144750 bytes



Home | Main Index | Thread Index | Old Index