aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/FreeWnn-server
Commit message (Collapse)AuthorAgeFilesLines
* - Use RFC 2553 API for AF_INET[46] socket handling.hrs2009-01-0317-24/+18115
| | | | | | - Fix several potential buffer overflows. - Add missing "listenaddr ::1" to cserverc. - Add WITHOUT_INET6 handling.
* - Enable IPv6 support.hrs2009-01-024-43/+752
| | | | | | | | | | | | | | | | - 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-017-170/+152
| | | | | - Update startup scripts. - Simplify the pkg-install script.
* - Add "-a ADDR" option to jserver and "listenaddr" directive tohrs2008-10-304-7/+109
| | | | | | | | | | | 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-276-12/+272
| | | | | - Separate */FreeWnn-server and */FreeWnn-lib. - Take maintainership.
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Update to 1.1.1-a021.hrs2005-12-0737-1593/+45
| | | | | - Use rc.subr(8) for startup scripts. - Remove unnecessary patch files.
* * Support CFLAGStaoka2003-09-021-27/+49
| | | | | | | | | | | * USE_AUTOCONF - > USE_AUTOCONF_VER Submitted by: KATO Tsuguru <tkato@prontomail.com> * Use config.sub and config.guess in Templates instead of devel/autoconf213 Pointed out by: kuriyama * Update version to 1.1.1-a020 * Support "{start|stop}" for startup scripts in ${PREFIX}/etc/rc.d
* Remove pkg-comment from remaining master/slave port sets.ade2003-03-072-1/+1
| | | | Approved by: portmgr (implicitly)
* A minor correction to the Englishtaoka2001-12-201-2/+2
| | | | Submitted by: imp
* FreeBSD-current no longer supports the owner.group syntax for chowntaoka2001-10-301-1/+1
|
* WWW cleanup: add a protocol (i.e. `http://') into URLs where necessary.sobomax2001-10-151-1/+1
| | | | Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* (1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:taoka2000-09-135-837/+53
| | | | | | | | | | | | | | | | | | | | (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} (^_^;;
* Add BUILD_DEPENDS to imake-4, since this is one of the weird portsasami2000-08-111-0/+2
| | | | | that has USE_XLIB but not USE_IMAKE (it uses its own imake config files).
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-051-16/+28
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-3/+1
| | | | ldconfig in PLIST need personal consideration.
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.knu2000-04-111-15/+18
| | | | | | | | 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. :)
* Fix another remote buffer overflow.asami2000-03-126-22/+221
| | | | | Obtained from: Bugtraq-JP (SPS Advisory #34) Submitted by: kuriyama
* Fix buffer overflows.kuriyama2000-03-092-7/+102
| | | | | | | Reported by: UNYUN@ShadowPenguinSecurity Obtained from: wnn-users ML Suggested by: kjm@rins.ryukoku.ac.jp Approved by: maintainer
* This port actually requires X libraries.asami2000-03-091-2/+1
| | | | Submitted by: bento
* Use devel/imake instead of x11/XFree86.max2000-03-081-1/+1
| | | | | Note: I'm not too sure if these ports really work without x11 libs and headers as I don't have X'less environment.
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* I forgot to wnntouch ${PKG_PREFIX}/lib/wnn/ja_JP/dic/gerodic intaoka1999-08-191-1/+1
| | | | | | Wnn/pkg/INSTALL. Noticed by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
* Changed MAINTAINER's e-mail addresstaoka1999-05-012-4/+4
| | | | from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org
* To use ${BATCH}taoka1999-04-222-8/+20
| | | | Noticed by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
* To compile on FreeBSD/alphataoka1999-04-134-11/+34
| | | | Noticed by: simokawa@FreeBSD.org
* Fix a critical bug;taoka1999-03-051-0/+1
| | | | | | | | we must "chown wnn /usr/local/bin/Wnn4/jserver" in pkg/INSTALL because jserver is a setuid program. PR: ports/10254 Submitted by: watanabe@komadori.planet.sci.kobe-u.ac.jp
* Remove $Id$ from patch-*.kuriyama1999-02-117-16/+7
|
* Add dictionaries and some fixes.kuriyama1999-02-1022-238/+1168
| | | | | PR: ports/9625 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-031-3/+4
| | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too.
* (1) Add BUILD_DEPENDS to imake.kuriyama1998-10-041-2/+4
| | | | | | Approved by: asami (2) Use ${LN} instead of /bin/ln.
* Use ISO639 language codes instead of ISO3166 country codes for PKGNAME.max1997-09-232-8/+8
| | | | Submitted by: maintainer
* Misc. cleanup from maintainer. Create "wnn" account automatically ifasami1997-09-194-312/+409
| | | | | | | doesn't exist. PR: 4409 Submitted by: maintainer
* Fix many bugs. Share files that can be shared.asami1997-09-1014-20/+692
| | | | | PR: 4409 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
* The project template file is called "X11.tmpl" in XFree86-3.3, so makeasami1997-06-191-1/+4
| | | | | a symlink "X11.tmpl -> Project.tmpl" in the config subdirectory. This is necessary for letting imake pick it up automatically.
* Master site has moved.asami1997-04-161-2/+2
| | | | Submitted by: hanai
* Add some @dirrms.asami1997-03-061-1/+14
|
* 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>
* Update comments.asami1996-11-131-5/+1
|
* Add comment for reason why this IS_INTERACTIVE (needs "wnn" user).asami1996-11-131-2/+2
|
* CATEGORIES+= -> CATEGORIES=max1996-11-111-2/+2
| | | | Inspired by: obrien
* Add "jp-" in front of PKGNAME.asami1996-09-191-2/+2
|
* Misc. bugfix and cleanup.asami1996-08-222-11/+10
| | | | Submitted by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aasami1995-11-091-1/+1
| | | | lot of ports or what! ;>
* List all files.asami1995-06-231-3/+105
|
* Why the heck was I calling the build target "pre-build"?!? (Changedasami1995-04-241-2/+2
| | | | to do-build.)
* Update of ports/japanese Makefiles to work with the new bsd.port.mk.asami1995-04-211-5/+2
|
* Clean up Makefiles, as per my promise.asami1995-04-071-3/+6
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Cleanup according to new bsd.port.mk. pkg/INSTALL, pkg/DEINSTALL andasami1995-03-271-3/+1
| | | | | pkg/REQ are now standard names recognized in bsd.port.mk so no need to redefine PKG_ARGS in Makefile.
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,asami1995-03-241-1/+2
| | | | and some other minor cleanup.
* Fix to make it work for local Unix domain sockets (no JSERVER env variableasami1995-03-041-0/+11
| | | | set, for example).
* checksum!asami1995-01-111-0/+1
|
* Don't build every time.asami1995-01-111-4/+1
| | | | Pointed-out by: jkh
* Oops, forgot to add new package files. REQ will test if the user "wnn" isasami1994-11-261-0/+6
| | | | | on the system or not. INSTALL will wnntouch the dictionary files upon install.
* Update to make jserver work. Needed to "wnntouch" dictionary filesasami1994-11-261-2/+7
| | | | here and there.
* Cleaned up $Id:$ line.asami1994-11-231-1/+1
|
* Oops, forgot to touch build-cookie in dummy build target. Now I knowasami1994-11-231-0/+1
| | | | why Wnn was getting built over and over. Sorry, Gary!
* Japanese/Chinese/Korean input method (only Japanese part built andasami1994-11-234-0/+233
tested---someone else please try other languages!)