aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/kinput2
Commit message (Collapse)AuthorAgeFilesLines
* Add USES=xorg USES=gl, ports categories jzeising2019-11-071-1/+1
| | | | | Add USES=xorg and USES=gl to ports in categories starting with 'j' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
* Convert to UCL & cleanup pkg-message (categories h-k)mat2019-08-141-2/+6
|
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.olgeni2017-11-031-1/+1
| | | | This round is @FreeBSD.org residents except teams.
* Cleanup $() variables in ports Makefiles.mat2016-07-201-6/+6
| | | | | | | Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight
* Prevent collision with getline(3)bapt2016-05-147-26/+45
|
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-5/+5
| | | | | With hat: portmgr Sponsored by: Absolight
* Cleanup plistbapt2014-12-211-4/+0
|
* - Fix build when only CANNA is defined in PORT_OPTIONS.hrs2014-05-302-28/+23
| | | | | | - Simplify PORT_OPTIONS handling. PR: ports/190396
* Remove the last @comment $FreeBSD$ from plists.mat2014-04-251-1/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* - STAGEDIR support.hrs2014-03-062-13/+7
| | | | - Use new syntax for LIB_DEPENDS.
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | japanese)
* Mark jobs unsafebapt2013-07-101-1/+3
|
* New USES imake to handle the dependency on imake.bapt2013-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port
* Fix syntax errorbapt2013-05-031-3/+3
| | | | Spotted by: bmake exp-run
* - Trim old-style header.hrs2013-05-031-21/+21
| | | | - Use OPTIONS_DEFINE.
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
| | | | With hat: portmgr (myself)
* - Fix SIGSEGV problem on amd64.hrs2009-12-0811-48/+705
| | | | | | | - Convert ConvDesc and ModeTable to a linked list, deprecate complex realloc-based memory management. - Add missing "${CAT} ${PKGMESSAGE}" in the post-install target. - Regenerate patches.
* Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-091-1/+2
| | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
* Prioritize $JSERVER over "CcWnn.Jserver" in the resource file forhrs2008-12-282-1/+23
| | | | server name lookup for consistency. Bump PORTREVISION.
* Fix a typo in WITH_WNN7.hrs2008-11-111-2/+2
| | | | | Spotted by: NAKAJI Hiroyuki PR: ports/128789
* Stop using :u modifier because old make(1) does not understand it.hrs2008-11-111-15/+18
| | | | Spotted by: ume
* Use mode 01777 for unix domain socket directory and drop accesshrs2008-11-083-6/+64
| | | | | | privilege to the unix domain socket from group and others. This should be no user-visible change.
* Use Unix domain socket for Wnn backend (jserver) by default.hrs2008-11-082-5/+8
|
* Fix packing list when all of WITH_*WNN* knobs are disabled andhrs2008-11-082-23/+25
| | | | | | only WITH_CANNA is enabled. Spotted by: WATANABE Kazuhiro
* - Disable TCP transport by default (WITH_TCP knob) because unixhrs2008-11-033-6/+11
| | | | | | domain socket is used in most cases. - Use "localhost" when TCP transport enabled.
* Use 127.0.0.1 for incoming communication socket (internally-usedhrs2008-11-024-1/+68
| | | | | one) instead of INADDR_ANY. This is not a user-visible change of the original functionality.
* - Simplify japanese/kinput2-* variants into a single japanese/kinput2.hrs2008-10-275-103/+70
| | | | | | The japanese/kinput2 port supports Canna, FreeWnn, and SJ3 by default. - OPTIONify backend support selection. - Take maintainership.
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-202-2/+2
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Add SHA256pav2005-11-251-0/+1
|
* Reset MAINTAINER to ports@.nork2004-12-231-1/+1
| | | | | | | | We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket)
* Revert previous, it was fixed in an upstream dependency.kris2004-09-191-2/+0
| | | | Approved by: portmgr (self)
* BROKEN: Does not compilekris2004-09-191-0/+2
| | | | Approved by: portmgr (self)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Fix XIM application freeze & Bump PORTREVISION.nork2003-06-032-1/+13
| | | | | | | PR: users-jp/74701 Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp> Reviewed by: ume Approved by: maintainer timeout (about 5 days)
* Change a default key-binding to "egg" onetaoka2003-06-024-8/+23
| | | | Submitted by: mita
* Remove pkg-comment from remaining master/slave port sets.ade2003-03-072-1/+1
| | | | Approved by: portmgr (implicitly)
* Update LIB_DEPENDS according to updating japanese/Wnn6-libtaoka2002-10-291-1/+1
|
* Update to the latest version 3.1taoka2002-10-293-11/+10
| | | | | | | | | Change linking libwnn7.so.1 instead of libwnn6_for_wnn7.so.1 Modify pkg-descr Submitted by: Kawaguti Ginga <ginga@ginganet.org> Obtained from: ports-jp@jp.FreeBSD.org
* Update version to v3.1-beta2taoka2001-12-232-3/+3
|
* * Add Wnn7's clients (jvim, jvim3, kinput2, mule) and a library fortaoka2001-08-271-1/+6
| | | | | | | | | | | Wnn7 clients (Wnn7-lib). Notice the latter is modified from Wnn6-lib by me and is not released from the Product company of Wnn7 (Omron Software Co., Ltd). * Modify master ports of the above ports according to adding these. * [ports/editors/mule/pkg-descr] My English in pkg-descr was corrected Submitted by: imp
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-2/+2
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ toasami2000-10-081-1/+1
| | | | .) and other pkg variables if they are nearby.
* (1) Used MAN1=kinput2.1 (on XFree86-4, erata file kinput2.1.html is created)taoka2000-09-172-2/+2
| | | | | | | | | Obtained from: bento Pointed out: asami (2) Fixed to change from $(LOCALBASE)/include/wnn to $(LOCALBASE)/include/wnn6/wnn for japanese/Wnn6-lib (I am going to commit the change for Wnn6-lib as soon as possible)
* (1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:taoka2000-09-083-14/+13
| | | | | | | | | | | | | | | | | | (a) Its name was changed from Wnn to FreeWnn because Wnn6 which is a commercial software exits (b) Its license was changed to GPL. (c) The method to configure was changed from imake to GNU configure. (d) Relatively to the original Wnn, the Wnn in the ports tree were modified by me a lot. Most of the modifications were adopted into FreeWnn. (c) Header and library files are installed into ${LOCALBASE}/{lib,include} instead of ${X11BASE}/{lib,include}. (2) FreeWnn is divided into two ports FreeWnn-lib and FreeWnn-server in chinese, korean and japanese categories. The former is for libwnn and header files to compile client commands, and the files used in client commands. The latter is for a server to convert KANA to KANJI (Chinese character), and dictionaries and files used by the server.
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.knu2000-04-111-3/+4
| | | | | | | | Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* I forgot to add this.taoka1999-06-061-0/+22
| | | | This needs making each kinput2 by the ports.
* Update from version 2.0p4 to 3.0. This is a Wnn6 full supported version.taoka1999-06-063-18/+22
|
* Changed MAINTAINER's e-mail addresstaoka1999-05-012-4/+4
| | | | from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org
* Remove regexp support for libcanna since it can now be builtsteve1998-09-221-2/+2
| | | | in ELF format as well.
* Submitted by: maintainerasami1998-08-051-0/+5
| | | | | | | PR: 7494 "By this patch, the problems about Filter Event handle of XIM are solved."
* Input server of Japanese text (Wnn4)kuriyama1998-06-276-0/+110
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> PR: ports/6028 (part of)