Skip to content

Commit

Permalink
Update www/vimb to 2.12
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
leot committed Apr 12, 2017
1 parent 3f171b0 commit 27398b1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
8 changes: 4 additions & 4 deletions www/vimb/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand All @@ -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

Expand All @@ -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"
3 changes: 2 additions & 1 deletion www/vimb/PLIST
Original file line number Diff line number Diff line change
@@ -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
10 changes: 5 additions & 5 deletions www/vimb/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 27398b1

Please sign in to comment.