aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/FreeWnn-lib/files
Commit message (Collapse)AuthorAgeFilesLines
* - Improve buffer management. This change should fix issues on amd64.hrs2010-01-0247-7782/+55013
| | | | | | | | | - Fix daemonizing part. It now returns the exit status correctly. - Fix *_{pre,post}cmd handling in the rc.d scripts. Plus, wnntouch is now invoked just before running the server process. - Use ${*_WNNMANDIR} in Makefile to use the common patchset in both FreeWnn-server and -lib. - Integrate libtool22 change and regenerate patch files.
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-0318-17/+93
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - Use RFC 2553 API for AF_INET[46] socket handling.hrs2009-01-0319-12/+18363
| | | | | | - Fix several potential buffer overflows. - Add missing "listenaddr ::1" to cserverc. - Add WITHOUT_INET6 handling.
* - Enable IPv6 support.hrs2009-01-021-1/+2
| | | | | | | | | | | | | | | | - Add multiple "listenaddr" support. The jserverrc now understands the following statements: listenaddr 127.0.0.1 listenaddr ::1 The option "-a <listenaddr>" can also be specified more than once. Currently the maximum number of listen addresses is 256. - SIGINT is no longer hooked when the -D (not daemonize, primarily for debugging) flag is specified. - Add --unix, long opt counterpart of -u.
* - Add "listenaddr 127.0.0.1" to {c|t|k}serverc.hrs2008-11-013-0/+33
| | | | | - Update startup scripts. - Simplify the pkg-install script.
* - Add "-a ADDR" option to jserver and "listenaddr" directive tohrs2008-10-302-2/+13
| | | | | | | | | | | jserverrc. This specifies listen address of the INET socket. Note that the default value is set as 127.0.0.1. If you need the old behavior (listen INADDR_ANY), use "-a 0.0.0.0" in $wnn_flags or modify jserverrc. - Fix a buffer overflow when very long file name is specified in the -f option. - Fix a typo in CONFIGURE_ARGS and COMMENT. - Rename a patch file (patch-Wnn-jd-serverdef).
* - Style clean-ups.hrs2008-10-273-195/+24
| | | | | - Separate */FreeWnn-server and */FreeWnn-lib. - Take maintainership.
* Fix typos which cause installation failure of twnn.sh.hrs2005-12-121-4/+4
|
* - Update to 1.1.1-a021.hrs2005-12-071-0/+195
| | | | | - Use rc.subr(8) for startup scripts. - Remove unnecessary patch files.
* Change a default server from "jserver" to "localhost"taoka2003-06-021-0/+24
| | | | Submitted by: mita
* Update to 1.1.1-a018taoka2001-08-0825-1153/+0
| | | | All removed patch files was imported into FreeWnn
* (1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:taoka2000-09-1325-648/+1128
| | | | | | | | | | | | | | | | | | | | (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. Notice: I forgot to commit FreeWnn-{lib,server} (^_^;;
* Fix another remote buffer overflow.asami2000-03-121-2/+37
| | | | | Obtained from: Bugtraq-JP (SPS Advisory #34) Submitted by: kuriyama
* Fix buffer overflows.kuriyama2000-03-091-7/+88
| | | | | | | Reported by: UNYUN@ShadowPenguinSecurity Obtained from: wnn-users ML Suggested by: kjm@rins.ryukoku.ac.jp Approved by: maintainer
* To compile on FreeBSD/alphataoka1999-04-131-11/+0
| | | | Noticed by: simokawa@FreeBSD.org
* Remove $Id$ from patch-*.kuriyama1999-02-112-6/+2
|
* Add dictionaries and some fixes.kuriyama1999-02-109-216/+258
| | | | | PR: ports/9625 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
* Fix many bugs. Share files that can be shared.asami1997-09-1011-88/+372
| | | | | PR: 4409 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
* Don't free() the same region twice.asami1997-02-281-0/+10
| | | | Submitted by: Naoki Hamada <nao@sbl.cl.nec.co.jp>
* Make sure fd 2 won't be pointing to the dictionary file, so thatasami1997-02-281-0/+19
| | | | | | pkhmalloc()'s error messages don't end up there. Submitted by: Naoki Hamada <nao@sbl.cl.nec.co.jp>
* Misc. bugfix and cleanup.asami1996-08-223-87/+217
| | | | Submitted by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
* Fix to recognize tty names over `f' (e.g., ttyph).asami1996-04-231-0/+17
|
* Fix to make it work for local Unix domain sockets (no JSERVER env variableasami1995-03-041-0/+11
| | | | set, for example).
* Update to make jserver work. Needed to "wnntouch" dictionary filesasami1994-11-261-11/+17
| | | | here and there.
* Japanese/Chinese/Korean input method (only Japanese part built andasami1994-11-231-0/+53
tested---someone else please try other languages!)