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  7 16:48:59 UTC 2026

Modified Files:
        pkgsrc/editors/ait: Makefile distinfo

Log Message:
ait: update to 1.15

Packaging updates:
- NotABug died due to AI, moved upstream elsewhere

Upstream updates:
New:
- added register system
  - set the registers location via -r
  - Use C-x r [s,i,<spc>,f,j,m,e,k,c,?] to use.
- indent/un-indent by single space
  - using the spacebar to indent and backspace to un-indent
- support commands and keybindings via -c
- dynamic-expand now supports completing words that contain any
  symbol in the Symbols Allowed In Variables (saiv) of the syntax
  mode. It will always assume an underscore (_) is valid since all
  common programming languages support it as a variable symbol.
- illumOS support

Enhancements:
- open in new buffer now will undo the yank on the current buffer
  when using it on a shell command
- cache the syntax highlighting to improve efficiency

Bugs:
- many many memory bugs found via address sanitation


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/ait/Makefile
cvs rdiff -u -r1.4 -r1.5 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.5 pkgsrc/editors/ait/Makefile:1.6
--- pkgsrc/editors/ait/Makefile:1.5     Thu Oct  2 13:26:29 2025
+++ pkgsrc/editors/ait/Makefile Thu May  7 16:48:59 2026
@@ -1,19 +1,14 @@
-# $NetBSD: Makefile,v 1.5 2025/10/02 13:26:29 ktnb Exp $
+# $NetBSD: Makefile,v 1.6 2026/05/07 16:48:59 ktnb Exp $
 
-DISTNAME=      1.13
-PKGNAME=       ait-${DISTNAME}
+DISTNAME=      ait-1.15
 CATEGORIES=    editors
-MASTER_SITES=  https://notabug.org/nuclearkev/ait/archive/
-DIST_SUBDIR=   ait
+MASTER_SITES=  ftp://ftp.NetBSD.org/pub/NetBSD/misc/ktnb/
 
 MAINTAINER=    ktnb%NetBSD.org@localhost
 HOMEPAGE=      https://notabug.org/nuclearkev/ait/
 COMMENT=       Small but mighty GNU Emacs style editor
 LICENSE=       modified-bsd
 
-# termbox doesn't compile on these systems
-BROKEN_ON_PLATFORM=    SmartOS-*-*
-
 WRKSRC=                ${WRKDIR}/ait
 MAKE_FILE=     makefile
 

Index: pkgsrc/editors/ait/distinfo
diff -u pkgsrc/editors/ait/distinfo:1.4 pkgsrc/editors/ait/distinfo:1.5
--- pkgsrc/editors/ait/distinfo:1.4     Thu Oct  2 13:26:29 2025
+++ pkgsrc/editors/ait/distinfo Thu May  7 16:48:59 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/10/02 13:26:29 ktnb Exp $
+$NetBSD: distinfo,v 1.5 2026/05/07 16:48:59 ktnb Exp $
 
-BLAKE2s (ait/1.13.tar.gz) = 24453cdfb5bc431ce7b8b30cf34cd63f41147c465954f518ba1f711cc68f463a
-SHA512 (ait/1.13.tar.gz) = 8c80708ec02fbd0341b09aead3ed8bdfe3222987a1c37d2091c5c078c71ba50822abfe6f2129f454acf62d5069436b4324b46d7916b11ed97536294b3d3aabab
-Size (ait/1.13.tar.gz) = 117101 bytes
+BLAKE2s (ait-1.15.tar.gz) = 124ba40e19f9910d20456464d0eee8ae1121e7c51945b10b825036477818c35c
+SHA512 (ait-1.15.tar.gz) = 56ee52b2da66063ebe996f0589bc174350b9ded3319ca529ba4e6955c80833f4b4b6e12c1bc4cc9dabf2b0909f207bb0119cd56ff6d7e6173706240d9474c9e9
+Size (ait-1.15.tar.gz) = 138503 bytes



Home | Main Index | Thread Index | Old Index