aboutsummaryrefslogtreecommitdiff
path: root/japanese/scim-prime
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2005-10-15 13:25:11 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2005-10-15 13:25:11 +0000
commitedb88fa09f1aafd066a3ad8b5a2448454b2a336b (patch)
tree62cfff9a77674d6190c169f04cb833e2aa0409cd /japanese/scim-prime
parent9e23c2bbaa33e69281e1f523ff6dbf0df41f620f (diff)
downloadports-edb88fa09f1aafd066a3ad8b5a2448454b2a336b.tar.gz
ports-edb88fa09f1aafd066a3ad8b5a2448454b2a336b.zip
Add scim-prime 0.2.10, is a SCIM IMEngine module using PRIME.
WWW: http://sourceforge.jp/projects/scim-imengine/ Reviewed by: Hiroo Ono <hiroo@oikumene.gcd.org>
Notes
Notes: svn path=/head/; revision=145453
Diffstat (limited to 'japanese/scim-prime')
-rw-r--r--japanese/scim-prime/Makefile46
-rw-r--r--japanese/scim-prime/distinfo2
-rw-r--r--japanese/scim-prime/pkg-descr3
-rw-r--r--japanese/scim-prime/pkg-message11
-rw-r--r--japanese/scim-prime/pkg-plist7
5 files changed, 69 insertions, 0 deletions
diff --git a/japanese/scim-prime/Makefile b/japanese/scim-prime/Makefile
new file mode 100644
index 000000000000..5696694e280b
--- /dev/null
+++ b/japanese/scim-prime/Makefile
@@ -0,0 +1,46 @@
+# New ports collection makefile for: ja-scim-prime
+# Date created: 2005-10-10
+# Whom: Norikatsu Shigemura <nork@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= scim-prime
+PORTVERSION= 0.2.10
+PORTREVISION= 0
+CATEGORIES= japanese
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
+MASTER_SITE_SUBDIR= scim-imengine/16249
+
+MAINTAINER= nork@FreeBSD.org
+COMMENT= SCIM IMEngine module using PRIME
+
+BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \
+ prime:${PORTSDIR}/japanese/prime
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+USE_GNOME= lthack
+USE_X_PREFIX= yes
+USE_ICONV= yes
+USE_GMAKE= yes
+USE_LIBTOOL_VER=15
+
+.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"
+.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-prime/distinfo b/japanese/scim-prime/distinfo
new file mode 100644
index 000000000000..aa1f435ad73b
--- /dev/null
+++ b/japanese/scim-prime/distinfo
@@ -0,0 +1,2 @@
+MD5 (scim-prime-0.2.10.tar.gz) = dc208b7f4bad455d6bfe21b622fd1048
+SIZE (scim-prime-0.2.10.tar.gz) = 528571
diff --git a/japanese/scim-prime/pkg-descr b/japanese/scim-prime/pkg-descr
new file mode 100644
index 000000000000..ecbd3a8a33dc
--- /dev/null
+++ b/japanese/scim-prime/pkg-descr
@@ -0,0 +1,3 @@
+scim-prime is an SCIM IMEngine module for PRIME.
+
+WWW: http://sourceforge.jp/projects/scim-imengine/
diff --git a/japanese/scim-prime/pkg-message b/japanese/scim-prime/pkg-message
new file mode 100644
index 000000000000..316515697de1
--- /dev/null
+++ b/japanese/scim-prime/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-prime/pkg-plist b/japanese/scim-prime/pkg-plist
new file mode 100644
index 000000000000..b6c96a21966e
--- /dev/null
+++ b/japanese/scim-prime/pkg-plist
@@ -0,0 +1,7 @@
+lib/scim-1.0/IMEngine/prime.so
+lib/scim-1.0/SetupUI/prime-imengine-setup.so
+share/locale/ja/LC_MESSAGES/scim-prime.mo
+share/scim/icons/scim-prime.png
+@unexec rmdir %D/share/scim/icons 2>/dev/null || true
+@unexec rmdir %D/lib/scim-1.0/IMEngine 2>/dev/null || true
+@unexec rmdir %D/lib/scim-1.0/SetupUI 2>/dev/null || true