Port details |
- kakoune Modal code editor with a focus on interactivity
- 2024.05.18_1 editors =3 2024.05.18_1Version of this port present on the latest quarterly branch.
- Maintainer: ashish@FreeBSD.org
- Port Added: 2018-04-13 10:55:21
- Last Update: 2024-09-11 22:47:42
- Commit Hash: 1219d92
- People watching this port, also watch:: nagios-check_hdd_health, nuitka-py311, monit, py39-beautifulsoup, openmdns
- License: UNLICENSE
- WWW:
- https://kakoune.org
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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 = 1716012830
SHA256 (kakoune-2024.05.18.tar.bz2) = dae8ac2e61d21d9bcd10145aa70b421234309a7b0bc57fad91bc34dbae0cb9fa
SIZE (kakoune-2024.05.18.tar.bz2) = 588347
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- setsid : sysutils/setsid
- This port is required by:
- for Run
-
- editors/kakoune-lsp
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for kakoune-2024.05.18_1:
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++20-lang tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2024.05.18_1 11 Sep 2024 22:47:42 |
Ashish SHUKLA (ashish) Author: Siva Mahadevan |
editors/kakoune: Simply Makefile
- Remove dependency on gmake, it works fine with make
- Remove explicit DEBUG_MAKE_ARGS_OFF, its value is implied
- Use built-in test support in ports framework
- Cleanup unneeded stuff
Differential Revision: https://reviews.freebsd.org/D45902 |
2024.05.18 18 May 2024 06:15:52 |
Ashish SHUKLA (ashish) |
editors/kakoune: Update to 2024.05.18 |
2024.05.09 09 May 2024 12:20:44 |
Ashish SHUKLA (ashish) |
editors/kakoune: Update to 2024.05.09
- Remove the patch (already upstream) |
2023.08.05 07 Nov 2023 23:35:12 |
Ashish SHUKLA (ashish) Author: Oleh Hushchenkov |
editors/kakoune: Fix build on 14-STABLE
PR: 274919
MFH: 2023Q4 (fixes build on 14-STABLE) |
2023.08.05 06 Aug 2023 19:12:06 |
Ashish SHUKLA (ashish) |
editors/kakoune: Fix building on 13.2-STABLE
PR: 272968
Reported by: Oleh Hushchenkov <o dot hushchenkov at gmail dot com> |
2023.08.05 05 Aug 2023 20:53:19 |
Ashish SHUKLA (ashish) |
editors/kakoune: Update to 2023.08.05
- Remove dependency on GCC, fixed upstream |
2023.07.29 29 Jul 2023 22:39:43 |
Ashish SHUKLA (ashish) |
editors/kakoune: Update to 2023.07.29
- Switch to GCC as C++20 compiler |
2022.10.31 04 Nov 2022 10:58:50 |
Ashish SHUKLA (ashish) Author: Oleh Hushchenkov |
editors/kakoune: Update to 2022.10.31
PR: 267552 |
2021.11.08 10 Sep 2022 09:49:17 |
Ashish SHUKLA (ashish) |
editors/kakoune: Adopt port |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2021.11.08 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2021.11.08 25 Aug 2022 21:16:21 |
Tobias Kortkamp (tobik) |
*: Return unused ports |
2021.11.08 08 Nov 2021 09:53:45 |
Tobias Kortkamp (tobik) |
editors/kakoune: Update to 2021.11.08
Changes: https://github.com/mawww/kakoune/releases/tag/v2021.11.08 |
2021.10.28 28 Oct 2021 06:59:42 |
Tobias Kortkamp (tobik) |
editors/kakoune: Update to 2021.10.28
Changes: https://github.com/mawww/kakoune/releases/tag/v2021.10.28 |
2021.08.28 25 Oct 2021 12:32:30 |
Tobias Kortkamp (tobik) Author: Robert Clausecker |
editors/kakoune: fix build on armv6/armv7
https://github.com/mawww/kakoune/issues/4385
PR: 259434 |
2021.08.28 01 Sep 2021 19:01:37 |
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 |
2020.09.01_1 27 Jun 2021 19:37:59 |
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: |
2020.09.01 14 Apr 2021 12:22:43 |
Tobias Kortkamp (tobik) |
Take back some useful ports |
2020.09.01 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2020.09.01 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2020.09.01 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
2020.09.01 02 Sep 2020 19:36:41 |
tobik |
editors/kakoune: Update to 2020.09.01
Changes: https://github.com/mawww/kakoune/releases/tag/v2020.09.01 |
2020.08.04 04 Aug 2020 12:34:22 |
tobik |
editors/kakoune: Update to 2020.08.04
Changes: https://github.com/mawww/kakoune/releases/tag/v2020.08.04 |
2020.01.16 16 Jan 2020 12:22:57 |
tobik |
editors/kakoune: Update to 2020.01.16
Changes: https://github.com/mawww/kakoune/releases/tag/v2020.01.16 |
2019.12.10 10 Dec 2019 17:31:48 |
tobik |
editors/kakoune: Update to 2019.12.10
Changes: https://github.com/mawww/kakoune/releases/tag/v2019.12.10 |
2019.07.01_1 26 Jul 2019 20:46:57 |
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 |
2019.07.01 01 Jul 2019 15:16:02 |
tobik |
editors/kakoune: Update to 2019.07.01
Changes: https://github.com/mawww/kakoune/releases/tag/v2019.07.01 |
2019.01.20 20 Jan 2019 23:47:36 |
tobik |
editors/kakoune: Update to 2019.01.20
Changes: https://github.com/mawww/kakoune/releases/tag/v2019.01.20 |
2018.10.27_1 12 Dec 2018 01:35:36 |
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 |
2018.10.27 27 Oct 2018 09:56:42 |
tobik |
editors/kakoune: Update to 2018.10.27
Changes: https://github.com/mawww/kakoune/releases/tag/v2018.10.27 |
2018.09.04_1 25 Oct 2018 13:08:39 |
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 |
2018.09.04 04 Sep 2018 08:41:16 |
tobik |
editors/kakoune: Update to 2018.09.04
Changes: https://github.com/mawww/kakoune/releases/tag/v2018.09.04 |
2018.04.13_2 25 Apr 2018 10:52:10 |
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. |
2018.04.13_1 15 Apr 2018 10:20:38 |
tobik |
editors/kakoune: Build without debugging support by default |
2018.04.13 13 Apr 2018 11:30:23 |
tobik |
editors/kakoune: Use the right WWW |
2018.04.13 13 Apr 2018 10:55:08 |
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 |