pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/vimb



Module Name:    pkgsrc
Committed By:   leot
Date:           Fri Jan  3 14:55:27 UTC 2020

Modified Files:
        pkgsrc/www/vimb: Makefile distinfo

Log Message:
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`.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/vimb/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/vimb/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/vimb/Makefile
diff -u pkgsrc/www/vimb/Makefile:1.34 pkgsrc/www/vimb/Makefile:1.35
--- pkgsrc/www/vimb/Makefile:1.34       Tue Sep 10 22:53:54 2019
+++ pkgsrc/www/vimb/Makefile    Fri Jan  3 14:55:27 2020
@@ -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/}
 

Index: pkgsrc/www/vimb/distinfo
diff -u pkgsrc/www/vimb/distinfo:1.6 pkgsrc/www/vimb/distinfo:1.7
--- pkgsrc/www/vimb/distinfo:1.6        Wed Jul 31 16:33:42 2019
+++ pkgsrc/www/vimb/distinfo    Fri Jan  3 14:55:27 2020
@@ -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