notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
kakoune Modal code editor with a focus on interactivity
2023.08.05 editors on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2023.08.05Version of this port present on the latest quarterly branch.
Maintainer: ashish@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-04-13 10:55:21
Last Update: 2023-11-07 23:35:12
Commit Hash: d4ba027
People watching this port, also watch:: json-c, sysinfo, python, miller
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (193 items)
Collapse this list.
  1. /usr/local/share/licenses/kakoune-2023.08.05/catalog.mk
  2. /usr/local/share/licenses/kakoune-2023.08.05/LICENSE
  3. /usr/local/share/licenses/kakoune-2023.08.05/UNLICENSE
  4. bin/kak
  5. libexec/kak/kak
  6. share/doc/kak/README.asciidoc
  7. share/kak/autoload
  8. share/kak/colors/base16.kak
  9. share/kak/colors/black-on-white.kak
  10. share/kak/colors/default.kak
  11. share/kak/colors/desertex.kak
  12. share/kak/colors/github.kak
  13. share/kak/colors/greyscale.kak
  14. share/kak/colors/gruvbox-dark.kak
  15. share/kak/colors/gruvbox-light.kak
  16. share/kak/colors/kaleidoscope-dark.kak
  17. share/kak/colors/kaleidoscope-light.kak
  18. share/kak/colors/lucius.kak
  19. share/kak/colors/palenight.kak
  20. share/kak/colors/plain.kak
  21. share/kak/colors/red-phoenix.kak
  22. share/kak/colors/reeder.kak
  23. share/kak/colors/solarized-dark-termcolors.kak
  24. share/kak/colors/solarized-dark.kak
  25. share/kak/colors/solarized-light-termcolors.kak
  26. share/kak/colors/solarized-light.kak
  27. share/kak/colors/tomorrow-night.kak
  28. share/kak/colors/zenburn.kak
  29. share/kak/doc/buffers.asciidoc
  30. share/kak/doc/changelog.asciidoc
  31. share/kak/doc/command-parsing.asciidoc
  32. share/kak/doc/commands.asciidoc
  33. share/kak/doc/execeval.asciidoc
  34. share/kak/doc/expansions.asciidoc
  35. share/kak/doc/faces.asciidoc
  36. share/kak/doc/faq.asciidoc
  37. share/kak/doc/highlighters.asciidoc
  38. share/kak/doc/hooks.asciidoc
  39. share/kak/doc/keymap.asciidoc
  40. share/kak/doc/keys.asciidoc
  41. share/kak/doc/mapping.asciidoc
  42. share/kak/doc/modes.asciidoc
  43. share/kak/doc/options.asciidoc
  44. share/kak/doc/regex.asciidoc
  45. share/kak/doc/registers.asciidoc
  46. share/kak/doc/scopes.asciidoc
  47. share/kak/kakrc
  48. share/kak/rc/detection/editorconfig.kak
  49. share/kak/rc/detection/file.kak
  50. share/kak/rc/detection/modeline.kak
  51. share/kak/rc/filetype/apl.kak
  52. share/kak/rc/filetype/arch-linux.kak
  53. share/kak/rc/filetype/asciidoc.kak
  54. share/kak/rc/filetype/awk.kak
  55. share/kak/rc/filetype/c-family.kak
  56. share/kak/rc/filetype/cabal.kak
  57. share/kak/rc/filetype/clojure.kak
  58. share/kak/rc/filetype/cmake.kak
  59. share/kak/rc/filetype/coffee.kak
  60. share/kak/rc/filetype/conf.kak
  61. share/kak/rc/filetype/coq.kak
  62. share/kak/rc/filetype/crystal.kak
  63. share/kak/rc/filetype/css.kak
  64. share/kak/rc/filetype/cucumber.kak
  65. share/kak/rc/filetype/cue.kak
  66. share/kak/rc/filetype/d.kak
  67. share/kak/rc/filetype/dart.kak
  68. share/kak/rc/filetype/dhall.kak
  69. share/kak/rc/filetype/diff.kak
  70. share/kak/rc/filetype/dockerfile.kak
  71. share/kak/rc/filetype/elixir.kak
  72. share/kak/rc/filetype/elm.kak
  73. share/kak/rc/filetype/elvish.kak
  74. share/kak/rc/filetype/erlang.kak
  75. share/kak/rc/filetype/eruby.kak
  76. share/kak/rc/filetype/etc.kak
  77. share/kak/rc/filetype/exherbo.kak
  78. share/kak/rc/filetype/fennel.kak
  79. share/kak/rc/filetype/fidl.kak
  80. share/kak/rc/filetype/fish.kak
  81. share/kak/rc/filetype/fsharp.kak
  82. share/kak/rc/filetype/gas.kak
  83. share/kak/rc/filetype/gdscript.kak
  84. share/kak/rc/filetype/gentoo-linux.kak
  85. share/kak/rc/filetype/git.kak
  86. share/kak/rc/filetype/github.kak
  87. share/kak/rc/filetype/gluon.kak
  88. share/kak/rc/filetype/go.kak
  89. share/kak/rc/filetype/graphql.kak
  90. share/kak/rc/filetype/haml.kak
  91. share/kak/rc/filetype/hare.kak
  92. share/kak/rc/filetype/haskell.kak
  93. share/kak/rc/filetype/hbs.kak
  94. share/kak/rc/filetype/html.kak
  95. share/kak/rc/filetype/i3.kak
  96. share/kak/rc/filetype/ini.kak
  97. share/kak/rc/filetype/janet.kak
  98. share/kak/rc/filetype/java.kak
  99. share/kak/rc/filetype/javascript.kak
  100. share/kak/rc/filetype/jinja.kak
  101. share/kak/rc/filetype/json.kak
  102. share/kak/rc/filetype/julia.kak
  103. share/kak/rc/filetype/just.kak
  104. share/kak/rc/filetype/kakrc.kak
  105. share/kak/rc/filetype/kickstart.kak
  106. share/kak/rc/filetype/kotlin.kak
  107. share/kak/rc/filetype/latex.kak
  108. share/kak/rc/filetype/ledger.kak
  109. share/kak/rc/filetype/lisp.kak
  110. share/kak/rc/filetype/lua.kak
  111. share/kak/rc/filetype/mail.kak
  112. share/kak/rc/filetype/makefile.kak
  113. share/kak/rc/filetype/markdown.kak
  114. share/kak/rc/filetype/mercurial.kak
  115. share/kak/rc/filetype/mercury.kak
  116. share/kak/rc/filetype/meson.kak
  117. share/kak/rc/filetype/mlb.kak
  118. share/kak/rc/filetype/moon.kak
  119. share/kak/rc/filetype/nim.kak
  120. share/kak/rc/filetype/ninja.kak
  121. share/kak/rc/filetype/nix.kak
  122. share/kak/rc/filetype/ocaml.kak
  123. share/kak/rc/filetype/pascal.kak
  124. share/kak/rc/filetype/perl.kak
  125. share/kak/rc/filetype/php.kak
  126. share/kak/rc/filetype/pony.kak
  127. share/kak/rc/filetype/protobuf.kak
  128. share/kak/rc/filetype/pug.kak
  129. share/kak/rc/filetype/purescript.kak
  130. share/kak/rc/filetype/python.kak
  131. share/kak/rc/filetype/r.kak
  132. share/kak/rc/filetype/ragel.kak
  133. share/kak/rc/filetype/restructuredtext.kak
  134. share/kak/rc/filetype/ruby.kak
  135. share/kak/rc/filetype/rust.kak
  136. share/kak/rc/filetype/sass.kak
  137. share/kak/rc/filetype/scala.kak
  138. share/kak/rc/filetype/scheme.kak
  139. share/kak/rc/filetype/scss.kak
  140. share/kak/rc/filetype/sh.kak
  141. share/kak/rc/filetype/sml.kak
  142. share/kak/rc/filetype/sql.kak
  143. share/kak/rc/filetype/svelte.kak
  144. share/kak/rc/filetype/swift.kak
  145. share/kak/rc/filetype/systemd.kak
  146. share/kak/rc/filetype/taskpaper.kak
  147. share/kak/rc/filetype/terraform.kak
  148. share/kak/rc/filetype/toml.kak
  149. share/kak/rc/filetype/troff.kak
  150. share/kak/rc/filetype/tupfile.kak
  151. share/kak/rc/filetype/twig.kak
  152. share/kak/rc/filetype/vhdl.kak
  153. share/kak/rc/filetype/void-linux.kak
  154. share/kak/rc/filetype/yaml.kak
  155. share/kak/rc/filetype/zig.kak
  156. share/kak/rc/tools/autorestore.asciidoc
  157. share/kak/rc/tools/autorestore.kak
  158. share/kak/rc/tools/autowrap.kak
  159. share/kak/rc/tools/clang.kak
  160. share/kak/rc/tools/comment.kak
  161. share/kak/rc/tools/ctags.kak
  162. share/kak/rc/tools/doc.asciidoc
  163. share/kak/rc/tools/doc.kak
  164. share/kak/rc/tools/format.kak
  165. share/kak/rc/tools/git.kak
  166. share/kak/rc/tools/go/gopls.kak
  167. share/kak/rc/tools/grep.kak
  168. share/kak/rc/tools/lint.asciidoc
  169. share/kak/rc/tools/lint.kak
  170. share/kak/rc/tools/make.kak
  171. share/kak/rc/tools/man.kak
  172. share/kak/rc/tools/python/jedi.kak
  173. share/kak/rc/tools/rust/racer.kak
  174. share/kak/rc/tools/spell.kak
  175. share/kak/rc/windowing/detection.kak
  176. share/kak/rc/windowing/iterm.kak
  177. share/kak/rc/windowing/kitty.kak
  178. share/kak/rc/windowing/new-client.kak
  179. share/kak/rc/windowing/repl/dtach.kak
  180. share/kak/rc/windowing/repl/kitty.kak
  181. share/kak/rc/windowing/repl/tmux.kak
  182. share/kak/rc/windowing/repl/x11.kak
  183. share/kak/rc/windowing/screen.kak
  184. share/kak/rc/windowing/sway.kak
  185. share/kak/rc/windowing/tmux.kak
  186. share/kak/rc/windowing/wayland.kak
  187. share/kak/rc/windowing/wezterm.kak
  188. share/kak/rc/windowing/x11.kak
  189. share/kak/rc/windowing/zellij.kak
  190. share/man/man1/kak.1.gz
  191. @owner
  192. @group
  193. @mode
