diff options
Diffstat (limited to 'chinese/scim-tables')
-rw-r--r-- | chinese/scim-tables/Makefile | 36 | ||||
-rw-r--r-- | chinese/scim-tables/distinfo | 3 | ||||
-rw-r--r-- | chinese/scim-tables/files/patch-Makefile.in | 20 | ||||
-rw-r--r-- | chinese/scim-tables/files/patch-icons-Makefile.in | 54 | ||||
-rw-r--r-- | chinese/scim-tables/files/patch-tables-Makefile.in | 11 | ||||
-rw-r--r-- | chinese/scim-tables/files/patch-tables-zh-Makefile.in | 11 | ||||
-rw-r--r-- | chinese/scim-tables/pkg-descr | 8 | ||||
-rw-r--r-- | chinese/scim-tables/pkg-message | 20 | ||||
-rw-r--r-- | chinese/scim-tables/pkg-plist | 35 |
9 files changed, 198 insertions, 0 deletions
diff --git a/chinese/scim-tables/Makefile b/chinese/scim-tables/Makefile new file mode 100644 index 000000000..95bc05bab --- /dev/null +++ b/chinese/scim-tables/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: zh-scim-tables +# Date created: 22 May 2004 +# Whom: Jie Gao <gaoj@cpsc.ucalgary.ca> +# +# $FreeBSD$ +# + +PORTNAME= scim-tables +PORTVERSION= 0.5.4 +PORTREVISION= 3 +CATEGORIES= chinese +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=scim + +MAINTAINER= gaoj@cpsc.ucalgary.ca +COMMENT= SCIM table based Chinese 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/chinese/scim-tables/distinfo b/chinese/scim-tables/distinfo new file mode 100644 index 000000000..d2e41de89 --- /dev/null +++ b/chinese/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/chinese/scim-tables/files/patch-Makefile.in b/chinese/scim-tables/files/patch-Makefile.in new file mode 100644 index 000000000..1917380b4 --- /dev/null +++ b/chinese/scim-tables/files/patch-Makefile.in @@ -0,0 +1,20 @@ +--- Makefile.in.orig Sun Oct 30 06:07:39 2005 ++++ Makefile.in Wed Nov 2 21:45:04 2005 +@@ -75,7 +75,7 @@ + uninstall-recursive + ETAGS = etags + CTAGS = ctags +-DIST_SUBDIRS = intl icons m4 po src tables skim ++DIST_SUBDIRS = icons tables + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + distdir = $(PACKAGE)-$(VERSION) + top_distdir = $(distdir) +@@ -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/chinese/scim-tables/files/patch-icons-Makefile.in b/chinese/scim-tables/files/patch-icons-Makefile.in new file mode 100644 index 000000000..cfee3ca47 --- /dev/null +++ b/chinese/scim-tables/files/patch-icons-Makefile.in @@ -0,0 +1,54 @@ +--- icons/Makefile.in.orig Sun Oct 30 06:07:35 2005 ++++ icons/Makefile.in Mon Nov 7 22:02:59 2005 +@@ -234,12 +234,7 @@ + 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 \ ++INST_ICONS = Array30.png \ + CangJie.png \ + CangJie3.png \ + Cantonese.png \ +@@ -250,36 +245,12 @@ + 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 ++ Ziranma.png + + EXTRA_DIST = $(INST_ICONS) + icondir = $(SCIM_ICONDIR) diff --git a/chinese/scim-tables/files/patch-tables-Makefile.in b/chinese/scim-tables/files/patch-tables-Makefile.in new file mode 100644 index 000000000..c4d1f630e --- /dev/null +++ b/chinese/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:25:14 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 = zh + all: all-recursive + + .SUFFIXES: diff --git a/chinese/scim-tables/files/patch-tables-zh-Makefile.in b/chinese/scim-tables/files/patch-tables-zh-Makefile.in new file mode 100644 index 000000000..d6d3a63c0 --- /dev/null +++ b/chinese/scim-tables/files/patch-tables-zh-Makefile.in @@ -0,0 +1,11 @@ +--- tables/zh/Makefile.in.orig Sun Oct 30 22:07:39 2005 ++++ tables/zh/Makefile.in Tue Nov 1 23:26:26 2005 +@@ -245,7 +245,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 = \ + Array30.txt.in \ + CangJie.txt.in \ diff --git a/chinese/scim-tables/pkg-descr b/chinese/scim-tables/pkg-descr new file mode 100644 index 000000000..cca084b92 --- /dev/null +++ b/chinese/scim-tables/pkg-descr @@ -0,0 +1,8 @@ +SCIM Chinese table based input methods: Array30, CangJie, Cantonese, Dayi, +Erbi, EZ, Jyutping, Simplex, Wubi, Ziranma, ZhuYin + +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/chinese/scim-tables/pkg-message b/chinese/scim-tables/pkg-message new file mode 100644 index 000000000..9e61f11cd --- /dev/null +++ b/chinese/scim-tables/pkg-message @@ -0,0 +1,20 @@ +-------------------------------------------------------------------- +Remember to set environment variable XMODIFIERS: + + csh/tcsh: setenv XMODIFIERS @im=SCIM + sh/bash: export XMODIFIERS='@im=SCIM' + +and set LANG, LC_CTYPE to one of the following values: + + Simplified Chinese: + zh_CN.UTF-8, zh_CN.GB18030, zh_CN.GBK, zh_CN.GB2312, zh_CN.eucCN + + Traditional Chinese: + zh_TW.UTF-8, zh_TW.Big5 + zh_HK.UTF-8, zh_HK.Big5-HKSCS + +To start the SCIM input method daemon, use command: + + scim -d + +-------------------------------------------------------------------- diff --git a/chinese/scim-tables/pkg-plist b/chinese/scim-tables/pkg-plist new file mode 100644 index 000000000..da4b4d5dd --- /dev/null +++ b/chinese/scim-tables/pkg-plist @@ -0,0 +1,35 @@ +share/scim/tables/Array30.bin +share/scim/tables/CangJie.bin +share/scim/tables/CangJie3.bin +share/scim/tables/CantonHK.bin +share/scim/tables/Cantonese.bin +share/scim/tables/Dayi3.bin +share/scim/tables/EZ.bin +share/scim/tables/Erbi-QS.bin +share/scim/tables/Erbi.bin +share/scim/tables/Jyutping.bin +share/scim/tables/Quick.bin +share/scim/tables/Simplex.bin +share/scim/tables/Stroke5.bin +share/scim/tables/Wu.bin +share/scim/tables/Wubi.bin +share/scim/tables/ZhuYin.bin +share/scim/tables/Ziranma.bin +share/scim/icons/Array30.png +share/scim/icons/CangJie.png +share/scim/icons/CangJie3.png +share/scim/icons/CantonHK.png +share/scim/icons/Cantonese.png +share/scim/icons/Dayi.png +share/scim/icons/EZ.png +share/scim/icons/Erbi-QS.png +share/scim/icons/Erbi.png +share/scim/icons/Jyutping.png +share/scim/icons/Quick.png +share/scim/icons/Simplex.png +share/scim/icons/Stroke5.png +share/scim/icons/Wu.png +share/scim/icons/Wubi.png +share/scim/icons/ZhuYin.png +share/scim/icons/Ziranma.png +@dirrmtry share/scim/tables |