freebsd-ports/textproc/scim-table-imengine/files/scim-make-table.sh
Cheng-Lung Sung c0f0c79416 - This is the im engine for scim table based input methods.
- This IM engine was included as part of scim in 1.0.x version,
  and splited into a separate package since 1.2.0.

PR:		78264
Submitted by:	Jie Gao <gaoj AT cpsc dot ucalgary dot ca>
2005-03-07 03:00:16 +00:00

18 lines
630 B
Bash

#!/bin/sh
cat <<EOF
************************************************************
** N O T E **
************************************************************
This is NOT a working scim-make-table. Due to the limitation
on your system, scim-make-table cannot be compiled. So you
cannot build binary im tables on this system.
However, the scim-tables im engine is available, i.e. You
still have the chance to use table-based input methods for
scim. You can let someone build a tgz package for
{zh,ja,ko}-scim-tables port on a 5.x system and then install
it on your system.
EOF
exit 2