add new port scim-anthy -- SCIM IMEngine module using the Anthy

input method.
This commit is contained in:
Hajimu UMEMOTO 2005-03-02 11:40:06 +00:00
parent 31886f8b78
commit cf267baf81
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130180
6 changed files with 73 additions and 0 deletions

View file

@ -337,6 +337,7 @@
SUBDIR += samba
SUBDIR += samba3
SUBDIR += sazanami-ttf
SUBDIR += scim-anthy
SUBDIR += scim-tables
SUBDIR += scim-uim
SUBDIR += sed

View file

@ -0,0 +1,48 @@
# New ports collection makefile for: ja-scim-anthy
# Date created: 2 Mar 2005
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= scim-anthy
PORTVERSION= 0.3.1
CATEGORIES= japanese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR=scim-imengine/13188
MAINTAINER= ume@FreeBSD.org
COMMENT= SCIM IMEngine module using Anthy
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_GNOME= lthack
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>

View file

@ -0,0 +1,2 @@
MD5 (scim-anthy-0.3.1.tar.gz) = 72b48b8f32d9bca1df93c5b3bfb02c91
SIZE (scim-anthy-0.3.1.tar.gz) = 522662

View file

@ -0,0 +1,3 @@
scim-anthy is the SCIM IMEngine module using the Anthy input method.
WWW: http://sourceforge.jp/projects/scim-imengine/

View file

@ -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
--------------------------------------------------------------------

View file

@ -0,0 +1,8 @@
lib/scim-1.0/IMEngine/anthy.so
lib/scim-1.0/SetupUI/anthy-imengine-setup.so
share/locale/ja/LC_MESSAGES/scim-anthy.mo
share/scim/icons/scim-anthy.png
share/scim/icons/scim-anthy-dict.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