pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
neovim-git: Update to v0.2.0 (development version)
Module Name: pkgsrc-wip
Committed By: Jonathan Buschmann <jonthn+pkgsrc%pinacea.com@localhost>
Pushed By: jonthn
Date: Thu Nov 10 23:18:18 2016 +0100
Changeset: 65f41f3208e053075050e6705efe5aa946e413e1
Modified Files:
neovim-git/Makefile
neovim-git/PLIST
Log Message:
neovim-git: Update to v0.2.0 (development version)
Remove dependency to libmpack
Change for CMake build directory
Changes for PLIST
-- Changelog for v0.1.6
Features
0b5a7e4 PR #4432 API: external UIs can render custom popupmenu
c6ac4f8 PR #4934 API: call any API method from vimscript
31df051 PR #4568 API: nvim_call_atomic(): multiple calls in a single request
b268ba3 PR #5424 API: nvim_win_get_number(), nvim_tabpage_get_number()
e7e2844 has("nvim-1.2.3") checks for a specific Nvim version
522b885 PRs #5295, #5493 :CheckHealth checks tmux, terminfo, performance
719dae2 PR #5384 events: allow event processing in getchar()
f25797f PR #5386 API: metadata: Nvim version & API level
22dfe69 PR #5389 API: metadata: "since", "deprecated_since"
605e743 Added QuickFixLine highlight group
Fixes
e838452 PR #5436 tui: Fix "weird characters" / "bleeding termcodes"
10a54ad PR #5243 signal_init: Always unblock SIGCHLD.
bccb49b PR #5316 eval.c: Fix memory leak for detached pty job
626065d PR #5227 tchdir: New tab should inherit CWD.
cd321b7 PR #5292 getcwd(): Return empty string if CWD is invalid.
6127eae shada: Fix non-writeable ShaDa directory handling
ca65514 PR #2789 system(): Respect shellxescape, shellxquote
2daf54e PR #4874 Restore vim-like tab dragging
0c536b5 PR #5319 syntax.c: Support bg/fg special color-names.
3c53371 PR #4972 from justinmk/schedule-ui_refresh
68bcb32 PR #4789 tui.c: Do not wait for tui loop on teardown.
c8b6ec2 PR #5409 v:count broken in command-line window
6bc3bce PR #5461 fix emoji display
51937e1 PR #5470 fix :terminal with :argadd, :argu
79d77da PR #5481 external UIs: opening multiple files from command-line
657ba62 PR #5501 rplugin: resolve paths in manifest file
6a6f188 PR #5502 system('foo &', 'bar'): Show error, don't crash.
1ff162c PR #5515 os_nodetype: open fd with O_NONBLOCK
2a6c5bb PR #5450 modeline: Handle version number overflow.
0ade1bb PR #5225 CI tests now run against Windows!
Changes
4af6ec7 PR #5253 perf: Disable clipboard in do_cmdline()
6e9f329 PR #5299 perf: Skip foldUpdate() in insert-mode.
9d4fcec PR #5426 perf: Do not auto-update folds for some foldmethods.
eeec0ca PR #5419 tui: Default to normal-mode cursor shape.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=65f41f3208e053075050e6705efe5aa946e413e1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
neovim-git/Makefile | 10 ++++++++--
neovim-git/PLIST | 7 ++++++-
2 files changed, 14 insertions(+), 3 deletions(-)
diffs:
diff --git a/neovim-git/Makefile b/neovim-git/Makefile
index 705d515..056d59b 100644
--- a/neovim-git/Makefile
+++ b/neovim-git/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.7 2015/06/18 20:53:01 jonthn Exp $
-PKGNAME= neovim-0.1.5
+PKGNAME= neovim-0.2.0
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=neovim/}
@@ -19,9 +19,15 @@ LUA_VERSIONS_ACCEPTED=51
USE_LANGUAGES= c c++
USE_CMAKE= yes
+CONFIGURE_DIRS= ${WRKDIR}/build
+CMAKE_ARG_PATH= ${WRKSRC}
+CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=RelWithDebInfo
+
DEPENDS+= ${LUA_PKGPREFIX}-MessagePack-[0-9]*:../../wip/lua-MessagePack
DEPENDS+= ${LUA_PKGPREFIX}-lpeg-[0-9]*:../../devel/lua-lpeg
-DEPENDS+= ${LUA_PKGPREFIX}-mpack-[0-9]*:../../wip/lua-mpack
+
+post-extract:
+ ${RUN} mkdir -p ${WRKDIR}/build
.include "options.mk"
diff --git a/neovim-git/PLIST b/neovim-git/PLIST
index b84b247..7fc7456 100644
--- a/neovim-git/PLIST
+++ b/neovim-git/PLIST
@@ -47,6 +47,8 @@ share/nvim/runtime/autoload/decada.vim
share/nvim/runtime/autoload/gnat.vim
share/nvim/runtime/autoload/gzip.vim
share/nvim/runtime/autoload/health.vim
+share/nvim/runtime/autoload/health/nvim.vim
+share/nvim/runtime/autoload/health/provider.vim
share/nvim/runtime/autoload/htmlcomplete.vim
share/nvim/runtime/autoload/javascriptcomplete.vim
share/nvim/runtime/autoload/man.vim
@@ -175,6 +177,7 @@ share/nvim/runtime/doc/autocmd.txt
share/nvim/runtime/doc/change.txt
share/nvim/runtime/doc/cmdline.txt
share/nvim/runtime/doc/debug.txt
+share/nvim/runtime/doc/deprecated.txt
share/nvim/runtime/doc/develop.txt
share/nvim/runtime/doc/diff.txt
share/nvim/runtime/doc/digraph.txt
@@ -212,6 +215,7 @@ share/nvim/runtime/doc/options.txt
share/nvim/runtime/doc/os_win32.txt
share/nvim/runtime/doc/pattern.txt
share/nvim/runtime/doc/pi_gzip.txt
+share/nvim/runtime/doc/pi_health.txt
share/nvim/runtime/doc/pi_matchit.txt
share/nvim/runtime/doc/pi_msgpack.txt
share/nvim/runtime/doc/pi_netrw.txt
@@ -224,7 +228,6 @@ share/nvim/runtime/doc/print.txt
share/nvim/runtime/doc/provider.txt
share/nvim/runtime/doc/quickfix.txt
share/nvim/runtime/doc/quickref.txt
-share/nvim/runtime/doc/quotes.txt
share/nvim/runtime/doc/recover.txt
share/nvim/runtime/doc/remote.txt
share/nvim/runtime/doc/remote_plugin.txt
@@ -349,6 +352,7 @@ share/nvim/runtime/ftplugin/gitsendemail.vim
share/nvim/runtime/ftplugin/go.vim
share/nvim/runtime/ftplugin/gpg.vim
share/nvim/runtime/ftplugin/gprof.vim
+share/nvim/runtime/ftplugin/groovy.vim
share/nvim/runtime/ftplugin/group.vim
share/nvim/runtime/ftplugin/grub.vim
share/nvim/runtime/ftplugin/haml.vim
@@ -778,6 +782,7 @@ share/nvim/runtime/syntax/autohotkey.vim
share/nvim/runtime/syntax/autoit.vim
share/nvim/runtime/syntax/automake.vim
share/nvim/runtime/syntax/ave.vim
+share/nvim/runtime/syntax/avra.vim
share/nvim/runtime/syntax/awk.vim
share/nvim/runtime/syntax/ayacc.vim
share/nvim/runtime/syntax/b.vim
Home |
Main Index |
Thread Index |
Old Index