summaryrefslogtreecommitdiff
path: root/japanese/FreeWnn-server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add BUILD_DEPENDS to imake-4, since this is one of the weird portsSatoshi Asami2000-08-111-0/+2
| | | | | | | | that has USE_XLIB but not USE_IMAKE (it uses its own imake config files). Notes: svn path=/head/; revision=31502
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-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. Notes: svn path=/head/; revision=30229
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-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 Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-3/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-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. :) Notes: svn path=/head/; revision=27449
* Fix another remote buffer overflow.Satoshi Asami2000-03-126-22/+221
| | | | | | | | Obtained from: Bugtraq-JP (SPS Advisory #34) Submitted by: kuriyama Notes: svn path=/head/; revision=26781
* Fix buffer overflows.Jun Kuriyama2000-03-092-7/+102
| | | | | | | | | | Reported by: UNYUN@ShadowPenguinSecurity Obtained from: wnn-users ML Suggested by: kjm@rins.ryukoku.ac.jp Approved by: maintainer Notes: svn path=/head/; revision=26690
* This port actually requires X libraries.Satoshi Asami2000-03-091-2/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=26677
* Use devel/imake instead of x11/XFree86.Masafumi Max NAKANE2000-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. Notes: svn path=/head/; revision=26647
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* I forgot to wnntouch ${PKG_PREFIX}/lib/wnn/ja_JP/dic/gerodic inSatoshi Taoka1999-08-191-1/+1
| | | | | | | | | Wnn/pkg/INSTALL. Noticed by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp> Notes: svn path=/head/; revision=20802
* Changed MAINTAINER's e-mail addressSatoshi Taoka1999-05-012-4/+4
| | | | | | | from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org Notes: svn path=/head/; revision=18291
* To use ${BATCH}Satoshi Taoka1999-04-222-8/+20
| | | | | | | Noticed by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=18084
* To compile on FreeBSD/alphaSatoshi Taoka1999-04-134-11/+34
| | | | | | | Noticed by: simokawa@FreeBSD.org Notes: svn path=/head/; revision=17838
* Fix a critical bug;Satoshi 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 Notes: svn path=/head/; revision=17004
* Remove $Id$ from patch-*.Jun Kuriyama1999-02-117-16/+7
| | | | Notes: svn path=/head/; revision=16606
* Add dictionaries and some fixes.Jun Kuriyama1999-02-1022-238/+1168
| | | | | | | | PR: ports/9625 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=16586
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-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. Notes: svn path=/head/; revision=16518
* (1) Add BUILD_DEPENDS to imake.Jun Kuriyama1998-10-041-2/+4
| | | | | | | | | Approved by: asami (2) Use ${LN} instead of /bin/ln. Notes: svn path=/head/; revision=13627
* Use ISO639 language codes instead of ISO3166 country codes for PKGNAME.Masafumi Max NAKANE1997-09-232-8/+8
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=8002
* Misc. cleanup from maintainer. Create "wnn" account automatically ifSatoshi Asami1997-09-194-312/+409
| | | | | | | | | | doesn't exist. PR: 4409 Submitted by: maintainer Notes: svn path=/head/; revision=7964
* Fix many bugs. Share files that can be shared.Satoshi Asami1997-09-1014-20/+692
| | | | | | | | PR: 4409 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=7843
* The project template file is called "X11.tmpl" in XFree86-3.3, so makeSatoshi Asami1997-06-191-1/+4
| | | | | | | | a symlink "X11.tmpl -> Project.tmpl" in the config subdirectory. This is necessary for letting imake pick it up automatically. Notes: svn path=/head/; revision=7011
* Master site has moved.Satoshi Asami1997-04-161-2/+2
| | | | | | | Submitted by: hanai Notes: svn path=/head/; revision=6219
* Add some @dirrms.Satoshi Asami1997-03-061-1/+14
| | | | Notes: svn path=/head/; revision=5878
* Make sure fd 2 won't be pointing to the dictionary file, so thatSatoshi Asami1997-02-281-0/+19
| | | | | | | | | pkhmalloc()'s error messages don't end up there. Submitted by: Naoki Hamada <nao@sbl.cl.nec.co.jp> Notes: svn path=/head/; revision=5772
* Update comments.Satoshi Asami1996-11-131-5/+1
| | | | Notes: svn path=/head/; revision=4435
* Add comment for reason why this IS_INTERACTIVE (needs "wnn" user).Satoshi Asami1996-11-131-2/+2
| | | | Notes: svn path=/head/; revision=4434
* CATEGORIES+= -> CATEGORIES=Masafumi Max NAKANE1996-11-111-2/+2
| | | | | | | Inspired by: obrien Notes: svn path=/head/; revision=4399
* Add "jp-" in front of PKGNAME.Satoshi Asami1996-09-191-2/+2
| | | | Notes: svn path=/head/; revision=3812
* Misc. bugfix and cleanup.Satoshi Asami1996-08-222-11/+10
| | | | | | | Submitted by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp> Notes: svn path=/head/; revision=3677
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1995-11-091-1/+1
| | | | | | | lot of ports or what! ;> Notes: svn path=/head/; revision=2402
* List all files.Satoshi Asami1995-06-231-3/+105
| | | | Notes: svn path=/head/; revision=1862
* Why the heck was I calling the build target "pre-build"?!? (ChangedSatoshi Asami1995-04-241-2/+2
| | | | | | | to do-build.) Notes: svn path=/head/; revision=1505
* Update of ports/japanese Makefiles to work with the new bsd.port.mk.Satoshi Asami1995-04-201-5/+2
| | | | Notes: svn path=/head/; revision=1471
* Clean up Makefiles, as per my promise.Satoshi Asami1995-04-071-3/+6
| | | | Notes: svn path=/head/; revision=1302
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Cleanup according to new bsd.port.mk. pkg/INSTALL, pkg/DEINSTALL andSatoshi Asami1995-03-271-3/+1
| | | | | | | | pkg/REQ are now standard names recognized in bsd.port.mk so no need to redefine PKG_ARGS in Makefile. Notes: svn path=/head/; revision=1208
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,Satoshi Asami1995-03-241-1/+2
| | | | | | | and some other minor cleanup. Notes: svn path=/head/; revision=1196
* Fix to make it work for local Unix domain sockets (no JSERVER env variableSatoshi Asami1995-03-041-0/+11
| | | | | | | set, for example). Notes: svn path=/head/; revision=1082
* checksum!Satoshi Asami1995-01-111-0/+1
| | | | Notes: svn path=/head/; revision=745
* Don't build every time.Satoshi Asami1995-01-111-4/+1
| | | | | | | Pointed-out by: jkh Notes: svn path=/head/; revision=744
* Oops, forgot to add new package files. REQ will test if the user "wnn" isSatoshi Asami1994-11-251-0/+6
| | | | | | | | on the system or not. INSTALL will wnntouch the dictionary files upon install. Notes: svn path=/head/; revision=503
* Update to make jserver work. Needed to "wnntouch" dictionary filesSatoshi Asami1994-11-251-2/+7
| | | | | | | here and there. Notes: svn path=/head/; revision=502
* Cleaned up $Id:$ line.Satoshi Asami1994-11-231-1/+1
| | | | Notes: svn path=/head/; revision=476
* Oops, forgot to touch build-cookie in dummy build target. Now I knowSatoshi Asami1994-11-231-0/+1
| | | | | | | why Wnn was getting built over and over. Sorry, Gary! Notes: svn path=/head/; revision=475
* Japanese/Chinese/Korean input method (only Japanese part built andSatoshi Asami1994-11-224-0/+233
tested---someone else please try other languages!) Notes: svn path=/head/; revision=466