pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ait: added
Module Name: pkgsrc-wip
Committed By: Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By: nuclearkev
Date: Tue May 7 14:29:14 2024 -0400
Changeset: 11e209f7967ae2b208d0e9d6c1e92f136808c364
Added Files:
ait/COMMIT_MSG
ait/DESCR
ait/Makefile
ait/PLIST
ait/distinfo
Log Message:
ait: added
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=11e209f7967ae2b208d0e9d6c1e92f136808c364
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ait/COMMIT_MSG | 23 +++++++++++++++++++++++
ait/DESCR | 21 +++++++++++++++++++++
ait/Makefile | 18 ++++++++++++++++++
ait/PLIST | 3 +++
ait/distinfo | 5 +++++
5 files changed, 70 insertions(+)
diffs:
diff --git a/ait/COMMIT_MSG b/ait/COMMIT_MSG
new file mode 100644
index 0000000000..5c2b3cd55e
--- /dev/null
+++ b/ait/COMMIT_MSG
@@ -0,0 +1,23 @@
+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
diff --git a/ait/DESCR b/ait/DESCR
new file mode 100644
index 0000000000..3afed22147
--- /dev/null
+++ b/ait/DESCR
@@ -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
diff --git a/ait/Makefile b/ait/Makefile
new file mode 100644
index 0000000000..e88bb63c30
--- /dev/null
+++ b/ait/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= ait-1.8-rc4
+CATEGORIES= editors
+MASTER_SITES= https://notabug.org/nuclearkev/ait/archive/
+
+MAINTAINER= ktnb%NetBSD.org@localhost
+HOMEPAGE= https://notabug.org/nuclearkev/ait/archive/
+COMMENT= TODO: Short description of the package
+LICENSE= modified-bsd
+
+WRKSRC= ${WRKDIR}/ait
+
+MAKE_FILE= makefile
+
+INSTALLATION_DIRS+= bin man/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/ait/PLIST b/ait/PLIST
new file mode 100644
index 0000000000..c3da526c31
--- /dev/null
+++ b/ait/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/ait
+man/man1/ait.1
diff --git a/ait/distinfo b/ait/distinfo
new file mode 100644
index 0000000000..37318c2c81
--- /dev/null
+++ b/ait/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+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