diff options
author | daichi <daichi@FreeBSD.org> | 2013-03-09 19:23:29 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2013-03-09 19:23:29 +0800 |
commit | 1f58b20f6d7c137af9bb8148de7351ff7418674c (patch) | |
tree | 1dea94ce94d9056790b3ed07decd1b7bad35d0de /japanese | |
parent | 43de7d9c37ae94f8697ea2566380c35b39d34608 (diff) | |
download | freebsd-ports-gnome-1f58b20f6d7c137af9bb8148de7351ff7418674c.tar.gz freebsd-ports-gnome-1f58b20f6d7c137af9bb8148de7351ff7418674c.tar.zst freebsd-ports-gnome-1f58b20f6d7c137af9bb8148de7351ff7418674c.zip |
Google droped SCIM support from Mozc.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/scim-mozc/Makefile | 24 | ||||
-rw-r--r-- | japanese/scim-mozc/pkg-message | 25 |
3 files changed, 0 insertions, 50 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 5eadb9fd507e..4b524dec63ae 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -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 diff --git a/japanese/scim-mozc/Makefile b/japanese/scim-mozc/Makefile deleted file mode 100644 index c2708bbc443a..000000000000 --- a/japanese/scim-mozc/Makefile +++ /dev/null @@ -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" diff --git a/japanese/scim-mozc/pkg-message b/japanese/scim-mozc/pkg-message deleted file mode 100644 index 7f67424c4b40..000000000000 --- a/japanese/scim-mozc/pkg-message +++ /dev/null @@ -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 |