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:           Wed May  8 13:48:52 UTC 2024

Added Files:
        pkgsrc/editors/ait: DESCR Makefile PLIST distinfo

Log Message:
ait: added version 1.8-rc3

ait is small yet mighty GNU Emacs style editor. It is inspired by GNU
Emacs, microEMACS, Plan 9's acme, mle, OpenBSD's mle, and
vi/vim/neovim. ait uses termbox2 giving it great portability across
most unix-like systems. Think of ait as microEMACS but with
traditional Emacs keybindings and some advanced features from the
editors mentioned above.

Some of ait's features are:
- Emacs-like keybindings
- basic window/buffer support
- isearch
- find/replace
- M-x to run shell commands
- M-o to open files with external command
- basic unlimited undo/redo
- keyboard macros
- jump/zap to char
- bracket highlighting
- syntax highlighting for strings and comments
- quick jump to line and word
- UTF-8/Unicode Support


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/editors/ait/DESCR pkgsrc/editors/ait/Makefile \
    pkgsrc/editors/ait/PLIST pkgsrc/editors/ait/distinfo

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

Added files:

Index: pkgsrc/editors/ait/DESCR
diff -u /dev/null pkgsrc/editors/ait/DESCR:1.1
--- /dev/null   Wed May  8 13:48:52 2024
+++ pkgsrc/editors/ait/DESCR    Wed May  8 13:48:52 2024
@@ -0,0 +1,21 @@
+ait is small yet mighty GNU Emacs style editor. It is inspired by GNU
+Emacs, microEMACS, Plan 9's acme, mle, OpenBSD's mle, and
+vi/vim/neovim. ait uses termbox2 giving it great portability across
+most unix-like systems. Think of ait as microEMACS but with
+traditional Emacs keybindings and some advanced features from the
+editors mentioned above.
+
+Some of ait's features are:
+- Emacs-like keybindings
+- basic window/buffer support
+- isearch
+- find/replace
+- M-x to run shell commands
+- M-o to open files with external command
+- basic unlimited undo/redo
+- keyboard macros
+- jump/zap to char
+- bracket highlighting
+- syntax highlighting for strings and comments
+- quick jump to line and word
+- UTF-8/Unicode Support
Index: pkgsrc/editors/ait/Makefile
diff -u /dev/null pkgsrc/editors/ait/Makefile:1.1
--- /dev/null   Wed May  8 13:48:52 2024
+++ pkgsrc/editors/ait/Makefile Wed May  8 13:48:52 2024
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2024/05/08 13:48:52 ktnb Exp $
+
+DISTNAME=      ait-1.8-rc4
+PKGNAME=       ${DISTNAME:S/-rc/rc/}
+CATEGORIES=    editors
+MASTER_SITES=  https://notabug.org/nuclearkev/ait/archive/
+
+MAINTAINER=    ktnb%NetBSD.org@localhost
+HOMEPAGE=      https://notabug.org/nuclearkev/ait/
+COMMENT=       Small but mighty GNU Emacs style editor
+LICENSE=       modified-bsd
+
+WRKSRC=                ${WRKDIR}/ait
+MAKE_FILE=     makefile
+
+INSTALLATION_DIRS+=    bin man/man1
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/editors/ait/PLIST
diff -u /dev/null pkgsrc/editors/ait/PLIST:1.1
--- /dev/null   Wed May  8 13:48:52 2024
+++ pkgsrc/editors/ait/PLIST    Wed May  8 13:48:52 2024
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2024/05/08 13:48:52 ktnb Exp $
+bin/ait
+man/man1/ait.1
Index: pkgsrc/editors/ait/distinfo
diff -u /dev/null pkgsrc/editors/ait/distinfo:1.1
--- /dev/null   Wed May  8 13:48:52 2024
+++ pkgsrc/editors/ait/distinfo Wed May  8 13:48:52 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/05/08 13:48:52 ktnb Exp $
+
+BLAKE2s (ait-1.8-rc4.tar.gz) = 820f8e1b95049886609e43f0483a792ac98ccd541e8739529105597dd648c124
+SHA512 (ait-1.8-rc4.tar.gz) = 97f76e1d27cdb3f846bb82d10ee2a3d3ae8bd64e44812044fad8b7f7bdcee8df85fdf57a29ebb04ba59cbbb85d4f69f54c653664e8424a8267e9f74620c64b1c
+Size (ait-1.8-rc4.tar.gz) = 91294 bytes



Home | Main Index | Thread Index | Old Index