Fri Dec 18 23:03:37 2020 UTC ()
neatvi: Update to 08

Ali Gholami Rudi (15):
      led: use --- filetype for ex prompt and messages
      ex: call :p for empty lines only once
      ex: escape command with addresses
      ex: for ec_exec, '|' is not a command separator
      vi: redraw the entire screen if current line changes
      led: use the attribute of \n for blanks
      vi: hll option to highlight current line
      conf.h: update syntax highlighting rules for neatmail summaries
      conf: MKFILE_MODE specifies the access mode of new files
      vi: fix updating previous hll row
      uc: make uc_dec() more compact by removing its loop
      uc: make uc_len() more compact by combining the first two conditions
      ex: % and # signs in command line arguments should be escaped
      vi: call term_done() even if ex_init() fails
      led: indenting and deindenting when auto-indent buffer is empty


(nia)
diff -r1.2 -r1.3 pkgsrc/editors/neatvi/Makefile
diff -r1.2 -r1.3 pkgsrc/editors/neatvi/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/editors/neatvi/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/neatvi/Makefile 2020/01/18 21:53:58 1.2
+++ pkgsrc/editors/neatvi/Makefile 2020/12/18 23:03:37 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2020/01/18 21:53:58 nia Exp $ 1# $NetBSD: Makefile,v 1.3 2020/12/18 23:03:37 nia Exp $
2 2
3DISTNAME= neatvi-07 3DISTNAME= neatvi-08
4CATEGORIES= editors 4CATEGORIES= editors
5MASTER_SITES= ${MASTER_SITE_GITHUB:=aligrudi/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=aligrudi/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://github.com/aligrudi/neatvi/ 8HOMEPAGE= https://github.com/aligrudi/neatvi/
9COMMENT= Small vi/ex editor for editing bidirectional UTF-8 text 9COMMENT= Small vi/ex editor for editing bidirectional UTF-8 text
10LICENSE= isc 10LICENSE= isc
11 11
12SUBST_CLASSES+= makefile 12SUBST_CLASSES+= makefile
13SUBST_STAGE.makefile= pre-configure 13SUBST_STAGE.makefile= pre-configure
14SUBST_MESSAGE.makefile= Honors user's CC, CFLAGS and LDFLAGS 14SUBST_MESSAGE.makefile= Honors user's CC, CFLAGS and LDFLAGS
15SUBST_FILES.makefile= Makefile 15SUBST_FILES.makefile= Makefile
16SUBST_SED.makefile= -e 's/cc/${CC}/' 16SUBST_SED.makefile= -e 's/cc/${CC}/'

cvs diff -r1.2 -r1.3 pkgsrc/editors/neatvi/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/neatvi/distinfo 2020/01/18 21:53:58 1.2
+++ pkgsrc/editors/neatvi/distinfo 2020/12/18 23:03:37 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2020/01/18 21:53:58 nia Exp $ 1$NetBSD: distinfo,v 1.3 2020/12/18 23:03:37 nia Exp $
2 2
3SHA1 (neatvi-07.tar.gz) = 35bf325e6a30f70163c78777fecf1ac061c2fe6a 3SHA1 (neatvi-08.tar.gz) = 438c662a0a04e54c250187d0a29bcd786ceb2048
4RMD160 (neatvi-07.tar.gz) = 1ee496b2f6aa6d58cb0da2b6a164d1d6c71366f9 4RMD160 (neatvi-08.tar.gz) = d402301780bed9ec3c1a8fe4b8f616fc42c090da
5SHA512 (neatvi-07.tar.gz) = 456e502d08fd3f1c866ebb8e3fe6225c944c3c925cc38e59b5325c20cb815555087ed54e562d1b70b7f4a690034873d2c97e53264b187b986b9518bee10e1b57 5SHA512 (neatvi-08.tar.gz) = c883e06e215143498a04ece5cacee745fda3cc16a3b31b2a3e70cd559c1dffaddb2c6e98960e0293e37ea55a72a805564cc7e69d86f1e1689303a06244be929d
6Size (neatvi-07.tar.gz) = 42951 bytes 6Size (neatvi-08.tar.gz) = 43389 bytes