pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/neatvi



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Aug 11 20:20:28 UTC 2021

Modified Files:
        pkgsrc/editors/neatvi: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/neatvi/Makefile \
    pkgsrc/editors/neatvi/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/neatvi/Makefile
diff -u pkgsrc/editors/neatvi/Makefile:1.3 pkgsrc/editors/neatvi/Makefile:1.4
--- pkgsrc/editors/neatvi/Makefile:1.3  Fri Dec 18 23:03:37 2020
+++ pkgsrc/editors/neatvi/Makefile      Wed Aug 11 20:20:28 2021
@@ -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
 
Index: pkgsrc/editors/neatvi/distinfo
diff -u pkgsrc/editors/neatvi/distinfo:1.3 pkgsrc/editors/neatvi/distinfo:1.4
--- pkgsrc/editors/neatvi/distinfo:1.3  Fri Dec 18 23:03:37 2020
+++ pkgsrc/editors/neatvi/distinfo      Wed Aug 11 20:20:28 2021
@@ -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