summaryrefslogtreecommitdiffstats
path: root/chinese/scim-chewing
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-30 11:46:46 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-30 11:46:46 +0800
commit570b8345a61414a4f5e8a1651acd54b8410d88db (patch)
treef4ce181414f8ddbcbd5f41d47fe49f007a6696b4 /chinese/scim-chewing
parenta556168f0817afcb2300bbdffc6ef52b24056c7b (diff)
downloadmarcuscom-ports-570b8345a61414a4f5e8a1651acd54b8410d88db.tar
marcuscom-ports-570b8345a61414a4f5e8a1651acd54b8410d88db.tar.gz
marcuscom-ports-570b8345a61414a4f5e8a1651acd54b8410d88db.tar.bz2
marcuscom-ports-570b8345a61414a4f5e8a1651acd54b8410d88db.tar.lz
marcuscom-ports-570b8345a61414a4f5e8a1651acd54b8410d88db.tar.xz
marcuscom-ports-570b8345a61414a4f5e8a1651acd54b8410d88db.tar.zst
marcuscom-ports-570b8345a61414a4f5e8a1651acd54b8410d88db.zip
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7390 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'chinese/scim-chewing')
-rw-r--r--chinese/scim-chewing/Makefile37
-rw-r--r--chinese/scim-chewing/distinfo3
-rw-r--r--chinese/scim-chewing/pkg-descr8
-rw-r--r--chinese/scim-chewing/pkg-message20
-rw-r--r--chinese/scim-chewing/pkg-plist11
5 files changed, 79 insertions, 0 deletions
diff --git a/chinese/scim-chewing/Makefile b/chinese/scim-chewing/Makefile
new file mode 100644
index 000000000..dbd256e39
--- /dev/null
+++ b/chinese/scim-chewing/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: zh-scim-chewing
+# Date created: 4 Dec 2004
+# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
+#
+# $FreeBSD$
+#
+
+PORTNAME= scim-chewing
+PORTVERSION= 0.3.1
+PORTREVISION= 1
+CATEGORIES= chinese
+MASTER_SITES= http://chewing.csie.net/download/scim/
+
+MAINTAINER= yinjieh@csie.nctu.edu.tw
+COMMENT= SCIM chewing Chinese input methods
+
+RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim
+LIB_DEPENDS= chewing.3:${PORTSDIR}/chinese/libchewing
+BUILD_DEPENDS= ${RUN_DEPENDS} \
+ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+CONFIGURE_ENV+= CPPFLAGS="-D__STDC_ISO_10646__ -I${LOCALBASE}/include"
+
+post-patch:
+ @${REINPLACE_CMD} -e 's,/1.0.0/,/,g' ${WRKSRC}/src/Makefile.in
+ @${REINPLACE_CMD} -e 's,@DATADIRNAME@,share,g' ${WRKSRC}/po/Makefile.in.in
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
+ @${ECHO}
+ @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
+ @${ECHO}
+
+.include <bsd.port.mk>
diff --git a/chinese/scim-chewing/distinfo b/chinese/scim-chewing/distinfo
new file mode 100644
index 000000000..d0762c010
--- /dev/null
+++ b/chinese/scim-chewing/distinfo
@@ -0,0 +1,3 @@
+MD5 (scim-chewing-0.3.1.tar.gz) = 7231e143e408b96f8374be9026ce6184
+SHA256 (scim-chewing-0.3.1.tar.gz) = ee88aa2e9ed6b970b01938d1fc8aeca200b866eee380f03623973820f45d75cb
+SIZE (scim-chewing-0.3.1.tar.gz) = 434230
diff --git a/chinese/scim-chewing/pkg-descr b/chinese/scim-chewing/pkg-descr
new file mode 100644
index 000000000..35e93d233
--- /dev/null
+++ b/chinese/scim-chewing/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://scim.freedesktop.org
diff --git a/chinese/scim-chewing/pkg-message b/chinese/scim-chewing/pkg-message
new file mode 100644
index 000000000..40e04afc9
--- /dev/null
+++ b/chinese/scim-chewing/pkg-message
@@ -0,0 +1,20 @@
+--------------------------------------------------------------------
+Remember to set environment varible 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-chewing/pkg-plist b/chinese/scim-chewing/pkg-plist
new file mode 100644
index 000000000..d43187c74
--- /dev/null
+++ b/chinese/scim-chewing/pkg-plist
@@ -0,0 +1,11 @@
+lib/scim-1.0/IMEngine/chewing.a
+lib/scim-1.0/IMEngine/chewing.la
+lib/scim-1.0/IMEngine/chewing.so
+lib/scim-1.0/SetupUI/chewing-imengine-setup.a
+lib/scim-1.0/SetupUI/chewing-imengine-setup.la
+lib/scim-1.0/SetupUI/chewing-imengine-setup.so
+share/locale/zh_TW/LC_MESSAGES/scim-chewing.mo
+share/scim/icons/scim-chewing-swap-colors.png
+share/scim/icons/scim-chewing.png
+@dirrmtry lib/scim-1.0/IMEngine
+@dirrmtry lib/scim-1.0/SetupUI