summaryrefslogtreecommitdiffstats
path: root/japanese/scim-uim
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-30 13:17:07 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-30 13:17:07 +0800
commit63b33ec1ea9d9d61465e0f7728a2bfe4f2e77f84 (patch)
tree240a90b29fcc0ba90cdc8302a287b575813312b9 /japanese/scim-uim
parent5df36f0c06a5ce8305d67aee7979a5bf4e2d6d62 (diff)
downloadmarcuscom-ports-63b33ec1ea9d9d61465e0f7728a2bfe4f2e77f84.tar
marcuscom-ports-63b33ec1ea9d9d61465e0f7728a2bfe4f2e77f84.tar.gz
marcuscom-ports-63b33ec1ea9d9d61465e0f7728a2bfe4f2e77f84.tar.bz2
marcuscom-ports-63b33ec1ea9d9d61465e0f7728a2bfe4f2e77f84.tar.lz
marcuscom-ports-63b33ec1ea9d9d61465e0f7728a2bfe4f2e77f84.tar.xz
marcuscom-ports-63b33ec1ea9d9d61465e0f7728a2bfe4f2e77f84.tar.zst
marcuscom-ports-63b33ec1ea9d9d61465e0f7728a2bfe4f2e77f84.zip
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7403 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'japanese/scim-uim')
-rw-r--r--japanese/scim-uim/Makefile51
-rw-r--r--japanese/scim-uim/distinfo3
-rw-r--r--japanese/scim-uim/files/patch-src-Makefile.in10
-rw-r--r--japanese/scim-uim/pkg-descr10
-rw-r--r--japanese/scim-uim/pkg-message11
-rw-r--r--japanese/scim-uim/pkg-plist6
6 files changed, 91 insertions, 0 deletions
diff --git a/japanese/scim-uim/Makefile b/japanese/scim-uim/Makefile
new file mode 100644
index 000000000..5b9352c2c
--- /dev/null
+++ b/japanese/scim-uim/Makefile
@@ -0,0 +1,51 @@
+# New ports collection makefile for: ja-scim-uim
+# Date created: 15 Nov 2004
+# Whom: Seiya Yanagita <s_yanagita@ybb.ne.jp>
+#
+# $FreeBSD$
+#
+
+PORTNAME= scim-uim
+PORTVERSION= 0.1.4
+PORTREVISION= 4
+CATEGORIES= japanese
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+ http://freedesktop.org/~suzhe/sources/
+MASTER_SITE_SUBDIR=scim
+
+MAINTAINER= s_yanagita@ybb.ne.jp
+COMMENT= SCIM IMEngine module using UIM input method library
+
+BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
+LIB_DEPENDS= uim:${PORTSDIR}/textproc/uim
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+USE_GNOME= lthack
+USE_X_PREFIX= yes
+USE_ICONV= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+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${X11BASE}/include -I${LOCALBASE}/include/stlport" \
+ LDFLAGS="-L${LOCALBASE}/lib -lstlport_gcc -lintl ${PTHREAD_LIBS}"
+EXTRA_PATCHES= ${FILESDIR}/extra-patch-4-stable
+.else
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -D__STDC_ISO_10646__" \
+ LDFLAGS="-L${LOCALBASE}/lib -lintl"
+.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-uim/distinfo b/japanese/scim-uim/distinfo
new file mode 100644
index 000000000..b6851942c
--- /dev/null
+++ b/japanese/scim-uim/distinfo
@@ -0,0 +1,3 @@
+MD5 (scim-uim-0.1.4.tar.gz) = e4a1f7731a62ca8dd81c0204e5fb96d6
+SHA256 (scim-uim-0.1.4.tar.gz) = 44196eca4e7bbb7666dd9a7b410f0cf7a6392b9044d0c25e6752389c262fd4aa
+SIZE (scim-uim-0.1.4.tar.gz) = 329980
diff --git a/japanese/scim-uim/files/patch-src-Makefile.in b/japanese/scim-uim/files/patch-src-Makefile.in
new file mode 100644
index 000000000..0af40bba6
--- /dev/null
+++ b/japanese/scim-uim/files/patch-src-Makefile.in
@@ -0,0 +1,10 @@
+--- src/Makefile.in.orig Wed Feb 8 11:53:06 2006
++++ src/Makefile.in Wed Feb 8 11:53:28 2006
+@@ -211,7 +211,6 @@
+ uim_la_LDFLAGS = -avoid-version \
+ -rpath $(moduledir) \
+ -module \
+- @LIBTOOL_EXPORT_OPTIONS@ \
+ @SCIM_LIBS@ \
+ @UIM_LIBS@
+
diff --git a/japanese/scim-uim/pkg-descr b/japanese/scim-uim/pkg-descr
new file mode 100644
index 000000000..63ea0100f
--- /dev/null
+++ b/japanese/scim-uim/pkg-descr
@@ -0,0 +1,10 @@
+scim-uim is the SCIM IMEngine module using the uim input method library.
+
+Smart Common Input Method platform, in short SCIM, is a development platform to
+make Input Method developers live easier.
+
+WWW: http://scim.freedesktop.org
+
+Uim is a multilingual input method library.
+
+WWW: http://uim.freedesktop.org
diff --git a/japanese/scim-uim/pkg-message b/japanese/scim-uim/pkg-message
new file mode 100644
index 000000000..316515697
--- /dev/null
+++ b/japanese/scim-uim/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-uim/pkg-plist b/japanese/scim-uim/pkg-plist
new file mode 100644
index 000000000..841d226a7
--- /dev/null
+++ b/japanese/scim-uim/pkg-plist
@@ -0,0 +1,6 @@
+lib/scim-1.0/IMEngine/uim.a
+lib/scim-1.0/IMEngine/uim.la
+lib/scim-1.0/IMEngine/uim.so
+share/scim/icons/scim-uim.png
+@dirrmtry lib/scim-1.0/IMEngine
+@dirrmtry lib/scim-1.0/icons