Port details |
- mozc-el Emacs input method for Mozc
- 2.23.2815.102.01_24 japanese =2 2.23.2815.102.01_7Version of this port present on the latest quarterly branch.
- Maintainer: hrs@FreeBSD.org
- Port Added: 2011-06-28 04:05:31
- Last Update: 2022-07-20 14:22:11
- Commit Hash: 8d9b67b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: elisp
- License: not specified in port
- WWW:
- https://github.com/google/mozc
- Description:
- Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux. This open-source project
originates from Google Japanese Input.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ja-mozc-el>0:japanese/mozc-el
- To install the port:
- cd /usr/ports/japanese/mozc-el/ && make install clean
- To add the package, run one of these commands:
- pkg install japanese/mozc-el
- pkg install ja-mozc-el
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ja-mozc-el
- Package flavors (<flavor>: <package>)
- full: ja-mozc-el
- canna: ja-mozc-el-emacs_canna
- nox: ja-mozc-el-emacs_nox
- wayland: ja-mozc-el-emacs_wayland
- devel_full: ja-mozc-el-emacs_devel
- devel_nox: ja-mozc-el-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1673183895
SHA256 (ken_all-20221228.zip) = cfe8d51d3610ec20b40be7472a05afa2b92bd1e5e68c8b25871a4958d09a94ef
SIZE (ken_all-20221228.zip) = 1691520
Packages (timestamps in pop-ups are UTC):
- Master port: japanese/mozc-server
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-gyp>=20200512 : devel/py-gyp@py311
- gmake>=4.4.1 : devel/gmake
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- emacs-29.4 : editors/emacs@full
- Runtime dependencies:
-
- xdg-open : devel/xdg-utils
- emacs-29.4 : editors/emacs@full
- mozc_server : japanese/mozc-server
- Library dependencies:
-
- libprotobuf.so : devel/protobuf
- libzinnia.so : japanese/zinnia
- Patch dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- japanese/boiled-mozc
- for Run
-
- japanese/boiled-mozc
Configuration Options:
- No options to configure
- Options name:
- japanese_mozc-el
- USES:
- compiler:c++17-lang gmake ninja:build pkgconfig python:build shebangfix tar:bzip2 emacs
- pkg-message:
- For install:
- To activate mozc, you will need to add the following lines to
your ~/.emacs:
(set-language-environment "Japanese")
(setq default-input-method "japanese-mozc")
(global-set-key (kbd "C-o") 'toggle-input-method)
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: japanese/mozc-server |
Commit | Credits | Log message |
2.23.2815.102.01_7 20 Jul 2022 14:22:11 |
Tobias C. Berner (tcberner) |
japanese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Daichi GOTO <daichi@FreeBSD.org>
* Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
* David O'Brien (obrien@cs.ucdavis.edu)
* Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
* FUJISHIMA Satsuki <sf@FreeBSD.org>
* Fumihiko Kimura <jfkimura@yahoo.co.jp> (Only the first 15 lines of the commit message are shown above ) |
2.23.2815.102.01_6 05 Apr 2022 21:37:15 |
Luca Pizzamiglio (pizzamig) |
japanese/mozc-el: Fix PORTREVISION
Use the PORTREVISION of the master port |
2.23.2815.102.01_1 15 Nov 2021 15:19:58 |
Joseph Mingrone (jrm) |
USES=emacs: Chase package name changes
PR: 259259
Differential Revision: https://reviews.freebsd.org/D32613 |
2.23.2815.102.01_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.23.2815.102.01 15 Aug 2020 01:21:01 |
hrs |
Update japanese/mozc-{server,el,tool} and japanese/{fcitx,ibus,uim}-mozc
to 2.23.2815.102.01, and devel/py-gyp to a snapshot as of 20200512.
Changes include:
- Migration to Python 3.
- Update of the zipcode dictionary to 20200430.
- Fix of the icon path for fcitx. |
2.23.2815.102.00_2 12 Aug 2020 18:30:07 |
jrm |
editors/emacs: Update to version 27.1
Please refer to the 20200811 UPDATING entry when upgrading
dependent (*-emacs26-*) ports.
Port changes:
- depend on math/gmp
- match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and
turning MAGICK off by default
- remove OPENMP check for graphics/ImageMagick as the openmp is now
included in base
- update EMACS_VER in Mk/Uses/emacs.mk
- bump USES=emacs ports or remove BROKEN for net-im/jabber.el and
deskutils/howm, which now build
Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch)
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D23966 |
2.23.2815.102.00_1 07 Jan 2020 04:55:40 |
jrm |
editors/emacs-devel: Update to latest master branch commit, 4f2b415
This update includes an Emacs major version change from 27.0.50 to 28.0.50.
Ports that may depend on editors/emacs-devel must chase this update
with a PORTREVISION bump.
Submitted by: ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D23012 |
2.23.2815.102.00_4 13 Aug 2019 22:22:35 |
mat |
Convert to UCL & cleanup pkg-message (categories h-k) |
2.23.2815.102.00 05 Mar 2019 07:05:54 |
hrs |
Update to 2.23.2815.102.00. |
2.20.2677.102.02_8 31 May 2018 01:18:05 |
jrm |
USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html |
2.20.2677.102.02_8 01 Feb 2018 18:03:10 |
jrm |
Flavorize and modernize Emacs ports
- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
subshell
- Silence some portlint warnings
[1] By not depending on base texinfo
PR: 225404
Reviewed by: antoine
Approved by: portmgr (mat) ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D13506 |
2.20.2677.102.02_7 12 Sep 2017 15:38:57 |
ashish |
Chase Emacs update |
1.11.1502.102_1 19 Jun 2014 11:08:11 |
sanpei |
support stage for mozc-el. |
1.11.1502.102 20 Sep 2013 18:47:56 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
1.10.1390.102_3 14 May 2013 19:46:21 |
hrs |
- Add Japan Post zip code dictionary.
- Add LICENSE.
- Fix malformed BUILD_DEPENDS and remove unnecessary dependencies.
Use USE_* in a consistent manner.
- Fix inconsistency toolchain usage in build_tools and the others.
Hardcoded g++ was always used only for the former even if both gcc
and clang were available.
- Enable -Werror.
- Fix SSP issue on i386 platform.
- Let cpp(1) to replace LOCALBASE instead of patching and sed(1).
- Use GYP_DEFINES for build variables instead of patching.
- Separate the stages of configuration and build from each other.
- Add options for localbase and openssl-related configuration to gyp
instead of patching.
- Fix makesum target. (Only the first 15 lines of the commit message are shown above ) |
1.10.1390.102_2 24 Apr 2013 07:32:57 |
daichi |
fixed a mozc-el build issue |
1.10.1390.102 23 Apr 2013 03:11:58 |
daichi |
update to 1.10.1390.102 |
1.5.1090.102_7 26 Jul 2012 02:41:58 |
daichi |
fixed mozc-el build fail
PR: 170131
Submitted by: Seiji Ariga <freebsd@khaotic.net> |
1.5.1090.102 29 May 2012 14:10:22 |
daichi |
update to mozc-1.5.1090.102.1 |
1.3.975.102_1 05 Mar 2012 12:22:11 |
daichi |
version bump to follow Emacs23 update |
1.3.975.102 29 Jan 2012 05:22:57 |
daichi |
Update to 1.3.975.102 |
1.3.931.102 01 Jan 2012 00:35:25 |
daichi |
Forgotten to add pkg-message file
Pointed out by: pointyhat |
1.3.931.102 27 Dec 2011 01:57:38 |
daichi |
Changed the mozc-el port to use the master mozc-server port
for its easy maintenance
- changed as mozc-server slave ports for easy maintenance
- updated to 1.3.931.102
Approved by: maho |
1.3.911.102 22 Dec 2011 00:17:27 |
pav |
- Mark BROKEN: does not build
Reported by: pointyhat |
1.3.911.102 06 Dec 2011 06:12:37 |
maho |
Update to 1.3.911.102.
PR: 163074
Submitted by: HATANO Tomomi <hatanou@infolab.ne.jp>
Feature safe: yes |
1.1.773.102_3 17 Oct 2011 06:01:31 |
ashish |
- Chase editors/emacs update |
1.1.773.102_2 07 Sep 2011 20:21:30 |
ashish |
Chase editors/emacs update |
1.1.773.102_1 27 Aug 2011 22:22:57 |
ashish |
Chase editors/emacs update.
PR: ports/160196 |
1.1.773.102 08 Aug 2011 08:29:29 |
maho |
Update to 1.1.773.102.
PR: 159312
Submitted by: HATANO Tomomi <hatanou@infolab.ne.jp> |
0.13.523.102 17 Jul 2011 21:30:33 |
pav |
- Mark BROKEN on FreeBSD 7.X: does not compile
base/process.cc:317: error: '::posix_spawn' has not been declared
Reported by: pointyhat |
0.13.523.102 28 Jun 2011 04:04:52 |
maho |
Add japanese/mozc-el port.
Mozc.el is an Emacs client of Mozc, so you can input
Japanese via mozc in your tty, bypassing ibus.
WWW: http://code.google.com/p/mozc/
Submitted by: TAKANO, Yuji |