aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-04-10 11:37:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-04-10 11:37:22 +0000
commite06c33cabe9a61cdb3dea2088bc6cbc50604867f (patch)
treec4681f4de580b29738dd32137e12d33f08d98043 /japanese
parent1712a689a09323cd8244b35ce20566a71965fd7d (diff)
downloadports-e06c33cabe9a61cdb3dea2088bc6cbc50604867f.tar.gz
ports-e06c33cabe9a61cdb3dea2088bc6cbc50604867f.zip
scim-skk is the SCIM IMEngine module which is similar to SKK.
PR: ports/79598 Submitted by: Jun Mukai <mukai@jmuk.org>
Notes
Notes: svn path=/head/; revision=132865
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/scim-skk/Makefile46
-rw-r--r--japanese/scim-skk/distinfo2
-rw-r--r--japanese/scim-skk/pkg-descr3
-rw-r--r--japanese/scim-skk/pkg-message11
-rw-r--r--japanese/scim-skk/pkg-plist7
6 files changed, 70 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index 61fe222cd982..fd431af5a9e9 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -343,6 +343,7 @@
SUBDIR += sazanami-ttf
SUBDIR += scim-anthy
SUBDIR += scim-canna
+ SUBDIR += scim-skk
SUBDIR += scim-tables
SUBDIR += scim-uim
SUBDIR += sed
diff --git a/japanese/scim-skk/Makefile b/japanese/scim-skk/Makefile
new file mode 100644
index 000000000000..c9486597b63c
--- /dev/null
+++ b/japanese/scim-skk/Makefile
@@ -0,0 +1,46 @@
+# New ports collection makefile for: ja-scim-skk
+# Date created: 6 Apr 2005
+# Whom: Jun Mukai <mukai@jmuk.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= scim-skk
+PORTVERSION= 0.2.0
+CATEGORIES= japanese
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
+MASTER_SITE_SUBDIR= scim-imengine/14160
+
+MAINTAINER= mukai@jmuk.org
+COMMENT= SCIM IMEngine module like SKK
+
+BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+USE_X_PREFIX= yes
+USE_ICONV= yes
+USE_GMAKE= yes
+USE_LIBTOOL_VER=15
+
+CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
+ PTHREAD_LIBS="${PTHREAD_LIBS}"
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500035
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
+RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/stlport" \
+ LDFLAGS="-L${LOCALBASE}/lib -lstlport_gcc ${PTHREAD_LIBS}"
+.else
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+.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/japanese/scim-skk/distinfo b/japanese/scim-skk/distinfo
new file mode 100644
index 000000000000..ad5c566fc0c5
--- /dev/null
+++ b/japanese/scim-skk/distinfo
@@ -0,0 +1,2 @@
+MD5 (scim-skk-0.2.0.tar.gz) = 5d486afa4ed225e1ebc6a0f90e4862c6
+SIZE (scim-skk-0.2.0.tar.gz) = 519485
diff --git a/japanese/scim-skk/pkg-descr b/japanese/scim-skk/pkg-descr
new file mode 100644
index 000000000000..2bdec992ce0a
--- /dev/null
+++ b/japanese/scim-skk/pkg-descr
@@ -0,0 +1,3 @@
+scim-skk is the SCIM IMEngine module like SKK input.
+
+WWW: http://sourceforge.jp/projects/scim-imengine/
diff --git a/japanese/scim-skk/pkg-message b/japanese/scim-skk/pkg-message
new file mode 100644
index 000000000000..316515697de1
--- /dev/null
+++ b/japanese/scim-skk/pkg-message
@@ -0,0 +1,11 @@
+--------------------------------------------------------------------
+Remember to set environment variables XMODIFIERS and LANG:
+
+ csh/tcsh: setenv XMODIFIERS @im=SCIM ; setenv LANG ja_JP.eucJP
+ sh/bash: export XMODIFIERS='@im=SCIM'; export LANG=ja_JP.eucJP
+
+To start the SCIM input method daemon, use command:
+
+ scim -d
+
+--------------------------------------------------------------------
diff --git a/japanese/scim-skk/pkg-plist b/japanese/scim-skk/pkg-plist
new file mode 100644
index 000000000000..609a35138c3b
--- /dev/null
+++ b/japanese/scim-skk/pkg-plist
@@ -0,0 +1,7 @@
+lib/scim-1.0/IMEngine/skk.so
+lib/scim-1.0/SetupUI/skk-imengine-setup.so
+share/locale/ja/LC_MESSAGES/scim-skk.mo
+share/scim/icons/scim-skk.png
+@unexec rmdir %D/lib/scim-1.0/IMEngine 2>/dev/null || true
+@unexec rmdir %D/lib/scim-1.0/SetupUI 2>/dev/null || true
+@unexec rmdir %D/lib/scim-1.0/icons 2>/dev/null || true