pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
vimb: Update wip/vimb to 2.11.
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Fri Dec 18 20:57:12 2015 +0100
Changeset: cc9880eed41c4bd09f74962d45915ca7ab6ad17a
Modified Files:
vimb/Makefile
vimb/distinfo
Removed Files:
vimb/patches/patch-Makefile
Log Message:
vimb: Update wip/vimb to 2.11.
Changes:
The new vimb 2.11 is now released. With some new features and important bug
fixes.
I thank following people for providing ideas and patches:
- Benjamin Petrenko
- Chris Salzberg
- Dmitrij D. Czarkoff
- Jiri Marsicek
- Leonardo Taccari
- PLR
- Yutao Yuan
Added
* Added hint-number-same-length option
* VERBOSE flag to Makefile to toggle verbose make on
* `<Esc>` removes selections in normal mode
* Support for multiple configuration profiles. New parameter `-p` or
`--profile`
* Adds support for contenteditable attribute as input mode trigger
[#237](https://github.com/fanglingsu/vimb/issues/237)
* Added `^` as normal mode alias of `0`
[#236](https://github.com/fanglingsu/vimb/issues/236)
* Added :source command to source a config file
* Added path completion for :save command too
* Added closed-max-items option to allow to store more than one closed page
Changed
* Set only required CFLAGS
* Replaced `-Wpedantic` with `-pedantic` CFLAGS for older gcc versions
* Check for focused editable element as soon as possible
* Do not blur the focused element after alt-tabbing
* Show typed text as last completion entry to easily change it
[#253](https://github.com/fanglingsu/vimb/issues/253)
Fixed
* Fixed [#224](https://github.com/fanglingsu/vimb/issues/224): Wrong URL and
titles shown in case one or more pages could not be loaded.
* Fixed Makefile install target using -D
* Fixed [#232](https://github.com/fanglingsu/vimb/issues/232): Fixed misplaced
hint labels on some sites
* Fixed [#235](https://github.com/fanglingsu/vimb/issues/235): Randomly reset
cookie file
* Fixed none POSIX `echo -n` call
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cc9880eed41c4bd09f74962d45915ca7ab6ad17a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
vimb/Makefile | 2 +-
vimb/distinfo | 8 ++++----
vimb/patches/patch-Makefile | 17 -----------------
3 files changed, 5 insertions(+), 22 deletions(-)
diffs:
diff --git a/vimb/Makefile b/vimb/Makefile
index df88f6c..09c7dbb 100644
--- a/vimb/Makefile
+++ b/vimb/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.21 2015/08/22 12:26:27 leot1990 Exp $
-DISTNAME= vimb-2.10
+DISTNAME= vimb-2.11
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=fanglingsu/}
diff --git a/vimb/distinfo b/vimb/distinfo
index c202443..5c32723 100644
--- a/vimb/distinfo
+++ b/vimb/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.14 2015/06/13 19:31:34 leot1990 Exp $
-SHA1 (vimb-2.10.tar.gz) = f3216718e42a60997d0f0d8c68124614d068c670
-RMD160 (vimb-2.10.tar.gz) = e861ef5f623f361554c58023c08d02a945c08c2c
-Size (vimb-2.10.tar.gz) = 127502 bytes
-SHA1 (patch-Makefile) = d08b4ed88b86ff6de14f75e95effbd93fd06f718
+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
diff --git a/vimb/patches/patch-Makefile b/vimb/patches/patch-Makefile
deleted file mode 100644
index 7426325..0000000
--- a/vimb/patches/patch-Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-Makefile,v 1.1 2015/06/13 19:31:34 leot1990 Exp $
-
-o Get rid of the -D install(1) option.
-o Properly create the BINDIR like all other directories used.
-
---- Makefile.orig 2015-06-13 15:29:55.000000000 +0000
-+++ Makefile
-@@ -19,7 +19,8 @@ clean:
- @$(MAKE) $(MFLAGS) -C tests clean
-
- install: $(TARGET) $(DOCDIR)/$(MAN1)
-- install -D -m 755 $(SRCDIR)/$(TARGET) $(DESTDIR)$(BINDIR)/$(TARGET)
-+ install -d $(DESTDIR)$(BINDIR)
-+ install -m 755 $(SRCDIR)/$(TARGET) $(DESTDIR)$(BINDIR)/$(TARGET)
- install -d $(DESTDIR)$(EXAMPLEDIR)
- cp -r examples/* $(DESTDIR)$(EXAMPLEDIR)
- install -d $(DESTDIR)$(MANDIR)/man1
Home |
Main Index |
Thread Index |
Old Index