diff options
author | garga <garga@FreeBSD.org> | 2007-10-18 20:29:50 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2007-10-18 20:29:50 +0800 |
commit | b18f17c6aacd038091ef9c9812ec69ac1ce7781f (patch) | |
tree | 84ad42626140ef282dd36aac96ae7797208259ef /textproc/Makefile | |
parent | 5e77dc9a853d832d3705c3db8fbc3d195dc05ead (diff) | |
download | freebsd-ports-gnome-b18f17c6aacd038091ef9c9812ec69ac1ce7781f.tar.gz freebsd-ports-gnome-b18f17c6aacd038091ef9c9812ec69ac1ce7781f.tar.zst freebsd-ports-gnome-b18f17c6aacd038091ef9c9812ec69ac1ce7781f.zip |
KMFL aims to bring Tavultesoft Keyman functionality to *nix operating
systems. KMFL is being jointly developed by SIL International
(http://www.sil.org) and Tavultesoft (http://www.tavultesoft.com).
This is compiler for keyboard sources written in Keyman keyboard
language (.kmn files). Resulting binaries (.kmfl) can be used with
SCIM KMFL IMEngine (textproc/scim-kmfl-imengine).
The powerful KMN keyboard language supports contextual deadkeys,
pre- and post-processing of keystrokes, rules grouping, 'storing'
of character classes for use in similar rules, custom and Unicode
character constants, SIL Ethnologue language codes, etc.
Official Tavultesoft repository contains keyboards that cover more
than 220 languages. Significant number of them are open source.
Ported keyboards are textproc/scim-kmfl-*.
WWW: http://kmfl.sourceforge.net/
PR: ports/117167
Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 5ca9f7d8a54d..7fca646d7166 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -242,6 +242,7 @@ SUBDIR += jrefentry SUBDIR += kbedic SUBDIR += kdiff3 + SUBDIR += kmflcomp SUBDIR += ku-aspell SUBDIR += l2a SUBDIR += la-aspell |