pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/neatvi neatvi: update to 09



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23f12a075a4f
branches:  trunk
changeset: 456935:23f12a075a4f
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Aug 11 20:20:28 2021 +0000

description:
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:

 editors/neatvi/Makefile |   6 +++---
 editors/neatvi/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (33 lines):

diff -r d1836e540ae1 -r 23f12a075a4f editors/neatvi/Makefile
--- a/editors/neatvi/Makefile   Wed Aug 11 20:12:36 2021 +0000
+++ b/editors/neatvi/Makefile   Wed Aug 11 20:20:28 2021 +0000
@@ -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@localhost
-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 -r d1836e540ae1 -r 23f12a075a4f editors/neatvi/distinfo
--- a/editors/neatvi/distinfo   Wed Aug 11 20:12:36 2021 +0000
+++ b/editors/neatvi/distinfo   Wed Aug 11 20:20:28 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index