summaryrefslogtreecommitdiff
path: root/japanese/FreeWnn-server (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-09-02* Support CFLAGSSatoshi Taoka1-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 Notes: svn path=/head/; revision=88339
2003-03-07Remove pkg-comment from remaining master/slave port sets.Ade Lovett2-1/+1
Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=77041
2001-12-20A minor correction to the EnglishSatoshi Taoka1-2/+2
Submitted by: imp Notes: svn path=/head/; revision=51874
2001-10-30FreeBSD-current no longer supports the owner.group syntax for chownSatoshi Taoka1-1/+1
Notes: svn path=/head/; revision=49348
2001-10-15WWW cleanup: add a protocol (i.e. `http://') into URLs where necessary.Maxim Sobolev1-1/+1
Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Notes: svn path=/head/; revision=48789
2000-10-08Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami1-1/+1
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
2000-09-12(1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:Satoshi Taoka5-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} (^_^;; Notes: svn path=/head/; revision=32559
2000-08-11Add BUILD_DEPENDS to imake-4, since this is one of the weird portsSatoshi Asami1-0/+2
that has USE_XLIB but not USE_IMAKE (it uses its own imake config files). Notes: svn path=/head/; revision=31502
2000-07-05As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum1-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
2000-06-16Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami1-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
2000-06-16Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2-3/+1
ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
2000-04-11Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA1-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
2000-03-12Fix another remote buffer overflow.Satoshi Asami6-22/+221
Obtained from: Bugtraq-JP (SPS Advisory #34) Submitted by: kuriyama Notes: svn path=/head/; revision=26781
2000-03-09Fix buffer overflows.Jun Kuriyama2-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
2000-03-09This port actually requires X libraries.Satoshi Asami1-2/+1
Submitted by: bento Notes: svn path=/head/; revision=26677
2000-03-08Use devel/imake instead of x11/XFree86.Masafumi Max NAKANE1-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
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20944
1999-08-22chmod -> ${CHMOD}Michael Haro1-2/+2
chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
1999-08-19I forgot to wnntouch ${PKG_PREFIX}/lib/wnn/ja_JP/dic/gerodic inSatoshi Taoka1-1/+1
Wnn/pkg/INSTALL. Noticed by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp> Notes: svn path=/head/; revision=20802
1999-05-01Changed MAINTAINER's e-mail addressSatoshi Taoka2-4/+4
from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org Notes: svn path=/head/; revision=18291
1999-04-22To use ${BATCH}Satoshi Taoka2-8/+20
Noticed by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=18084
1999-04-13To compile on FreeBSD/alphaSatoshi Taoka4-11/+34
Noticed by: simokawa@FreeBSD.org Notes: svn path=/head/; revision=17838
1999-03-05Fix a critical bug;Satoshi Taoka1-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
1999-02-11Remove $Id$ from patch-*.Jun Kuriyama7-16/+7
Notes: svn path=/head/; revision=16606
1999-02-10Add dictionaries and some fixes.Jun Kuriyama22-238/+1168
PR: ports/9625 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=16586
1999-02-03Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1-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
1998-10-04(1) Add BUILD_DEPENDS to imake.Jun Kuriyama1-2/+4
Approved by: asami (2) Use ${LN} instead of /bin/ln. Notes: svn path=/head/; revision=13627
1997-09-23Use ISO639 language codes instead of ISO3166 country codes for PKGNAME.Masafumi Max NAKANE2-8/+8
Submitted by: maintainer Notes: svn path=/head/; revision=8002
1997-09-19Misc. cleanup from maintainer. Create "wnn" account automatically ifSatoshi Asami4-312/+409
doesn't exist. PR: 4409 Submitted by: maintainer Notes: svn path=/head/; revision=7964
1997-09-10Fix many bugs. Share files that can be shared.Satoshi Asami14-20/+692
PR: 4409 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=7843
1997-06-19The project template file is called "X11.tmpl" in XFree86-3.3, so makeSatoshi Asami1-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
1997-04-16Master site has moved.Satoshi Asami1-2/+2
Submitted by: hanai Notes: svn path=/head/; revision=6219
1997-03-06Add some @dirrms.Satoshi Asami1-1/+14
Notes: svn path=/head/; revision=5878
1997-02-28Make sure fd 2 won't be pointing to the dictionary file, so thatSatoshi Asami1-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
1996-11-13Update comments.Satoshi Asami1-5/+1
Notes: svn path=/head/; revision=4435
1996-11-13Add comment for reason why this IS_INTERACTIVE (needs "wnn" user).Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=4434
1996-11-11CATEGORIES+= -> CATEGORIES=Masafumi Max NAKANE1-2/+2
Inspired by: obrien Notes: svn path=/head/; revision=4399
1996-09-19Add "jp-" in front of PKGNAME.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=3812
1996-08-22Misc. bugfix and cleanup.Satoshi Asami2-11/+10
Submitted by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp> Notes: svn path=/head/; revision=3677
1995-11-09Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1-1/+1
lot of ports or what! ;> Notes: svn path=/head/; revision=2402
1995-06-23List all files.Satoshi Asami1-3/+105
Notes: svn path=/head/; revision=1862
1995-04-24Why the heck was I calling the build target "pre-build"?!? (ChangedSatoshi Asami1-2/+2
to do-build.) Notes: svn path=/head/; revision=1505
1995-04-20Update of ports/japanese Makefiles to work with the new bsd.port.mk.Satoshi Asami1-5/+2
Notes: svn path=/head/; revision=1471
1995-04-07Clean up Makefiles, as per my promise.Satoshi Asami1-3/+6
Notes: svn path=/head/; revision=1302
1995-04-01Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1-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
1995-03-27Cleanup according to new bsd.port.mk. pkg/INSTALL, pkg/DEINSTALL andSatoshi Asami1-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
1995-03-24Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,Satoshi Asami1-1/+2
and some other minor cleanup. Notes: svn path=/head/; revision=1196
1995-03-04Fix to make it work for local Unix domain sockets (no JSERVER env variableSatoshi Asami1-0/+11
set, for example). Notes: svn path=/head/; revision=1082
1995-01-11checksum!Satoshi Asami1-0/+1
Notes: svn path=/head/; revision=745
1995-01-11Don't build every time.Satoshi Asami1-4/+1
Pointed-out by: jkh Notes: svn path=/head/; revision=744