The FreeBSD Ports Archive
FreeBSD japanese : FreeWnn-server4>
A Japanese/Chinese/Korean input method (Japanese server)
A Japanese/Chinese/Korean input method (Japanese server)
A Japanese/Chinese/Korean input method (Japanese server)
FreeWnn-server history
v. 1.36
date: 2005/12/07 10:46:19; author: hrs; state: Exp; lines: +1 -0
- Update to 1.1.1-a021.
- Use rc.subr(8) for startup scripts.
- Remove unnecessary patch files.
v. 1.35
date: 2003/03/07 00:16:12; author: ade; state: Exp; lines: +2 -1
Remove pkg-comment from remaining master/slave port sets.
Approved by: portmgr (implicitly)
v. 1.34
date: 2000/10/08 10:20:27; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.33
date: 2000/09/12 17:08:29; author: taoka; state: Exp; lines: +8 -170
(1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:
(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} (^_^;;
v. 1.32
date: 2000/08/11 02:56:25; author: asami; state: Exp; lines: +3 -1
Add BUILD_DEPENDS to imake-4, since this is one of the weird ports
that has USE_XLIB but not USE_IMAKE (it uses its own imake config
files).
v. 1.31
date: 2000/06/16 21:51:12; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
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
v. 1.30
date: 2000/06/16 10:38:36; author: sobomax; state: Exp; lines: +2 -2
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.29
date: 2000/04/11 14:12:46; author: knu; state: Exp; lines: +19 -16
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
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. :)
v. 1.28
date: 2000/03/09 03:14:34; author: asami; state: Exp; lines: +2 -3
This port actually requires X libraries.
Submitted by: bento
v. 1.27
date: 2000/03/08 10:56:35; author: max; state: Exp; lines: +2 -2
Use devel/imake instead of x11/XFree86.
Note: I'm not too sure if these ports really work without x11 libs
and headers as I don't have X'less environment.
v. 1.26
date: 1999/08/25 05:23:24; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.25
date: 1999/08/22 18:58:28; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.24
date: 1999/05/01 04:00:17; author: taoka; state: Exp; lines: +3 -3
Changed MAINTAINER's e-mail address
from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org
v. 1.23
date: 1999/04/22 15:58:54; author: taoka; state: Exp; lines: +7 -2
To use ${BATCH}
Noticed by: KIRIYAMA Kazuhiko
v. 1.22
date: 1999/02/10 14:31:58; author: kuriyama; state: Exp; lines: +102 -24
Add dictionaries and some fixes.
PR: ports/9625
Submitted by: Satoshi Taoka
v. 1.21
date: 1999/02/03 11:11:48; author: asami; state: Exp; lines: +4 -3
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
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.
v. 1.20
date: 1998/10/04 12:54:11; author: kuriyama; state: Exp; lines: +4 -2
(1) Add BUILD_DEPENDS to imake.
Approved by: asami
(2) Use ${LN} instead of /bin/ln.
v. 1.19
date: 1997/09/23 02:17:58; author: max; state: Exp; lines: +5 -5
Use ISO639 language codes instead of ISO3166 country codes for PKGNAME.
Submitted by: maintainer
v. 1.18
date: 1997/09/19 09:34:31; author: asami; state: Exp; lines: +10 -10
Misc. cleanup from maintainer. Create "wnn" account automatically if
doesn't exist.
PR: 4409
Submitted by: maintainer
v. 1.17
date: 1997/09/10 06:51:52; author: asami; state: Exp; lines: +64 -11
Fix many bugs. Share files that can be shared.
PR: 4409
Submitted by: Satoshi Taoka
v. 1.16
date: 1997/06/19 11:26:07; author: asami; state: Exp; lines: +4 -1
The project template file is called "X11.tmpl" in XFree86-3.3, so make
a symlink "X11.tmpl -> Project.tmpl" in the config subdirectory. This is
necessary for letting imake pick it up automatically.
v. 1.15
date: 1997/04/16 05:00:02; author: asami; state: Exp; lines: +2 -2
Master site has moved.
Submitted by: hanai
v. 1.14
date: 1996/11/13 11:19:45; author: asami; state: Exp; lines: +2 -2
Add comment for reason why this IS_INTERACTIVE (needs "wnn" user).
v. 1.13
date: 1996/11/11 10:11:43; author: max; state: Exp; lines: +2 -2
CATEGORIES+= -> CATEGORIES=
Inspired by: obrien
v. 1.12
date: 1996/09/19 04:37:04; author: asami; state: Exp; lines: +2 -2
Add "jp-" in front of PKGNAME.
v. 1.11
date: 1995/04/24 02:22:49; author: asami; state: Exp; lines: +2 -2
Why the heck was I calling the build target "pre-build"?!? (Changed
to do-build.)
v. 1.10
date: 1995/04/20 18:05:33; author: asami; state: Exp; lines: +2 -5
Update of ports/japanese Makefiles to work with the new bsd.port.mk.
v. 1.9
date: 1995/04/07 05:48:02; author: asami; state: Exp; lines: +6 -3
Clean up Makefiles, as per my promise.
v. 1.8
date: 1995/04/01 12:46:22; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.7
date: 1995/03/27 13:24:11; author: asami; state: Exp; lines: +1 -3
Cleanup according to new bsd.port.mk. pkg/INSTALL, pkg/DEINSTALL and
pkg/REQ are now standard names recognized in bsd.port.mk so no need
to redefine PKG_ARGS in Makefile.
v. 1.6
date: 1995/03/24 11:09:25; author: asami; state: Exp; lines: +2 -1
Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,
and some other minor cleanup.
v. 1.5
date: 1995/01/11 07:20:03; author: asami; state: Exp; lines: +1 -4
Don't build every time.
Pointed-out by: jkh
v. 1.4
date: 1994/11/25 18:20:48; author: asami; state: Exp; lines: +7 -2
Update to make jserver work. Needed to "wnntouch" dictionary files
here and there.
v. 1.3
date: 1994/11/23 08:27:46; author: asami; state: Exp; lines: +1 -1
Cleaned up $Id:$ line.
v. 1.2
date: 1994/11/23 08:26:49; author: asami; state: Exp; lines: +1 -0
Oops, forgot to touch build-cookie in dummy build target. Now I know
why Wnn was getting built over and over. Sorry, Gary!
v. 1.1
date: 1994/11/22 23:37:43; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/11/22 23:37:44; author: asami; state: Exp; lines: +0 -0
Japanese/Chinese/Korean input method (only Japanese part built and
tested---someone else please try other languages!)
=============================================================================
v. 1.36
date: 2005/12/07 10:46:19; author: hrs; state: Exp; lines: +1 -0
- Update to 1.1.1-a021.
- Use rc.subr(8) for startup scripts.
- Remove unnecessary patch files.
v. 1.35
date: 2003/03/07 00:16:12; author: ade; state: Exp; lines: +2 -1
Remove pkg-comment from remaining master/slave port sets.
Approved by: portmgr (implicitly)
v. 1.34
date: 2000/10/08 10:20:27; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.33
date: 2000/09/12 17:08:29; author: taoka; state: Exp; lines: +8 -170
(1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:
(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} (^_^;;
v. 1.32
date: 2000/08/11 02:56:25; author: asami; state: Exp; lines: +3 -1
Add BUILD_DEPENDS to imake-4, since this is one of the weird ports
that has USE_XLIB but not USE_IMAKE (it uses its own imake config
files).
v. 1.31
date: 2000/06/16 21:51:12; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
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
v. 1.30
date: 2000/06/16 10:38:36; author: sobomax; state: Exp; lines: +2 -2
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.29
date: 2000/04/11 14:12:46; author: knu; state: Exp; lines: +19 -16
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
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. :)
v. 1.28
date: 2000/03/09 03:14:34; author: asami; state: Exp; lines: +2 -3
This port actually requires X libraries.
Submitted by: bento
v. 1.27
date: 2000/03/08 10:56:35; author: max; state: Exp; lines: +2 -2
Use devel/imake instead of x11/XFree86.
Note: I'm not too sure if these ports really work without x11 libs
and headers as I don't have X'less environment.
v. 1.26
date: 1999/08/25 05:23:24; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.25
date: 1999/08/22 18:58:28; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.24
date: 1999/05/01 04:00:17; author: taoka; state: Exp; lines: +3 -3
Changed MAINTAINER's e-mail address
from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org
v. 1.23
date: 1999/04/22 15:58:54; author: taoka; state: Exp; lines: +7 -2
To use ${BATCH}
Noticed by: KIRIYAMA Kazuhiko
v. 1.22
date: 1999/02/10 14:31:58; author: kuriyama; state: Exp; lines: +102 -24
Add dictionaries and some fixes.
PR: ports/9625
Submitted by: Satoshi Taoka
v. 1.21
date: 1999/02/03 11:11:48; author: asami; state: Exp; lines: +4 -3
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
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.
v. 1.20
date: 1998/10/04 12:54:11; author: kuriyama; state: Exp; lines: +4 -2
(1) Add BUILD_DEPENDS to imake.
Approved by: asami
(2) Use ${LN} instead of /bin/ln.
v. 1.19
date: 1997/09/23 02:17:58; author: max; state: Exp; lines: +5 -5
Use ISO639 language codes instead of ISO3166 country codes for PKGNAME.
Submitted by: maintainer
v. 1.18
date: 1997/09/19 09:34:31; author: asami; state: Exp; lines: +10 -10
Misc. cleanup from maintainer. Create "wnn" account automatically if
doesn't exist.
PR: 4409
Submitted by: maintainer
v. 1.17
date: 1997/09/10 06:51:52; author: asami; state: Exp; lines: +64 -11
Fix many bugs. Share files that can be shared.
PR: 4409
Submitted by: Satoshi Taoka
v. 1.16
date: 1997/06/19 11:26:07; author: asami; state: Exp; lines: +4 -1
The project template file is called "X11.tmpl" in XFree86-3.3, so make
a symlink "X11.tmpl -> Project.tmpl" in the config subdirectory. This is
necessary for letting imake pick it up automatically.
v. 1.15
date: 1997/04/16 05:00:02; author: asami; state: Exp; lines: +2 -2
Master site has moved.
Submitted by: hanai
v. 1.14
date: 1996/11/13 11:19:45; author: asami; state: Exp; lines: +2 -2
Add comment for reason why this IS_INTERACTIVE (needs "wnn" user).
v. 1.13
date: 1996/11/11 10:11:43; author: max; state: Exp; lines: +2 -2
CATEGORIES+= -> CATEGORIES=
Inspired by: obrien
v. 1.12
date: 1996/09/19 04:37:04; author: asami; state: Exp; lines: +2 -2
Add "jp-" in front of PKGNAME.
v. 1.11
date: 1995/04/24 02:22:49; author: asami; state: Exp; lines: +2 -2
Why the heck was I calling the build target "pre-build"?!? (Changed
to do-build.)
v. 1.10
date: 1995/04/20 18:05:33; author: asami; state: Exp; lines: +2 -5
Update of ports/japanese Makefiles to work with the new bsd.port.mk.
v. 1.9
date: 1995/04/07 05:48:02; author: asami; state: Exp; lines: +6 -3
Clean up Makefiles, as per my promise.
v. 1.8
date: 1995/04/01 12:46:22; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.7
date: 1995/03/27 13:24:11; author: asami; state: Exp; lines: +1 -3
Cleanup according to new bsd.port.mk. pkg/INSTALL, pkg/DEINSTALL and
pkg/REQ are now standard names recognized in bsd.port.mk so no need
to redefine PKG_ARGS in Makefile.
v. 1.6
date: 1995/03/24 11:09:25; author: asami; state: Exp; lines: +2 -1
Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,
and some other minor cleanup.
v. 1.5
date: 1995/01/11 07:20:03; author: asami; state: Exp; lines: +1 -4
Don't build every time.
Pointed-out by: jkh
v. 1.4
date: 1994/11/25 18:20:48; author: asami; state: Exp; lines: +7 -2
Update to make jserver work. Needed to "wnntouch" dictionary files
here and there.
v. 1.3
date: 1994/11/23 08:27:46; author: asami; state: Exp; lines: +1 -1
Cleaned up $Id:$ line.
v. 1.2
date: 1994/11/23 08:26:49; author: asami; state: Exp; lines: +1 -0
Oops, forgot to touch build-cookie in dummy build target. Now I know
why Wnn was getting built over and over. Sorry, Gary!
v. 1.1
date: 1994/11/22 23:37:43; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/11/22 23:37:44; author: asami; state: Exp; lines: +0 -0
Japanese/Chinese/Korean input method (only Japanese part built and
tested---someone else please try other languages!)
=============================================================================
v. 1.36
date: 2005/12/07 10:46:19; author: hrs; state: Exp; lines: +1 -0
- Update to 1.1.1-a021.
- Use rc.subr(8) for startup scripts.
- Remove unnecessary patch files.
v. 1.35
date: 2003/03/07 00:16:12; author: ade; state: Exp; lines: +2 -1
Remove pkg-comment from remaining master/slave port sets.
Approved by: portmgr (implicitly)
v. 1.34
date: 2000/10/08 10:20:27; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.33
date: 2000/09/12 17:08:29; author: taoka; state: Exp; lines: +8 -170
(1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:
(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} (^_^;;
v. 1.32
date: 2000/08/11 02:56:25; author: asami; state: Exp; lines: +3 -1
Add BUILD_DEPENDS to imake-4, since this is one of the weird ports
that has USE_XLIB but not USE_IMAKE (it uses its own imake config
files).
v. 1.31
date: 2000/06/16 21:51:12; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
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
v. 1.30
date: 2000/06/16 10:38:36; author: sobomax; state: Exp; lines: +2 -2
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.29
date: 2000/04/11 14:12:46; author: knu; state: Exp; lines: +19 -16
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
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. :)
v. 1.28
date: 2000/03/09 03:14:34; author: asami; state: Exp; lines: +2 -3
This port actually requires X libraries.
Submitted by: bento
v. 1.27
date: 2000/03/08 10:56:35; author: max; state: Exp; lines: +2 -2
Use devel/imake instead of x11/XFree86.
Note: I'm not too sure if these ports really work without x11 libs
and headers as I don't have X'less environment.
v. 1.26
date: 1999/08/25 05:23:24; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.25
date: 1999/08/22 18:58:28; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.24
date: 1999/05/01 04:00:17; author: taoka; state: Exp; lines: +3 -3
Changed MAINTAINER's e-mail address
from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org
v. 1.23
date: 1999/04/22 15:58:54; author: taoka; state: Exp; lines: +7 -2
To use ${BATCH}
Noticed by: KIRIYAMA Kazuhiko
v. 1.22
date: 1999/02/10 14:31:58; author: kuriyama; state: Exp; lines: +102 -24
Add dictionaries and some fixes.
PR: ports/9625
Submitted by: Satoshi Taoka
v. 1.21
date: 1999/02/03 11:11:48; author: asami; state: Exp; lines: +4 -3
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
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.
v. 1.20
date: 1998/10/04 12:54:11; author: kuriyama; state: Exp; lines: +4 -2
(1) Add BUILD_DEPENDS to imake.
Approved by: asami
(2) Use ${LN} instead of /bin/ln.
v. 1.19
date: 1997/09/23 02:17:58; author: max; state: Exp; lines: +5 -5
Use ISO639 language codes instead of ISO3166 country codes for PKGNAME.
Submitted by: maintainer
v. 1.18
date: 1997/09/19 09:34:31; author: asami; state: Exp; lines: +10 -10
Misc. cleanup from maintainer. Create "wnn" account automatically if
doesn't exist.
PR: 4409
Submitted by: maintainer
v. 1.17
date: 1997/09/10 06:51:52; author: asami; state: Exp; lines: +64 -11
Fix many bugs. Share files that can be shared.
PR: 4409
Submitted by: Satoshi Taoka
v. 1.16
date: 1997/06/19 11:26:07; author: asami; state: Exp; lines: +4 -1
The project template file is called "X11.tmpl" in XFree86-3.3, so make
a symlink "X11.tmpl -> Project.tmpl" in the config subdirectory. This is
necessary for letting imake pick it up automatically.
v. 1.15
date: 1997/04/16 05:00:02; author: asami; state: Exp; lines: +2 -2
Master site has moved.
Submitted by: hanai
v. 1.14
date: 1996/11/13 11:19:45; author: asami; state: Exp; lines: +2 -2
Add comment for reason why this IS_INTERACTIVE (needs "wnn" user).
v. 1.13
date: 1996/11/11 10:11:43; author: max; state: Exp; lines: +2 -2
CATEGORIES+= -> CATEGORIES=
Inspired by: obrien
v. 1.12
date: 1996/09/19 04:37:04; author: asami; state: Exp; lines: +2 -2
Add "jp-" in front of PKGNAME.
v. 1.11
date: 1995/04/24 02:22:49; author: asami; state: Exp; lines: +2 -2
Why the heck was I calling the build target "pre-build"?!? (Changed
to do-build.)
v. 1.10
date: 1995/04/20 18:05:33; author: asami; state: Exp; lines: +2 -5
Update of ports/japanese Makefiles to work with the new bsd.port.mk.
v. 1.9
date: 1995/04/07 05:48:02; author: asami; state: Exp; lines: +6 -3
Clean up Makefiles, as per my promise.
v. 1.8
date: 1995/04/01 12:46:22; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.7
date: 1995/03/27 13:24:11; author: asami; state: Exp; lines: +1 -3
Cleanup according to new bsd.port.mk. pkg/INSTALL, pkg/DEINSTALL and
pkg/REQ are now standard names recognized in bsd.port.mk so no need
to redefine PKG_ARGS in Makefile.
v. 1.6
date: 1995/03/24 11:09:25; author: asami; state: Exp; lines: +2 -1
Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,
and some other minor cleanup.
v. 1.5
date: 1995/01/11 07:20:03; author: asami; state: Exp; lines: +1 -4
Don't build every time.
Pointed-out by: jkh
v. 1.4
date: 1994/11/25 18:20:48; author: asami; state: Exp; lines: +7 -2
Update to make jserver work. Needed to "wnntouch" dictionary files
here and there.
v. 1.3
date: 1994/11/23 08:27:46; author: asami; state: Exp; lines: +1 -1
Cleaned up $Id:$ line.
v. 1.2
date: 1994/11/23 08:26:49; author: asami; state: Exp; lines: +1 -0
Oops, forgot to touch build-cookie in dummy build target. Now I know
why Wnn was getting built over and over. Sorry, Gary!
v. 1.1
date: 1994/11/22 23:37:43; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/11/22 23:37:44; author: asami; state: Exp; lines: +0 -0
Japanese/Chinese/Korean input method (only Japanese part built and
tested---someone else please try other languages!)
=============================================================================
|
| |

|