scim-skk is the SCIM IMEngine module which is similar to SKK.
PR: ports/79598 Submitted by: Jun Mukai <mukai@jmuk.org>
This commit is contained in:
parent
1712a689a0
commit
e06c33cabe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132865
6 changed files with 70 additions and 0 deletions
|
@ -343,6 +343,7 @@
|
|||
SUBDIR += sazanami-ttf
|
||||
SUBDIR += scim-anthy
|
||||
SUBDIR += scim-canna
|
||||
SUBDIR += scim-skk
|
||||
SUBDIR += scim-tables
|
||||
SUBDIR += scim-uim
|
||||
SUBDIR += sed
|
||||
|
|
46
japanese/scim-skk/Makefile
Normal file
46
japanese/scim-skk/Makefile
Normal file
|
@ -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>
|
2
japanese/scim-skk/distinfo
Normal file
2
japanese/scim-skk/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (scim-skk-0.2.0.tar.gz) = 5d486afa4ed225e1ebc6a0f90e4862c6
|
||||
SIZE (scim-skk-0.2.0.tar.gz) = 519485
|
3
japanese/scim-skk/pkg-descr
Normal file
3
japanese/scim-skk/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
scim-skk is the SCIM IMEngine module like SKK input.
|
||||
|
||||
WWW: http://sourceforge.jp/projects/scim-imengine/
|
11
japanese/scim-skk/pkg-message
Normal file
11
japanese/scim-skk/pkg-message
Normal 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
|
||||
|
||||
--------------------------------------------------------------------
|
7
japanese/scim-skk/pkg-plist
Normal file
7
japanese/scim-skk/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue