From 27398b11861eb13aee5fb387700eace706991e89 Mon Sep 17 00:00:00 2001 From: leot Date: Wed, 12 Apr 2017 13:25:11 +0000 Subject: [PATCH] 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 `` #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. --- www/vimb/Makefile | 8 ++++---- www/vimb/PLIST | 3 ++- www/vimb/distinfo | 10 +++++----- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/www/vimb/Makefile b/www/vimb/Makefile index 575d4cc9d1d93..a4641497631cf 100644 --- a/www/vimb/Makefile +++ b/www/vimb/Makefile @@ -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_STAGE.configmk= pre-configure 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 @@ NOT_PAX_MPROTECT_SAFE+= bin/vimb .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 --git a/www/vimb/PLIST b/www/vimb/PLIST index 4012cf8f4ac81..03607d46d72ac 100644 --- a/www/vimb/PLIST +++ b/www/vimb/PLIST @@ -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 --git a/www/vimb/distinfo b/www/vimb/distinfo index 0612c93ce8bfc..36101e4812ac9 100644 --- a/www/vimb/distinfo +++ b/www/vimb/distinfo @@ -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