aboutsummaryrefslogtreecommitdiff
path: root/korean/FreeWnn-server
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Cleanup plistAntoine Brodin2014-11-121-6/+1
| | | | Notes: svn path=/head/; revision=372486
* - Fix a bug which prevented a bind(2) call from working.Hiroki Sato2014-09-111-1/+0
| | | | | | | | | | | - Support "make stage" by a non-root user. - Set $*wnn_enable=NO by default. [*] - Fix pkg-plist. PR: 149250 [*] Notes: svn path=/head/; revision=367909
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-051-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories J-L. CR: D305 Approved by: portmgr (swills) Notes: svn path=/head/; revision=360810
* Remove the last @comment $FreeBSD$ from plists.Mathieu Arnold2014-04-241-1/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=352016
* - STAGEDIR supportHiroki Sato2014-03-112-2/+5
| | | | | | | | - Eliminate duplicate files installed by each */FreeWnn-lib. - Bump PORTREVISION because of dependency and pkg-plist changes. Notes: svn path=/head/; revision=347859
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | korean) Notes: svn path=/head/; revision=327739
* - Do not remove directories not created by this portMartin Wilke2013-06-142-6/+1
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320881
* - Add "listenaddr 127.0.0.1" to {c|t|k}serverc.Hiroki Sato2008-11-011-1/+0
| | | | | | | | - Update startup scripts. - Simplify the pkg-install script. Notes: svn path=/head/; revision=222275
* - Style clean-ups.Hiroki Sato2008-10-262-9/+8
| | | | | | | | - Separate */FreeWnn-server and */FreeWnn-lib. - Take maintainership. Notes: svn path=/head/; revision=222102
* - Update to 1.1.1-a021.Hiroki Sato2005-12-071-3/+2
| | | | | | | | - Use rc.subr(8) for startup scripts. - Remove unnecessary patch files. Notes: svn path=/head/; revision=150580
* Remove pkg-comment from remaining master/slave port sets.Ade Lovett2003-03-072-1/+1
| | | | | | | Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=77041
* A minor correction to the EnglishSatoshi Taoka2001-12-201-2/+2
| | | | | | | Submitted by: imp Notes: svn path=/head/; revision=51874
* WWW cleanup: add a protocol (i.e. `http://') into URLs where necessary.Maxim Sobolev2001-10-151-1/+1
| | | | | | | Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Notes: svn path=/head/; revision=48789
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-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. Notes: svn path=/head/; revision=33576
* (1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:Satoshi Taoka2000-09-124-151/+22
| | | | | | | | | | | | | | | | | | | | | | | (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
* Remove unnecessary PKGNAME which is obsoleted by PKGNAMEPREFIX.Akinori MUSHA2000-04-121-2/+0
| | | | | | | And remove the `Version required' line as well. Notes: svn path=/head/; revision=27464
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21124
* Changed MAINTAINER's e-mail addressSatoshi Taoka1999-05-012-3/+3
| | | | | | | from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org Notes: svn path=/head/; revision=18291
* Add dictionaries and some fixes.Jun Kuriyama1999-02-102-7/+68
| | | | | | | | PR: ports/9625 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=16586
* Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denoteSatoshi Asami1998-12-011-2/+3
| | | | | | | | that the port otherwise uses files from another port. (Note: support for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.) Notes: svn path=/head/; revision=14974
* Use ISO639 language codes instead of ISO3166 country codes for PKGNAME.Masafumi Max NAKANE1997-09-231-2/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=8002
* Misc. cleanup from maintainer. Create "wnn" account automatically ifSatoshi Asami1997-09-192-2/+8
| | | | | | | | | | 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-103-26/+22
| | | | | | | | 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
* This port is for Korean, not for Chinese!Masafumi Max NAKANE1997-05-061-1/+1
| | | | | | | | Submitted by: mita@jp.freebsd.org PR: 3515 Notes: svn path=/head/; revision=6421
* Master site has moved.Satoshi Asami1997-04-161-2/+2
| | | | | | | Submitted by: hanai Notes: svn path=/head/; revision=6219
* Since it's so sparse here, import Korean version of Wnn.Satoshi Asami1997-03-064-0/+108
Notes: svn path=/head/; revision=5876