pkgsrc/editors/Makefile
agc 8da59f6d58 Add the kilo editor to the packages collection.
Kilo is a small text editor in less than 1K lines of code (counted with cloc).

	Usage: kilo <filename>

	Keys:

	CTRL-S: Save
	CTRL-Q: Quit
	CTRL-F: Find string in file (ESC to exit search, arrows to navigate)

	Kilo does not depend on any library (not even curses).  It uses fairly
	standard VT100 (and similar terminals) escape sequences.  The project
	is in alpha stage and was written in just a few hours taking code from
	my other two projects, load81 and linenoise.

	People are encouraged to use it as a starting point to write other
	editors or command line interfaces that are more advanced than the
	usual REPL style CLI.

	Kilo was written by Salvatore Sanfilippo aka antirez and is released
	under the BSD 2 clause license.
2016-07-11 05:21:59 +00:00

176 lines
3.1 KiB
Makefile

# $NetBSD: Makefile,v 1.176 2016/07/11 05:21:59 agc Exp $
#
COMMENT= Editors
SUBDIR+= OmegaT
SUBDIR+= Sigil
SUBDIR+= TeXmacs
SUBDIR+= abiword
SUBDIR+= abiword-plugins
SUBDIR+= beav
SUBDIR+= beaver
SUBDIR+= biew
SUBDIR+= bvi
SUBDIR+= ce
SUBDIR+= ce-doc
SUBDIR+= ce-x11
SUBDIR+= codeblocks
SUBDIR+= codelite
SUBDIR+= conglomerate
SUBDIR+= cooledit
SUBDIR+= dasher
SUBDIR+= deforaos-editor
SUBDIR+= dhex
SUBDIR+= easyedit
SUBDIR+= ed
SUBDIR+= edt
SUBDIR+= elvis
SUBDIR+= elvis-x11
SUBDIR+= em
SUBDIR+= emacs
SUBDIR+= emacs-nox11
SUBDIR+= emacs-packages
SUBDIR+= emacs-snapshot
SUBDIR+= emacs20
SUBDIR+= emacs21
SUBDIR+= emacs21-nox11
SUBDIR+= emacs22
SUBDIR+= emacs22-nox11
SUBDIR+= emacs23
SUBDIR+= emacs23-nox11
SUBDIR+= emacs24
SUBDIR+= emacs24-nox11
SUBDIR+= ex
SUBDIR+= fe
SUBDIR+= gate
SUBDIR+= gconf-editor
SUBDIR+= gedit
SUBDIR+= gedit-python
SUBDIR+= gedit3
SUBDIR+= ghex
SUBDIR+= gice
SUBDIR+= gnuserv
SUBDIR+= gobby
SUBDIR+= gtranslator
SUBDIR+= gummi
SUBDIR+= heme
SUBDIR+= hexcurse
SUBDIR+= hexedit
SUBDIR+= hnb
SUBDIR+= javascript-mode
SUBDIR+= jde
SUBDIR+= jed
SUBDIR+= joe
SUBDIR+= jove
SUBDIR+= kate
SUBDIR+= kdissert
SUBDIR+= kile
SUBDIR+= kile-kde3
SUBDIR+= kilo
SUBDIR+= leafpad
SUBDIR+= leim20
SUBDIR+= leim21
SUBDIR+= lpe
SUBDIR+= lyx
SUBDIR+= manedit
SUBDIR+= matlab-mode
SUBDIR+= medit
SUBDIR+= mflteco
SUBDIR+= mg
SUBDIR+= mg2a
SUBDIR+= mined
SUBDIR+= mlview
SUBDIR+= mule
SUBDIR+= mule-ucs
SUBDIR+= nano
SUBDIR+= ne
SUBDIR+= nedit
SUBDIR+= ng
SUBDIR+= notecase
SUBDIR+= nts
SUBDIR+= nvi
SUBDIR+= nvi-m17n
SUBDIR+= obby
SUBDIR+= p5-Acme-Padre-PlayCode
SUBDIR+= p5-PPIx-EditorTools
SUBDIR+= p5-Padre
SUBDIR+= p5-Padre-Plugin-Autoformat
SUBDIR+= p5-Padre-Plugin-Catalyst
SUBDIR+= p5-Padre-Plugin-DataWalker
SUBDIR+= p5-Padre-Plugin-Debugger
SUBDIR+= p5-Padre-Plugin-Ecliptic
SUBDIR+= p5-Padre-Plugin-Encrypt
SUBDIR+= p5-Padre-Plugin-Git
SUBDIR+= p5-Padre-Plugin-HG
SUBDIR+= p5-Padre-Plugin-Kate
SUBDIR+= p5-Padre-Plugin-Nopaste
SUBDIR+= p5-Padre-Plugin-PerlCritic
SUBDIR+= p5-Padre-Plugin-PerlTidy
SUBDIR+= p5-Padre-Plugin-SVN
SUBDIR+= p5-Padre-Plugin-SpellCheck
SUBDIR+= p5-Padre-Plugin-Vi
SUBDIR+= p5-Padre-Plugin-XS
SUBDIR+= p5-Wx-Scintilla
SUBDIR+= pico
SUBDIR+= pluma
SUBDIR+= poedit
SUBDIR+= qgoogletranslator
SUBDIR+= rox-edit
SUBDIR+= sam
SUBDIR+= sandy
SUBDIR+= sasm
SUBDIR+= scite
SUBDIR+= se
SUBDIR+= speedbar
SUBDIR+= ssam
SUBDIR+= tamago
SUBDIR+= tea
SUBDIR+= ted
SUBDIR+= ted-cs
SUBDIR+= ted-da
SUBDIR+= ted-de
SUBDIR+= ted-en-gb
SUBDIR+= ted-en-us
SUBDIR+= ted-es
SUBDIR+= ted-fr
SUBDIR+= ted-it
SUBDIR+= ted-nl
SUBDIR+= ted-no
SUBDIR+= ted-pl
SUBDIR+= ted-pt
SUBDIR+= ted-sv
SUBDIR+= texmaker
SUBDIR+= texstudio
SUBDIR+= texworks
SUBDIR+= tomboy
SUBDIR+= tweak
SUBDIR+= uemacs
SUBDIR+= ve
SUBDIR+= vigor
SUBDIR+= vile
SUBDIR+= vilearn
SUBDIR+= vim
SUBDIR+= vim-gtk2
SUBDIR+= vim-lang
SUBDIR+= vim-motif
SUBDIR+= vim-share
SUBDIR+= vim-xaw
SUBDIR+= wily
SUBDIR+= xcoral
SUBDIR+= xemacs
SUBDIR+= xemacs-current
SUBDIR+= xemacs-current-nox11
SUBDIR+= xemacs-nox11
SUBDIR+= xemacs-packages
SUBDIR+= xfce4-mousepad
SUBDIR+= xjed
SUBDIR+= xournal
SUBDIR+= xvile
SUBDIR+= xwpe
SUBDIR+= yed
SUBDIR+= yudit
SUBDIR+= zile
SUBDIR+= zim
.include "../mk/misc/category.mk"