aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorDerek Schrock <dereks@lifeofadishwasher.com>2023-03-04 20:38:06 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-03-06 22:23:44 +0000
commitc84bcb76f0f76d2f56cf25953c42eeac8dbe4419 (patch)
treea4b49e4d2c3458810a78a852b8fd3fb3d58c39d0 /textproc/Makefile
parent3bf84281155fb8e84be139c60bdaf3538cdd921e (diff)
downloadports-c84bcb76f0f76d2f56cf25953c42eeac8dbe4419.tar.gz
ports-c84bcb76f0f76d2f56cf25953c42eeac8dbe4419.zip
textproc/code-minimap: New port textproc/code-minimap
A high performance code minimap render. This tool [1] is for generating text minimaps at speed. You can use it to implement IDE-like minimap plugin for a terminal text editor, minimap.vim [2] for example. [1] https://github.com/wfxr/code-minimap [2] https://github.com/wfxr/minimap.vim Submitter becomes maintainer. Already maintainer of other ports. PR: 269951
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 3b0a5f1a759f..f053af486b83 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -104,6 +104,7 @@
SUBDIR += clucene
SUBDIR += cmark
SUBDIR += coccigrep
+ SUBDIR += code-minimap
SUBDIR += code2html
SUBDIR += codesearch
SUBDIR += codespell