Collapse this list.
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 = 1691324812 SHA256 (kakoune-2023.08.05.tar.bz2) = 3e45151e0addd3500de2d6a29b5aacf2267c42bb256d44a782e73defb29cda5c SIZE (kakoune-2023.08.05.tar.bz2) = 568612

Expand this list (2 items)

Collapse this list.

SHA256 (344d31f42b8ced12626d4f87a22ffa5a671668fd.patch) = a0add30e525bef6d5f07d1a55a57287ccb59f54af411308e111c01d247e73842 SIZE (344d31f42b8ced12626d4f87a22ffa5a671668fd.patch) = 3237

Collapse this list.


Packages (timestamps in pop-ups are UTC):
kakoune
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2023.08.052023.08.05-2023.08.052023.08.05-2020.09.01-
FreeBSD:13:quarterly2023.08.052023.08.052022.10.312023.08.052023.08.052023.08.052023.08.052023.08.05
FreeBSD:14:latest2023.08.052023.08.052022.10.312023.08.052023.08.052022.10.31-2022.10.31
FreeBSD:14:quarterly2023.08.052023.08.05-2023.08.052023.08.052023.08.052023.08.052023.08.05
FreeBSD:15:latest2023.08.052023.08.05n/a2023.08.05n/a2023.08.052023.08.052023.08.05
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
Runtime dependencies:
  1. setsid : sysutils/setsid
