pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/ait



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Thu May 29 15:42:09 UTC 2025

Modified Files:
        pkgsrc/editors/ait: Makefile distinfo

Log Message:
ait: update to 1.12

- many many bug fixes
- added shell command history
- added output shell command to buffer via > prefix
- added default switch-command when one isn't supplied
- added substitute in shell commands
- added ! prefix to disable temp file output to shell, open, and
  switch commands
- added kill ring to msgline
  - switch-command is now accessed via C-c
  - C-u is used to access king ring (C-u C-y)
- better syntax highlighting for supported file types
- improved dynamic-expand
- OpenBSD support added
- improved stability on GNU/Linux
- improved shell/open command abilities
- improved transpose-word undoing


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/ait/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/ait/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/ait/Makefile
diff -u pkgsrc/editors/ait/Makefile:1.3 pkgsrc/editors/ait/Makefile:1.4
--- pkgsrc/editors/ait/Makefile:1.3     Tue Jan 14 18:50:14 2025
+++ pkgsrc/editors/ait/Makefile Thu May 29 15:42:08 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2025/01/14 18:50:14 ktnb Exp $
+# $NetBSD: Makefile,v 1.4 2025/05/29 15:42:08 ktnb Exp $
 
-DISTNAME=      1.10
+DISTNAME=      1.12
 PKGNAME=       ait-${DISTNAME}
 CATEGORIES=    editors
 MASTER_SITES=  https://notabug.org/nuclearkev/ait/archive/
@@ -13,7 +13,6 @@ LICENSE=      modified-bsd
 
 # termbox doesn't compile on these systems
 BROKEN_ON_PLATFORM=    SmartOS-*-*
-BROKEN_ON_PLATFORM+=   OpenBSD-*-*
 
 WRKSRC=                ${WRKDIR}/ait
 MAKE_FILE=     makefile

Index: pkgsrc/editors/ait/distinfo
diff -u pkgsrc/editors/ait/distinfo:1.2 pkgsrc/editors/ait/distinfo:1.3
--- pkgsrc/editors/ait/distinfo:1.2     Fri Dec  6 16:31:13 2024
+++ pkgsrc/editors/ait/distinfo Thu May 29 15:42:08 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/12/06 16:31:13 ktnb Exp $
+$NetBSD: distinfo,v 1.3 2025/05/29 15:42:08 ktnb Exp $
 
-BLAKE2s (ait/1.10.tar.gz) = 1f6aed38961a6346f44a938837cbfc660125520d3eec57f7dff8c06dba364181
-SHA512 (ait/1.10.tar.gz) = 452278e03dc8960971592c3cec278a3072699c5dbcd968d3fe1a73e47cd5a8d33b533cde4c433e0c46386b84a0e4cf5bab1fc428755732a1b678d9c54997c1a3
-Size (ait/1.10.tar.gz) = 104858 bytes
+BLAKE2s (ait/1.12.tar.gz) = 303c4a1486e2222e3cb2a4987f79f803ce5ac868012581a8e642af2ea963986f
+SHA512 (ait/1.12.tar.gz) = 648f77628802fb72692e44389cbd4b16611996a86ec51adbf59e0976a64080ed9b0e02b29d340ee141c3ec027f5ef2c048853a86aac91f95d29fc47781935e57
+Size (ait/1.12.tar.gz) = 114234 bytes



Home | Main Index | Thread Index | Old Index