diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2008-09-23 15:16:58 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2008-09-23 15:16:58 +0000 |
commit | 9445c3e0fc3aed1e64c6dd0539fabc50b43925f8 (patch) | |
tree | b94cb71ca39616e44c59f232a841ef0f8021ef5d /textproc/Makefile | |
parent | 06f1fe1146c702dce9203ddef9fdd305ef59a775 (diff) | |
download | ports-9445c3e0fc3aed1e64c6dd0539fabc50b43925f8.tar.gz ports-9445c3e0fc3aed1e64c6dd0539fabc50b43925f8.zip |
Add textproc/scim-bridge and textproc/scim-bridge-qt4:
Scim-bridge is wrapper library for SCIM, written in C. Scim-bridge
is seperated in two parts, the agent and the clients. The agent is
the IME server which communicates with SCIM. The clients are IMModules
which communicate only with the agent so that there is no binary
dependency between the clients and SCIM.
WWW: http://www.scim-im.org/projects/scim_bridge/
PR: 126603
Submitted by: Henry Hu <henry.hu.sh at gmail.com>
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=220576
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b7079c3bb796..44831a3133ea 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -963,6 +963,8 @@ SUBDIR += sc-aspell SUBDIR += scew SUBDIR += scim + SUBDIR += scim-bridge + SUBDIR += scim-bridge-qt4 SUBDIR += scim-input-pad SUBDIR += scim-kmfl-imengine SUBDIR += scim-kmfl-sil-ipa-unicode5 |