summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorleot <leot>2017-04-12 13:25:11 +0000
committerleot <leot>2017-04-12 13:25:11 +0000
commit141cd31438d218ba098f895759a7cef9ab3c8c42 (patch)
treee8b26a615ef8e6561207a88840ca119490fc0365 /www
parentbc6fb410cf1a0a315d6bab9c93c862f13e0bbbbc (diff)
downloadpkgsrc-141cd31438d218ba098f895759a7cef9ab3c8c42.tar.gz
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 (limited to 'www')
-rw-r--r--www/vimb/Makefile8
-rw-r--r--www/vimb/PLIST3
-rw-r--r--www/vimb/distinfo10
3 files changed, 11 insertions, 10 deletions
diff --git a/www/vimb/Makefile b/www/vimb/Makefile
index 575d4cc9d1d..a4641497631 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 4012cf8f4ac..03607d46d72 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 0612c93ce8b..36101e4812a 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