mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Google droped SCIM support from Mozc.
This commit is contained in:
parent
99db17a9dd
commit
b237a833bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313705
1
MOVED
1
MOVED
@ -4136,3 +4136,4 @@ devel/py-setuptools|devel/py-distribute|2013-03-06|Replaced with distribute
|
||||
devel/ZendOptimizer|www/pecl-zendoptimizerplus|2013-03-07|Replaced with supported open-source release
|
||||
net-im/jreen||2013-03-07|Removed
|
||||
databases/ruby-dbdbd||2013-03-08|Dead project, no knonw users
|
||||
japanese/scim-mozc||2013-03-09|Removed
|
||||
|
@ -288,7 +288,6 @@
|
||||
SUBDIR += scim-honoka
|
||||
SUBDIR += scim-honoka-plugin-romkan
|
||||
SUBDIR += scim-honoka-plugin-wnn
|
||||
SUBDIR += scim-mozc
|
||||
SUBDIR += scim-prime
|
||||
SUBDIR += scim-skk
|
||||
SUBDIR += scim-tables
|
||||
|
@ -1,24 +0,0 @@
|
||||
# New ports collection makefile for: scim-mozc
|
||||
# Date created: 26 June 2010
|
||||
# Whom: Daichi GOTO <daichi@freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PKGNAMEPREFIX= ja-scim-
|
||||
PKGNAMESUFFIX=
|
||||
COMMENT= Mozc engine for SCIM
|
||||
DATADIR= ${PREFIX}/share/scim-${PORTNAME}
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../japanese/mozc-server
|
||||
PKGMESSAGE= ${.CURDIR}/pkg-message
|
||||
|
||||
BROKEN= Google droped SCIM support from Mozc. This port will be deleted.
|
||||
|
||||
BUILD_MOZC_LIST= scim_mozc
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${ECHO_CMD} To display this message again, type ${PKG_INFO} -D ${PKGNAME}
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -1,25 +0,0 @@
|
||||
scim-mozc installation finished. To use scim-mozc, please do the following:
|
||||
|
||||
If you are using bash or zsh, please add following lines to your $HOME/.bashrc or
|
||||
$HOME/.zshrc:
|
||||
|
||||
mozc_server_start
|
||||
export GTK_IM_MODULE=scim
|
||||
export XMODIFIERS=@im=SCIM
|
||||
scim -d
|
||||
|
||||
If you are using tcsh, please add following lines to your $HOME/.cshrc:
|
||||
|
||||
mozc_server_start
|
||||
setenv GTK_IM_MODULE scim
|
||||
setenv XMODIFIERS @im=SCIM
|
||||
scim -d
|
||||
|
||||
If you are using KDE4, you may create a shell script in $HOME/.kde4/env,
|
||||
and add following lines:
|
||||
|
||||
#!/bin/sh
|
||||
mozc_server_start
|
||||
export GTK_IM_MODULE=scim
|
||||
export XMODIFIERS=@im=SCIM
|
||||
scim -d
|
Loading…
x
Reference in New Issue
Block a user