This port is required by:
for Run
  1. editors/kakoune-lsp

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. editors/kak-lsp*
  2. Collapse this list of deleted ports.
* - 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-2023.08.05: 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 gmake tar:bzip2
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/mawww/kakoune/releases/download/v2023.08.05/
Collapse this list.

Number of commits found: 33

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2023.08.05
07 Nov 2023 23:35:12
commit hash: d4ba027e472dbee15bdb5f46884a488e8d44e882commit hash: d4ba027e472dbee15bdb5f46884a488e8d44e882commit hash: d4ba027e472dbee15bdb5f46884a488e8d44e882commit hash: d4ba027e472dbee15bdb5f46884a488e8d44e882 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
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
commit hash: 5d0a2e9fe2049332f3a0d84e751f00db9be5c1cecommit hash: 5d0a2e9fe2049332f3a0d84e751f00db9be5c1cecommit hash: 5d0a2e9fe2049332f3a0d84e751f00db9be5c1cecommit hash: 5d0a2e9fe2049332f3a0d84e751f00db9be5c1ce files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
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
commit hash: 525256736c30380a8682094a81a525108e44dd91commit hash: 525256736c30380a8682094a81a525108e44dd91commit hash: 525256736c30380a8682094a81a525108e44dd91commit hash: 525256736c30380a8682094a81a525108e44dd91 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
editors/kakoune: Update to 2023.08.05

- Remove dependency on GCC, fixed upstream
2023.07.29
29 Jul 2023 22:39:43
commit hash: 05bf34a8b179ae1f1efb6038d93419994d225b71commit hash: 05bf34a8b179ae1f1efb6038d93419994d225b71commit hash: 05bf34a8b179ae1f1efb6038d93419994d225b71commit hash: 05bf34a8b179ae1f1efb6038d93419994d225b71 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
editors/kakoune: Update to 2023.07.29

- Switch to GCC as C++20 compiler
2022.10.31
04 Nov 2022 10:58:50
commit hash: ea0c1f1917634393934074e738d0bf82e2246bddcommit hash: ea0c1f1917634393934074e738d0bf82e2246bddcommit hash: ea0c1f1917634393934074e738d0bf82e2246bddcommit hash: ea0c1f1917634393934074e738d0bf82e2246bdd files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
Author: Oleh Hushchenkov
editors/kakoune: Update to 2022.10.31

PR:		267552
2021.11.08
10 Sep 2022 09:49:17
commit hash: 137844285de9c936617dea84eec5afe79ab198cdcommit hash: 137844285de9c936617dea84eec5afe79ab198cdcommit hash: 137844285de9c936617dea84eec5afe79ab198cdcommit hash: 137844285de9c936617dea84eec5afe79ab198cd files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
editors/kakoune: Adopt port
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2021.11.08
25 Aug 2022 21:16:21
commit hash: 7a184841104c44983d74c45e0484b7a27fd8b5d5commit hash: 7a184841104c44983d74c45e0484b7a27fd8b5d5commit hash: 7a184841104c44983d74c45e0484b7a27fd8b5d5commit hash: 7a184841104c44983d74c45e0484b7a27fd8b5d5 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
*: Return unused ports
2021.11.08
08 Nov 2021 09:53:45
commit hash: 4884ccdab0ba63ada7339ce83b47cf5468f82d99commit hash: 4884ccdab0ba63ada7339ce83b47cf5468f82d99commit hash: 4884ccdab0ba63ada7339ce83b47cf5468f82d99commit hash: 4884ccdab0ba63ada7339ce83b47cf5468f82d99 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
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
commit hash: a6c927396b1f5991267d879508d56214c250a408commit hash: a6c927396b1f5991267d879508d56214c250a408commit hash: a6c927396b1f5991267d879508d56214c250a408commit hash: a6c927396b1f5991267d879508d56214c250a408 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
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
commit hash: 13c431b0bfec55991792bb215e463584c2fc243dcommit hash: 13c431b0bfec55991792bb215e463584c2fc243dcommit hash: 13c431b0bfec55991792bb215e463584c2fc243dcommit hash: 13c431b0bfec55991792bb215e463584c2fc243d files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
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
commit hash: 651d49f93fb81ae5d0918718ce760404c06ba989commit hash: 651d49f93fb81ae5d0918718ce760404c06ba989commit hash: 651d49f93fb81ae5d0918718ce760404c06ba989commit hash: 651d49f93fb81ae5d0918718ce760404c06ba989 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
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
commit hash: 31b7e90bd6b77158dfd4cf186fd7b233fe68848dcommit hash: 31b7e90bd6b77158dfd4cf186fd7b233fe68848dcommit hash: 31b7e90bd6b77158dfd4cf186fd7b233fe68848dcommit hash: 31b7e90bd6b77158dfd4cf186fd7b233fe68848d files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
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
commit hash: 3770c4b4eac237ad24557cf79110a788a3e51067commit hash: 3770c4b4eac237ad24557cf79110a788a3e51067commit hash: 3770c4b4eac237ad24557cf79110a788a3e51067commit hash: 3770c4b4eac237ad24557cf79110a788a3e51067 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
Take back some useful ports
2020.09.01
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2020.09.01
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2020.09.01
28 Sep 2020 05:05:25
Revision:550400Original commit files touched by this commit
tobik search for other commits by this committer
Reset MAINTAINER
2020.09.01
02 Sep 2020 19:36:41
Revision:547377Original commit files touched by this commit
tobik search for other commits by this committer
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
Revision:544167Original commit files touched by this commit
tobik search for other commits by this committer
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
Revision:523223Original commit files touched by this commit
tobik search for other commits by this committer
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
Revision:519766Original commit files touched by this commit
tobik search for other commits by this committer
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
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
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
Revision:505577Original commit files touched by this commit
tobik search for other commits by this committer
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
Revision:490815Original commit files touched by this commit
tobik search for other commits by this committer
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
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
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
Revision:483119Original commit files touched by this commit
tobik search for other commits by this committer
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
Revision:482970Original commit files touched by this commit
tobik search for other commits by this committer
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
Revision:478935Original commit files touched by this commit
tobik search for other commits by this committer
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
Revision:468274Original commit files touched by this commit
tobik search for other commits by this committer
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
Revision:467380Original commit files touched by this commit
tobik search for other commits by this committer
editors/kakoune: Build without debugging support by default
2018.04.13
13 Apr 2018 11:30:23
Revision:467234Original commit files touched by this commit
tobik search for other commits by this committer
editors/kakoune: Use the right WWW
2018.04.13
13 Apr 2018 10:55:08
Revision:467232Original commit files touched by this commit
tobik search for other commits by this committer
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

Number of commits found: 33