Port details |
- kakoune Modal code editor with a focus on interactivity
- 2021.11.08 editors
=0 Version of this port present on the latest quarterly branch. - Maintainer: tobik@FreeBSD.org
 - Port Added: 2018-04-13 10:55:21
- Last Update: 2021-11-08 09:53:45
- Commit Hash: 4884ccd
- License: UNLICENSE
- Description:
- Kakoune is a code editor that implements Vi's "keystrokes as a text
editing language" model. As it's also a modal editor, it is somewhat
similar to the Vim editor (after which Kakoune was originally
inspired).
Kakoune can operate in two modes, normal and insertion. In insertion
mode, keys are directly inserted into the current buffer. In normal
mode, keys are used to manipulate the current selection and to enter
insertion mode.
Kakoune has a strong focus on interactivity, most commands provide
immediate and incremental results, while still being competitive (as
in keystroke count) with Vim.
Kakoune works on selections, which are oriented, inclusive range of
characters, selections have an anchor and a cursor character. Most
commands move both of them, except when extending selection where the
anchor character stays fixed and the cursor one moves around.
See https://vimeo.com/82711574 for a short demo video.
WWW: http://kakoune.org
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- kakoune>0:editors/kakoune
- To install the port:
- cd /usr/ports/editors/kakoune/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/kakoune
- pkg install kakoune
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kakoune
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1636354555
SHA256 (kakoune-2021.11.08.tar.bz2) = aa30889d9da11331a243a8f40fe4f6a8619321b19217debac8f565e06eddb5f4
SIZE (kakoune-2021.11.08.tar.bz2) = 538466
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- setsid : sysutils/setsid
- This port is required by:
- for Run
-
- editors/kak-lsp
- Configuration Options:
- ===> The following configuration options are available for kakoune-2021.11.08:
DEBUG=off: Build with debugging support
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- editors_kakoune
- USES:
- compiler:c++17-lang gmake tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
08 Nov 2021 09:53:45 2021.11.08 |
Tobias Kortkamp (tobik)  |
editors/kakoune: Update to 2021.11.08
Changes: https://github.com/mawww/kakoune/releases/tag/v2021.11.08 |
28 Oct 2021 06:59:42 2021.10.28 |
Tobias Kortkamp (tobik)  |
editors/kakoune: Update to 2021.10.28
Changes: https://github.com/mawww/kakoune/releases/tag/v2021.10.28 |
25 Oct 2021 12:32:30 2021.08.28 |
Tobias Kortkamp (tobik)  Author: Robert Clausecker |
editors/kakoune: fix build on armv6/armv7
https://github.com/mawww/kakoune/issues/4385
PR: 259434 |
01 Sep 2021 19:01:37 2021.08.28 |
Tobias Kortkamp (tobik)  |
editors/kakoune: Update to 2021.08.28
The ncurses dependency was replaced with a custom terminal escape
sequence backend.
Changes: https://github.com/mawww/kakoune/releases/tag/v2021.08.28 |
27 Jun 2021 19:37:59 2020.09.01_1 |
Tobias Kortkamp (tobik)  |
sysutils/ssid: Move to sysutils/setsid
This makes setsid available under the more obvious package name setsid.
Add TIMESTAMP to distinfo because of the idiotic commit hook:
remote:
remote: ================================================================
remote: Do not commit ports without TIMESTAMP in their distinfo files.
remote: Rerun make makesum to add it.
remote: ================================================================
remote: |
14 Apr 2021 12:22:43 2020.09.01 |
Tobias Kortkamp (tobik)  |
Take back some useful ports |
07 Apr 2021 08:09:01 2020.09.01 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 2020.09.01 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Sep 2020 05:05:25
2020.09.01 |
tobik  |
Reset MAINTAINER |
02 Sep 2020 19:36:41
2020.09.01 |
tobik  |
editors/kakoune: Update to 2020.09.01
Changes: https://github.com/mawww/kakoune/releases/tag/v2020.09.01 |
04 Aug 2020 12:34:22
2020.08.04 |
tobik  |
editors/kakoune: Update to 2020.08.04
Changes: https://github.com/mawww/kakoune/releases/tag/v2020.08.04 |
16 Jan 2020 12:22:57
2020.01.16 |
tobik  |
editors/kakoune: Update to 2020.01.16
Changes: https://github.com/mawww/kakoune/releases/tag/v2020.01.16 |
10 Dec 2019 17:31:48
2019.12.10 |
tobik  |
editors/kakoune: Update to 2019.12.10
Changes: https://github.com/mawww/kakoune/releases/tag/v2019.12.10 |
26 Jul 2019 20:46:57
2019.07.01_1 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
01 Jul 2019 15:16:02
2019.07.01 |
tobik  |
editors/kakoune: Update to 2019.07.01
Changes: https://github.com/mawww/kakoune/releases/tag/v2019.07.01 |
20 Jan 2019 23:47:36
2019.01.20 |
tobik  |
editors/kakoune: Update to 2019.01.20
Changes: https://github.com/mawww/kakoune/releases/tag/v2019.01.20 |
12 Dec 2018 01:35:36
2018.10.27_1 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
27 Oct 2018 09:56:42
2018.10.27 |
tobik  |
editors/kakoune: Update to 2018.10.27
Changes: https://github.com/mawww/kakoune/releases/tag/v2018.10.27 |
25 Oct 2018 13:08:39
2018.09.04_1 |
tobik  |
editors/kakoune: Add run dependency on sysutils/ssid
Some plugins like x11, x11-repl, ranger need setsid.
https://github.com/mawww/kakoune/issues/2520 |
04 Sep 2018 08:41:16
2018.09.04 |
tobik  |
editors/kakoune: Update to 2018.09.04
Changes: https://github.com/mawww/kakoune/releases/tag/v2018.09.04 |
25 Apr 2018 10:52:10
2018.04.13_2 |
tobik  |
editors/kakoune: Fix tmux-repl.kak
It fails on FreeBSD and claims that tmux' version is too old even though
tmux >= 2 is installed. |
15 Apr 2018 10:20:38
2018.04.13_1 |
tobik  |
editors/kakoune: Build without debugging support by default |
13 Apr 2018 11:30:23
2018.04.13 |
tobik  |
editors/kakoune: Use the right WWW |
13 Apr 2018 10:55:08
2018.04.13 |
tobik  |
New port: editors/kakoune
Kakoune is a code editor that implements Vi's "keystrokes as a text
editing language" model. As it's also a modal editor, it is somewhat
similar to the Vim editor (after which Kakoune was originally
inspired).
Kakoune can operate in two modes, normal and insertion. In insertion
mode, keys are directly inserted into the current buffer. In normal
mode, keys are used to manipulate the current selection and to enter
insertion mode.
Kakoune has a strong focus on interactivity, most commands provide
immediate and incremental results, while still being competitive (as
in keystroke count) with Vim.
Kakoune works on selections, which are oriented, inclusive range of
characters, selections have an anchor and a cursor character. Most
commands move both of them, except when extending selection where the
anchor character stays fixed and the cursor one moves around.
See https://vimeo.com/82711574 for a short demo video.
WWW: https://github.com/mawww/kakoune |