summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-08-11 20:20:28 +0000
committernia <nia@pkgsrc.org>2021-08-11 20:20:28 +0000
commit8bd96310cfcaddbfcb935378e4fbcd4e29f96cdd (patch)
treec1714bb30f2ebde8e737982d2bd29ed2fd8f47f0 /editors
parent206adc794974e6ae7045b084da10487b37daf586 (diff)
downloadpkgsrc-8bd96310cfcaddbfcb935378e4fbcd4e29f96cdd.tar.gz
neatvi: update to 09
Ali Gholami Rudi (16): ex: handle spaces in shell commands cmd: fix cmd_pipe() on OpenBSD cmd: fix closing fds[2] in cmd_pipe() ex: make text direction buffer local regex: updates from neatlibc ex: advance a single line for each line break conf.h: highlight shell keywords and variables conf.h: python syntax highlighting conf.h: troff refer database highlighting led: do not touch ai array led_line() when ai_max is zero ren: render double width characters cmd: read until EOF if POLLIN and POLLERR are returned from poll() ren: use ren_placeholder() to find character width vi: do nothing in @@, when invoked for the first time vi: do not copy vi_charlast into itself in vi_findchar() ren: fix returning the width of characters not in conf_placeholder Conny Wagenius (2): conf.h: syntax coloring for diff & patch ex: buffer command to switch buffers Kyryl Melekhin (1): ex: move cursor to the first change after undoing :s
Diffstat (limited to 'editors')
-rw-r--r--editors/neatvi/Makefile6
-rw-r--r--editors/neatvi/distinfo10
2 files changed, 8 insertions, 8 deletions
diff --git a/editors/neatvi/Makefile b/editors/neatvi/Makefile
index 20bd63b8a51..ccc6bc64a82 100644
--- a/editors/neatvi/Makefile
+++ b/editors/neatvi/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2020/12/18 23:03:37 nia Exp $
+# $NetBSD: Makefile,v 1.4 2021/08/11 20:20:28 nia Exp $
-DISTNAME= neatvi-08
+DISTNAME= neatvi-09
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=aligrudi/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://github.com/aligrudi/neatvi/
+HOMEPAGE= https://github.com/aligrudi/neatvi
COMMENT= Small vi/ex editor for editing bidirectional UTF-8 text
LICENSE= isc
diff --git a/editors/neatvi/distinfo b/editors/neatvi/distinfo
index 286a6158b68..f6f466c42bd 100644
--- a/editors/neatvi/distinfo
+++ b/editors/neatvi/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/12/18 23:03:37 nia Exp $
+$NetBSD: distinfo,v 1.4 2021/08/11 20:20:28 nia Exp $
-SHA1 (neatvi-08.tar.gz) = 438c662a0a04e54c250187d0a29bcd786ceb2048
-RMD160 (neatvi-08.tar.gz) = d402301780bed9ec3c1a8fe4b8f616fc42c090da
-SHA512 (neatvi-08.tar.gz) = c883e06e215143498a04ece5cacee745fda3cc16a3b31b2a3e70cd559c1dffaddb2c6e98960e0293e37ea55a72a805564cc7e69d86f1e1689303a06244be929d
-Size (neatvi-08.tar.gz) = 43389 bytes
+SHA1 (neatvi-09.tar.gz) = 89453680b937689658cc8a85e8b3449bf61f1088
+RMD160 (neatvi-09.tar.gz) = 92149255faedd069c6c25a63867eb1d25eca9ce9
+SHA512 (neatvi-09.tar.gz) = 11b0c34525210bcb96fc0128056a0c350cdea3318cc26b3c3aac5bce59809d8eab0dd63b410d5f91d2965ce5030ee104f614f829264854df6f26ef05a605d876
+Size (neatvi-09.tar.gz) = 44088 bytes