Since it's so sparse here, import Korean version of Wnn.

This commit is contained in:
Satoshi Asami 1997-03-06 06:28:27 +00:00
parent c506cfeadf
commit 55295a749a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5876
8 changed files with 216 additions and 0 deletions

View file

@ -0,0 +1,29 @@
# New ports collection makefile for: Wnn
# Version required: 4.2
# Date created: 22 November 1994
# Whom: asami
#
# $Id$
#
DISTNAME= Wnn4.2
PKGNAME= kr-Wnn-4.2
CATEGORIES= korean
MASTER_SITES= ftp://utsun.s.u-tokyo.ac.jp/fj/
MAINTAINER= ports@FreeBSD.ORG
WRKSRC= ${WRKDIR}/Xsi
IS_INTERACTIVE= yes # needs "wnn" user
# These are necesary because this package uses a different Makefile for
# building and installing etc.
do-build:
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} Makefile.inst World)
post-install:
# This package uses imake's "install.man" target to install man pages but
# I can't define USE_IMAKE because it doesn't involve xmkmf
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
A Japanese/Chinese/Korean input method (only Chinese built)

View file

@ -0,0 +1,22 @@
This is Wnn4.2, a Japanese/Chinese/Korean input method. It is
included primarily so that we can compile mule-2.1, a multilingual
emacs.
Only the Korean version is build for this port.
Note that binaries and libraries go to /usr/local, while man pages and
includes go to /usr/X11R6. That's the way it was designed, I don't
know why.
- Satoshi
(asami@cs.berkeley.edu)
-------------------------------------------------------------------
This also include some patches for FreeBSD or bugfix.
If use this patches, you can compile Wnn-4.2 under XFree86 3.1.2E
or later(X11Release6.1).
If there are any problem in this patches, please know me via E-mail.
Hidekazu Kuroki
(hidekazu@cs.titech.ac.jp)

View file

@ -0,0 +1,56 @@
@cwd /usr/local
lib/wnn/cvt_key_empty
lib/wnn/cvt_key_tbl
lib/wnn/cvt_key_tbl.ST
lib/wnn/cvt_key_tbl.gm
lib/wnn/cvt_key_tbl.kt
lib/wnn/cvt_key_tbl.mv
lib/wnn/cvt_key_tbl.vt
lib/wnn/ko_KR/dic/sys/full.fzk
lib/wnn/ko_KR/dic/sys/hword.dic
lib/wnn/ko_KR/dic/sys/single.dic
lib/wnn/ko_KR/hinsi.data
lib/wnn/ko_KR/kserverrc
lib/wnn/ko_KR/libwnn.msg
lib/wnn/ko_KR/rk/1B_TOUPPER
lib/wnn/ko_KR/rk/2A_CTRL
lib/wnn/ko_KR/rk/2C_HANGUL.KEY
lib/wnn/ko_KR/rk/2C_HANGUL.ROM
lib/wnn/ko_KR/rk/2C_KSC
lib/wnn/ko_KR/rk/3B_JEONKAK
lib/wnn/ko_KR/rk/mode
lib/wnn/ko_KR/rk/mode.key
lib/wnn/ko_KR/rk/mode.rom
lib/wnn/ko_KR/uum.msg
lib/wnn/ko_KR/uumkey
lib/wnn/ko_KR/uumrc
lib/wnn/ko_KR/wnnenvrc
lib/wnn/ko_KR/wnnenvrc_R
lib/wnn/ko_KR/wnnstat.msg
lib/wnn/serverdefs
@dirrm lib/wnn/ko_KR/rk
@dirrm lib/wnn/ko_KR/dic/sys
@dirrm lib/wnn/ko_KR/dic
@dirrm lib/wnn/ko_KR
@dirrm lib/wnn
bin/kWnn4/katod
bin/kWnn4/katof
bin/kWnn4/kdtoa
bin/kWnn4/kserver
bin/kWnn4/kuum
bin/kWnn4/kwddel
bin/kWnn4/kwdreg
bin/kWnn4/kwnnkill
bin/kWnn4/kwnnstat
bin/kWnn4/kwnntouch
@dirrm bin/kWnn4
@cwd /usr/X11R6
lib/libkwnn.a
include/kwnn/commonhd.h
include/kwnn/cplib.h
include/kwnn/jllib.h
include/kwnn/jslib.h
include/kwnn/msg.h
include/kwnn/rk_spclval.h
include/kwnn/wnnerror.h
@dirrm include/kwnn

