pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81a0fb29c885
branches:  trunk
changeset: 360975:81a0fb29c885
user:      leot <leot%pkgsrc.org@localhost>
date:      Wed Apr 12 13:25:11 2017 +0000

description:
Update www/vimb to 2.12

Changes:
## 2.12 - 2017-04-11
### Added
* Queueing of key events - fixes swalled chars in case of some imap bindings
  #258 (thanks to Michael Mackus)
* Allow to disable xembed by `FEATURE_NO_XEMBED` to compile on wayland only
  platforms (thanks to Patrick Steinhardt)
* Custom default_zoom setting disables HIGH_DPI logic (thanks to Robert Timm)
* Allow link activation from search result via `<CR>` #131

### Changed
* Allow shortcuts without parameters #329
* Write soup cache to disk after each page load to allow other instances to
  pick this up.
* Use the beginning position of links for hinting (thanks to Yutao Yuan)

### Fixed
* Fix path expansion to accept only valid POSIX.1-2008 usernames (thanks to
  Manzur Mukhitdinov)
* Fix default previouspattern (thanks to Nicolas Porcel)

Please note that this is the last release of the vimb for WebKit1. WebKit1 is not
supported anymore and is considered unsecure.
So this release is a way to end the WebKit1 version of vimb gracefully.
I hope the WebKit2 branch will be in alpha state soon. Hope some developer
will help to migrate the known features to the new WebKit2 process model.
Help is appreciated.

diffstat:

 www/vimb/Makefile |   8 ++++----
 www/vimb/PLIST    |   3 ++-
 www/vimb/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs (55 lines):

diff -r 69dd034bdfb4 -r 81a0fb29c885 www/vimb/Makefile
--- a/www/vimb/Makefile Wed Apr 12 13:17:34 2017 +0000
+++ b/www/vimb/Makefile Wed Apr 12 13:25:11 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2017/02/28 15:20:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2017/04/12 13:25:11 leot Exp $
 
-DISTNAME=      vimb-2.11
-PKGREVISION=   8
+DISTNAME=      vimb-2.12
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fanglingsu/}
 
@@ -23,7 +22,7 @@
 SUBST_MESSAGE.configmk=        Bump _XOPEN_SOURCE version and correctly define _POSIX_SOURCE
 SUBST_FILES.configmk=  config.mk
 SUBST_SED.configmk+=   -e '/_XOPEN_SOURCE/ s/500/600/'
-SUBST_SED.configmk+=   -e '/_POSIX_SOURCE/ s/-DPOSIX_SOURCE/-DPOSIX_SOURCE=1/'
+SUBST_SED.configmk+=   -e '/_POSIX_SOURCE/ s/-D_POSIX_SOURCE/-D_POSIX_SOURCE=1/'
 
 EGDIR=         ${PREFIX}/share/examples/vimb
 
@@ -33,5 +32,6 @@
 
 .include "../../net/libsoup/buildlink3.mk"
 .include "../../www/webkit24-gtk/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 69dd034bdfb4 -r 81a0fb29c885 www/vimb/PLIST
--- a/www/vimb/PLIST    Wed Apr 12 13:17:34 2017 +0000
+++ b/www/vimb/PLIST    Wed Apr 12 13:25:11 2017 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2016/01/24 17:08:39 leot Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/04/12 13:25:11 leot Exp $
 bin/vimb
 man/man1/vimb.1
+share/applications/vimb.desktop
 share/examples/vimb/formfiller/formfiller
 share/examples/vimb/formfiller/scripts.js
diff -r 69dd034bdfb4 -r 81a0fb29c885 www/vimb/distinfo
--- a/www/vimb/distinfo Wed Apr 12 13:17:34 2017 +0000
+++ b/www/vimb/distinfo Wed Apr 12 13:25:11 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/01/24 17:08:39 leot Exp $
+$NetBSD: distinfo,v 1.2 2017/04/12 13:25:11 leot Exp $
 
-SHA1 (vimb-2.11.tar.gz) = e9e9a8d821be20256766c331c7afe7d8baea5b9d
-RMD160 (vimb-2.11.tar.gz) = d3f5d4d32790c6bb29ba58e247313e560959566f
-SHA512 (vimb-2.11.tar.gz) = f61237f6c6bce18954e8a58fe2b25e9803b80b48f1de99cad00fb7e6581240490f1a2fcfe1a34a429b521a44dc0c99d3c7420c5a47ee591000b2868354843788
-Size (vimb-2.11.tar.gz) = 130722 bytes
+SHA1 (vimb-2.12.tar.gz) = 57212aa4c283ad275a4dc3d2ecec7d4c4ae688d4
+RMD160 (vimb-2.12.tar.gz) = 5d9ab7e53f562e9eef1797d720d7e3b3fb6a4db7
+SHA512 (vimb-2.12.tar.gz) = cd11bc73c089c5e9fa2d2c9cd1a3bc5e7ac8a79cbf7261b7f9f89316cf656669419914b1a0aac023020c4e37842045aa6f7dfe971368a682ff662a9412577839
+Size (vimb-2.12.tar.gz) = 132958 bytes



Home | Main Index | Thread Index | Old Index