summaryrefslogtreecommitdiffstats
path: root/korean/scim-tables
diff options
context:
space:
mode:
Diffstat (limited to 'korean/scim-tables')
-rw-r--r--korean/scim-tables/Makefile36
-rw-r--r--korean/scim-tables/distinfo3
-rw-r--r--korean/scim-tables/files/patch-Makefile.in11
-rw-r--r--korean/scim-tables/files/patch-icons-Makefile.in57
-rw-r--r--korean/scim-tables/files/patch-tables-Makefile.in11
-rw-r--r--korean/scim-tables/files/patch-tables-ko-Makefile.in11
-rw-r--r--korean/scim-tables/pkg-descr7
-rw-r--r--korean/scim-tables/pkg-message14
-rw-r--r--korean/scim-tables/pkg-plist6
9 files changed, 156 insertions, 0 deletions
diff --git a/korean/scim-tables/Makefile b/korean/scim-tables/Makefile
new file mode 100644
index 000000000..f51e542ef
--- /dev/null
+++ b/korean/scim-tables/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: ko-scim-tables
+# Date created: 22 May 2004
+# Whom: Jie Gao <gaoj@cpsc.ucalgary.ca>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= scim-tables
+PORTVERSION= 0.5.4
+PORTREVISION= 2
+CATEGORIES= korean
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=scim
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= SCIM table based Korean input methods
+
+BUILD_DEPENDS= scim-make-table:${PORTSDIR}/textproc/scim-table-imengine
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500035
+BROKEN= No working scim-make-table command on 4.x. Install textproc/scim-table-imengine for details
+.endif
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
+ @${ECHO}
+ @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
+ @${ECHO}
+
+.include <bsd.port.post.mk>
diff --git a/korean/scim-tables/distinfo b/korean/scim-tables/distinfo
new file mode 100644
index 000000000..d2e41de89
--- /dev/null
+++ b/korean/scim-tables/distinfo
@@ -0,0 +1,3 @@
+MD5 (scim-tables-0.5.4.tar.gz) = 69ce8f1945ba2ab4bf820386e76c2cd9
+SHA256 (scim-tables-0.5.4.tar.gz) = 784cbdecb40a42dee50c2d4ef0614ebd58728c8ee15ac0f2d08acfeef73ec4ad
+SIZE (scim-tables-0.5.4.tar.gz) = 5608023
diff --git a/korean/scim-tables/files/patch-Makefile.in b/korean/scim-tables/files/patch-Makefile.in
new file mode 100644
index 000000000..7ca13932d
--- /dev/null
+++ b/korean/scim-tables/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Sun Oct 30 22:07:39 2005
++++ Makefile.in Tue Nov 1 23:10:48 2005
+@@ -260,7 +260,7 @@
+ EXTRA_DIST = config.rpath mkinstalldirs bootstrap scim-tables.spec
+ AUTOMAKE_OPTIONS = gnu
+ @SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE@SKIM_SUBDIR = skim
+-SUBDIRS = intl icons m4 po src tables $(SKIM_SUBDIR)
++SUBDIRS = icons tables
+ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure $(AUX_DIST)
+ CLEANFILES = *.bak
+ ACLOCAL_AMFLAGS = -I m4
diff --git a/korean/scim-tables/files/patch-icons-Makefile.in b/korean/scim-tables/files/patch-icons-Makefile.in
new file mode 100644
index 000000000..7a14e26f3
--- /dev/null
+++ b/korean/scim-tables/files/patch-icons-Makefile.in
@@ -0,0 +1,57 @@
+--- icons/Makefile.in.orig Sun Oct 30 22:07:35 2005
++++ icons/Makefile.in Tue Nov 1 23:11:26 2005
+@@ -234,52 +234,8 @@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+ MAINTAINERCLEANFILES = Makefile.in
+-INST_ICONS = table.png \
+- Amharic.png \
+- Arabic.png \
+- Array30.png \
+- Bengali-inscript.png \
+- Bengali-probhat.png \
+- CangJie.png \
+- CangJie3.png \
+- Cantonese.png \
+- CantonHK.png \
+- Quick.png \
+- Stroke5.png \
+- Dayi.png \
+- Erbi.png \
+- Erbi-QS.png \
+- EZ.png \
+- Gujarati-inscript.png \
+- Gujarati-phonetic.png \
+- Hangul.png \
+- Hanja.png \
+- Hindi-inscript.png \
+- Hindi-phonetic.png \
+- HIRAGANA.png \
+- Jyutping.png \
+- KATAKANA.png \
+- Kannada-inscript.png \
+- Kannada-kgp.png \
+- LaTeX.png \
+- Malayalam-inscript.png \
+- Nepali.png \
+- Nippon.png \
+- Punjabi-inscript.png \
+- Punjabi-jhelum.png \
+- Punjabi-phonetic.png \
+- Simplex.png \
+- Tamil-inscript.png \
+- Tamil-phonetic.png \
+- Telugu-inscript.png \
+- Thai.png \
+- Viqr.png \
+- Wu.png \
+- Wubi.png \
+- Yawerty.png \
+- ZhuYin.png \
+- Ziranma.png \
+- IPA-X-SAMPA.png
++INST_ICONS = Hangul.png \
++ Hanja.png
+
+ EXTRA_DIST = $(INST_ICONS)
+ icondir = $(SCIM_ICONDIR)
diff --git a/korean/scim-tables/files/patch-tables-Makefile.in b/korean/scim-tables/files/patch-tables-Makefile.in
new file mode 100644
index 000000000..7b4cfbbf8
--- /dev/null
+++ b/korean/scim-tables/files/patch-tables-Makefile.in
@@ -0,0 +1,11 @@
+--- tables/Makefile.in.orig Sun Oct 30 22:07:36 2005
++++ tables/Makefile.in Tue Nov 1 23:11:44 2005
+@@ -234,7 +234,7 @@
+ target_alias = @target_alias@
+ MAINTAINERCLEANFILES = Makefile.in
+ CLEANFILES = *.bak
+-SUBDIRS = additional am ar bn gu hi ja kn ko ml ne pa ru ta te th vi zh
++SUBDIRS = ko
+ all: all-recursive
+
+ .SUFFIXES:
diff --git a/korean/scim-tables/files/patch-tables-ko-Makefile.in b/korean/scim-tables/files/patch-tables-ko-Makefile.in
new file mode 100644
index 000000000..4e569e095
--- /dev/null
+++ b/korean/scim-tables/files/patch-tables-ko-Makefile.in
@@ -0,0 +1,11 @@
+--- tables/ko/Makefile.in.orig Sun Oct 30 22:07:37 2005
++++ tables/ko/Makefile.in Tue Nov 1 23:11:58 2005
+@@ -235,7 +235,7 @@
+ subdirs = @subdirs@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-SCIM_MAKE_TABLE = $(top_builddir)/src/scim-make-table
++SCIM_MAKE_TABLE = scim-make-table
+ scim_tables_source = Hangul.txt.in HangulRomaja.txt.in Hanja.txt.in
+ scim_tables = Hangul.txt HangulRomaja.txt Hanja.txt
+ scim_tables_bindir = $(SCIM_TABLEDIR)
diff --git a/korean/scim-tables/pkg-descr b/korean/scim-tables/pkg-descr
new file mode 100644
index 000000000..2975211b3
--- /dev/null
+++ b/korean/scim-tables/pkg-descr
@@ -0,0 +1,7 @@
+SCIM table based Korean input methods: Hangul, Hanja
+
+Smart Common Input Method platform, in short SCIM, is a development platform to
+make Input Method developers live easier. It has very clear architecture and
+very simple programming interface.
+
+WWW: http://www.scim-im.org
diff --git a/korean/scim-tables/pkg-message b/korean/scim-tables/pkg-message
new file mode 100644
index 000000000..633c2e665
--- /dev/null
+++ b/korean/scim-tables/pkg-message
@@ -0,0 +1,14 @@
+--------------------------------------------------------------------
+Remember to set environment variable XMODIFIERS:
+
+ csh/tcsh: setenv XMODIFIERS @im=SCIM
+ sh/bash: export XMODIFIERS='@im=SCIM'
+
+and set LANG, LC_CTYPE to a proper Korean locale or use scim-setup
+utility to configure the supported locale.
+
+To start the SCIM input method daemon, use command:
+
+ scim -d
+
+--------------------------------------------------------------------
diff --git a/korean/scim-tables/pkg-plist b/korean/scim-tables/pkg-plist
new file mode 100644
index 000000000..9987e4d27
--- /dev/null
+++ b/korean/scim-tables/pkg-plist
@@ -0,0 +1,6 @@
+share/scim/tables/Hangul.bin
+share/scim/tables/HangulRomaja.bin
+share/scim/tables/Hanja.bin
+share/scim/icons/Hangul.png
+share/scim/icons/Hanja.png
+@dirrmtry share/scim/tables