View file

@ -0,0 +1,29 @@
# New ports collection makefile for: Wnn
# Version required: 4.2
# Date created: 22 November 1994
# Whom: asami
#
# $Id$
#
DISTNAME= Wnn4.2
PKGNAME= kr-Wnn-4.2
CATEGORIES= korean
MASTER_SITES= ftp://utsun.s.u-tokyo.ac.jp/fj/
MAINTAINER= ports@FreeBSD.ORG
WRKSRC= ${WRKDIR}/Xsi
IS_INTERACTIVE= yes # needs "wnn" user
# These are necesary because this package uses a different Makefile for
# building and installing etc.
do-build:
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} Makefile.inst World)
post-install:
# This package uses imake's "install.man" target to install man pages but
# I can't define USE_IMAKE because it doesn't involve xmkmf
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
A Japanese/Chinese/Korean input method (only Chinese built)

View file

@ -0,0 +1,22 @@
This is Wnn4.2, a Japanese/Chinese/Korean input method. It is
included primarily so that we can compile mule-2.1, a multilingual
emacs.
Only the Korean version is build for this port.
Note that binaries and libraries go to /usr/local, while man pages and
includes go to /usr/X11R6. That's the way it was designed, I don't
know why.
- Satoshi
(asami@cs.berkeley.edu)
-------------------------------------------------------------------
This also include some patches for FreeBSD or bugfix.
If use this patches, you can compile Wnn-4.2 under XFree86 3.1.2E
or later(X11Release6.1).
If there are any problem in this patches, please know me via E-mail.
Hidekazu Kuroki
(hidekazu@cs.titech.ac.jp)

View file

@ -0,0 +1,56 @@
@cwd /usr/local
lib/wnn/cvt_key_empty
lib/wnn/cvt_key_tbl
lib/wnn/cvt_key_tbl.ST
lib/wnn/cvt_key_tbl.gm
lib/wnn/cvt_key_tbl.kt
lib/wnn/cvt_key_tbl.mv
lib/wnn/cvt_key_tbl.vt
lib/wnn/ko_KR/dic/sys/full.fzk
lib/wnn/ko_KR/dic/sys/hword.dic
lib/wnn/ko_KR/dic/sys/single.dic
lib/wnn/ko_KR/hinsi.data
lib/wnn/ko_KR/kserverrc
lib/wnn/ko_KR/libwnn.msg
lib/wnn/ko_KR/rk/1B_TOUPPER
lib/wnn/ko_KR/rk/2A_CTRL
lib/wnn/ko_KR/rk/2C_HANGUL.KEY
lib/wnn/ko_KR/rk/2C_HANGUL.ROM
lib/wnn/ko_KR/rk/2C_KSC
lib/wnn/ko_KR/rk/3B_JEONKAK
lib/wnn/ko_KR/rk/mode
lib/wnn/ko_KR/rk/mode.key
lib/wnn/ko_KR/rk/mode.rom
lib/wnn/ko_KR/uum.msg
lib/wnn/ko_KR/uumkey
lib/wnn/ko_KR/uumrc
lib/wnn/ko_KR/wnnenvrc
lib/wnn/ko_KR/wnnenvrc_R
lib/wnn/ko_KR/wnnstat.msg
lib/wnn/serverdefs
@dirrm lib/wnn/ko_KR/rk
@dirrm lib/wnn/ko_KR/dic/sys
@dirrm lib/wnn/ko_KR/dic
@dirrm lib/wnn/ko_KR
@dirrm lib/wnn
bin/kWnn4/katod
bin/kWnn4/katof
bin/kWnn4/kdtoa
bin/kWnn4/kserver
bin/kWnn4/kuum
bin/kWnn4/kwddel
bin/kWnn4/kwdreg
bin/kWnn4/kwnnkill
bin/kWnn4/kwnnstat
bin/kWnn4/kwnntouch
@dirrm bin/kWnn4
@cwd /usr/X11R6
lib/libkwnn.a
include/kwnn/commonhd.h
include/kwnn/cplib.h
include/kwnn/jllib.h
include/kwnn/jslib.h
include/kwnn/msg.h
include/kwnn/rk_spclval.h
include/kwnn/wnnerror.h
@dirrm include/kwnn