summaryrefslogtreecommitdiff
path: root/japanese/FreeWnn-lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Support CFLAGSSatoshi Taoka2003-09-023-11/+8
| | | | | | | | | | | * 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
* libtool uber-patchAde Lovett2003-06-261-1/+1
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* Change a default server from "jserver" to "localhost"Satoshi Taoka2003-06-022-0/+25
| | | | Submitted by: mita
* Remove pkg-comment from remaining master/slave port sets.Ade Lovett2003-03-072-1/+1
| | | | Approved by: portmgr (implicitly)
* o USE_AUTO* police sweepMario Sergio Fujikawa Ferreira2001-12-011-2/+2
| | | | - Don't hardcode, use AUTOCONF_DIR
* 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>
* Update to 1.1.1-a018Satoshi Taoka2001-08-0827-1158/+6
| | | | All removed patch files was imported into FreeWnn
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-47/+47
|
* Style review in ports/japanese.Jimmy Olgeni2001-02-061-3/+3
|
* This port INSTALLS_SHLIB.Satoshi Asami2000-11-161-0/+1
| | | | Submitted by: bento
* (1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:Satoshi Taoka2000-09-1230-1425/+1289
| | | | | | | | | | | | | | | | | | | | (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 portsSatoshi Asami2000-08-111-0/+2
| | | | | that has USE_XLIB but not USE_IMAKE (it uses its own imake config files).
* 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
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-3/+1
| | | | ldconfig in PLIST need personal consideration.
* 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. :)
* Fix another remote buffer overflow.Satoshi Asami2000-03-121-2/+37
| | | | | Obtained from: Bugtraq-JP (SPS Advisory #34) Submitted by: kuriyama
* Fix buffer overflows.Jun Kuriyama2000-03-091-7/+88
| | | | | | | 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.Satoshi Asami2000-03-091-2/+1
| | | | Submitted by: bento
* 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.
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | chown -> ${CHOWN}
* Changed MAINTAINER's e-mail addressSatoshi Taoka1999-05-012-4/+4
| | | | from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org
* To use ${BATCH}Satoshi Taoka1999-04-221-2/+7
| | | | Noticed by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
* To compile on FreeBSD/alphaSatoshi Taoka1999-04-131-11/+0
| | | | Noticed by: simokawa@FreeBSD.org
* Remove $Id$ from patch-*.Jun Kuriyama1999-02-112-6/+2
|
* Add dictionaries and some fixes.Jun Kuriyama1999-02-1013-434/+623
| | | | | PR: ports/9625 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
* 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.
* (1) Add BUILD_DEPENDS to imake.Jun 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.Masafumi Max NAKANE1997-09-231-5/+5
| | | | Submitted by: maintainer
* Misc. cleanup from maintainer. Create "wnn" account automatically ifSatoshi Asami1997-09-193-267/+273
| | | | | | | doesn't exist. PR: 4409 Submitted by: maintainer
* Fix many bugs. Share files that can be shared.Satoshi Asami1997-09-1015-100/+704
| | | | | 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 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.
* Master site has moved.Satoshi Asami1997-04-161-2/+2
| | | | Submitted by: hanai
* Add some @dirrms.Satoshi Asami1997-03-061-1/+14
|
* Don't free() the same region twice.Satoshi 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 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>
* Update comments.Satoshi Asami1996-11-131-5/+1
|
* Add comment for reason why this IS_INTERACTIVE (needs "wnn" user).Satoshi Asami1996-11-131-2/+2
|
* CATEGORIES+= -> CATEGORIES=Masafumi Max NAKANE1996-11-111-2/+2
| | | | Inspired by: obrien
* Add "jp-" in front of PKGNAME.Satoshi Asami1996-09-191-2/+2
|
* Misc. bugfix and cleanup.Satoshi Asami1996-08-224-87/+227
| | | | Submitted by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
* Fix to recognize tty names over `f' (e.g., ttyph).Satoshi Asami1996-04-231-0/+17
|
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1995-11-091-1/+1
| | | | lot of ports or what! ;>
* List all files.Satoshi Asami1995-06-231-3/+105
|
* Why the heck was I calling the build target "pre-build"?!? (ChangedSatoshi Asami1995-04-241-2/+2
| | | | to do-build.)
* Update of ports/japanese Makefiles to work with the new bsd.port.mk.Satoshi Asami1995-04-201-5/+2
|
* Clean up Makefiles, as per my promise.Satoshi Asami1995-04-071-3/+6
|
* 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.
* 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.
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,Satoshi Asami1995-03-241-1/+2
| | | | and some other minor cleanup.