Bug 117167 - [New Port] textproc/kmflcomp: Compiler of Keyman keyboard sources to use with SCIM KMFL IMEngine
Summary: [New Port] textproc/kmflcomp: Compiler of Keyman keyboard sources to use with...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-14 03:00 UTC by Nikola Lečić
Modified: 2007-10-18 13:32 UTC (History)
0 users

See Also:


Attachments
kmflcomp-0.9.6.shar (6.52 KB, text/plain)
2007-10-14 03:00 UTC, Nikola Lečić
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikola Lečić 2007-10-14 03:00:03 UTC
	

This is no. 1 of 4 PRs related to the new KMFL port; they are:

KMFL:
  textproc/kmflcomp
  textproc/libkmfl
  textproc/scim-kmfl-imengine
An example keyboard:
  textproc/scim-kmfl-sil-ipa-unicode5

[Reasons for distfile/kmfl and share/doc/kmfl: there will be
potentially tens of kmfl-related ports with documentation. Sometimes
(as in submitted textproc/scim-kmfl-sil-ipa-unicode5 port) sources
and docs have non-intuitive name and scattered files.]
-------------------------------------

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-*.
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2007-10-15 20:08:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-10-18 13:29:57 UTC
garga       2007-10-18 12:29:50 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/kmflcomp    Makefile distinfo pkg-descr pkg-plist 
    textproc/kmflcomp/files pkg-message.in 
  Log:
  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>
  
  Revision  Changes    Path
  1.1190    +1 -0      ports/textproc/Makefile
  1.1       +55 -0     ports/textproc/kmflcomp/Makefile (new)
  1.1       +6 -0      ports/textproc/kmflcomp/distinfo (new)
  1.1       +19 -0     ports/textproc/kmflcomp/files/pkg-message.in (new)
  1.1       +18 -0     ports/textproc/kmflcomp/pkg-descr (new)
  1.1       +15 -0     ports/textproc/kmflcomp/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2007-10-18 13:32:09 UTC
State Changed
From-To: open->closed

New port added. Thanks!