From a812d8d3cdb194f6e3679c4106ee11ab00a2da0b Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 10 Sep 1997 07:55:46 +0000 Subject: Wnn ver 6. Files were already repository copied from japanese/Wnn. Wnn6 is just a wrapper for the commercial Wnn6 CDROM, so you obviously need the CDROM to use the port. Wnn6-lib is the library interface, and this half is free (this port will be used by the upcoming mule ports). PR: 4166 Submitted by: Satoshi Taoka --- japanese/Wnn6/Makefile | 138 +++++----- japanese/Wnn6/pkg-comment | 2 +- japanese/Wnn6/pkg-descr | 39 ++- japanese/Wnn6/pkg-install | 64 ++--- japanese/Wnn6/pkg-plist | 668 ++++++++-------------------------------------- 5 files changed, 211 insertions(+), 700 deletions(-) (limited to 'japanese/Wnn6') diff --git a/japanese/Wnn6/Makefile b/japanese/Wnn6/Makefile index 3d3042e83374..4d4abfcaaca6 100644 --- a/japanese/Wnn6/Makefile +++ b/japanese/Wnn6/Makefile @@ -1,85 +1,91 @@ -# New ports collection makefile for: Wnn for Japanese -# Version required: 4.2 -# Date created: 20 July 1997 +# New ports collection makefile for: Wnn6-demo +# Version required: 97.6.6 +# Date created: 15 July 1997 # Whom: Satoshi Taoka # -# $Id: Makefile,v 1.16 1997/06/19 11:26:07 asami Exp $ +# $Id: Makefile,v 1.17 1997/09/10 06:51:52 asami Exp $ # -DISTNAME= Wnn4.2 -PKGNAME?= jp-Wnn-4.2 -CATEGORIES?= japanese -MASTER_SITES= ftp://ftp.u-tokyo.ac.jp/pub/Japanese/Wnn/ \ - ftp://ports.jp.FreeBSD.org/pub/incoming/distfiles/ -DISTFILES= Wnn4.2.tar.gz Wnn4.2.patch.tar.gz +DISTNAME= OMRONWnn6 +PKGNAME= jp-Wnn6-97.6.6 +CATEGORIES= japanese +EXTRACT_SUFX= .tgz MAINTAINER= taoka@infonets.hiroshima-u.ac.jp -EXTRACT_ONLY= Wnn4.2.tar.gz -PATCHDIR= ${.CURDIR}/../../japanese/Wnn/patches -FILESDIR= ${.CURDIR}/../../japanese/Wnn/files -PKGDIR= ${.CURDIR}/../../japanese/Wnn/pkg -WRKSRC= ${WRKDIR}/Xsi -IS_INTERACTIVE= yes # needs "wnn" user +IGNOREFILES= ${DISTFILES} +WRKSRC= ${WRKDIR} +LIBDIR= ${PREFIX}/OMRONWnn6 +STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/wnn6.sh +DISTDIR= ${MOUNT_PT}/fbsd +MOUNT_PT?= /cdrom +MOUNT_DEV?= /dev/wcd0c -.if (${PKGNAME} == jp-Wnn-4.2) -PORT_DOCDIR= ${PREFIX}/share/doc/jp-Wnn -DOC_FROM= ${WRKSRC}/Wnn -.elif (${PKGNAME} == cn-Wnn-4.2) -PORT_DOCDIR= ${PREFIX}/share/doc/cn-Wnn -DOC_FROM= ${WRKSRC}/cWnn -.endif # kWnn has no manual. +RESTRICTED= "Restrictive copyright" -post-extract: - ${EXTRACT_CMD} -C ${WRKSRC} ${EXTRACT_BEFORE_ARGS} \ - ${_DISTDIR}/Wnn4.2.patch.tar.gz - /bin/ln -sf Project.tmpl ${WRKSRC}/config/X11.tmpl +NO_CDROM= yes +NO_PACKAGE= yes +NO_CONFIGURE= yes +NO_PATCH= yes +IS_INTERACTIVE= yes -pre-patch: - cd ${WRKSRC}; ${PATCH} ${PATCH_DIST_ARGS} < ${WRKSRC}/Wnn4.2.patch - -# Applying a patch for depending on language -post-patch: - case ${PKGNAME} in \ - jp-Wnn-4.2) \ - LANG_PATCH=${FILESDIR}/patch-for-japanese;; \ - cn-Wnn-4.2) \ - LANG_PATCH=${FILESDIR}/patch-for-chinese;; \ - kr-Wnn-4.2) \ - LANG_PATCH=${FILESDIR}/patch-for-korean;; \ - esac; \ - (cd ${_DISTDIR}; \ - ${PATCH} ${PATCH_DIST_ARGS} < $${LANG_PATCH}) - -# for PREFIX -pre-build: - for file in ${WRKSRC}/config/Project.tmpl \ - ${WRKSRC}/Contrib/dic/gerodic/Makefile; do \ - mv $$file $$file.orig2; \ - sed 's!^\([ ]*PREFIX = \).*$$!\1${PREFIX}!' \ - $$file.orig2 > $$file; \ +do-fetch: + @echo -n "Please set the CD-ROM of 'Wnn6' into your cdrom-drive. (Press Return)"; \ + read dummy; \ + echo "A mount point and the device file are '${MOUNT_PT}' and '${MOUNT_DEV}' respectively."; \ + echo -n "Are these correct? (y/n) [y]"; \ + (read ans; \ + case x$${ans} in \ + xn*|xN*) \ + echo "Please rerun 'make' in specifying MOUNT_PT and MOUNT_DEV"; \ + echo "For example:"; \ + echo " make MOUNT_PT=/mnt MOUNT_DEV=/dev/cd0c"; \ + /usr/bin/false; \ + ;; \ + *) \ + echo "Now mounting the CD-ROM ..."; \ + ;; \ + esac) + @for t in `mount | grep ${MOUNT_PT}`; do \ + if [ x"$$t" = x"${MOUNT_PT}" ]; then \ + echo "##################################################"; \ + echo "${MOUNT_PT} is busy"; \ + echo "Please umount ${MOUNT_PT}"; \ + echo "##################################################"; \ + /usr/bin/false; \ + fi; \ done + @/sbin/mount_cd9660 ${MOUNT_DEV} ${MOUNT_PT} + +pre-extract: + @if [ ! -e ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ + echo "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}: No such file"; \ + echo "Perhaps the CD-ROM is not one of Wnn6"; \ + /sbin/umount ${MOUNT_PT}; \ + echo "Umounting is done ..."; \ + /usr/bin/false; \ + fi -# These are necesary because this package uses a different Makefile for -# building and installing etc. do-build: - @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} Makefile.inst World) + @/sbin/umount ${MOUNT_PT} -pre-install: - @${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL +do-install: + @cd ${WRKSRC}/usr; tar cf - OMRONWnn6 | (cd ${PREFIX}; tar xvpf -) + @${INSTALL_SCRIPT} ${FILESDIR}/setup.sh ${LIBDIR} + @if [ ! -f ${STARTUP_SCRIPT} ]; then \ + echo "Installing ${STARTUP_SCRIPT} startup file."; \ + echo '#!/bin/sh' > ${STARTUP_SCRIPT}; \ + echo 'wnn6=/usr/local/bin/Wnn6/jserver' \ + >> ${STARTUP_SCRIPT} ; \ + echo 'if [ -f $$wnn6 ]; then' >> ${STARTUP_SCRIPT} ; \ + echo " echo -n ' Wnn6'" >> ${STARTUP_SCRIPT}; \ + echo ' $$wnn6' >> ${STARTUP_SCRIPT} ; \ + echo "fi" >> ${STARTUP_SCRIPT} ; \ + chmod 755 ${STARTUP_SCRIPT} ; \ + chown bin.bin ${STARTUP_SCRIPT}; \ + fi 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) @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL -.if !defined(NOPORTDOCS) -.if defined(PORT_DOCDIR) - ${MKDIR} ${PORT_DOCDIR} - @(cd ${DOC_FROM}; tar cvf - manual manual.en | \ - (cd ${PORT_DOCDIR}; tar xf -)) - @chown -R bin.bin ${PORT_DOCDIR} -.endif -.endif .include diff --git a/japanese/Wnn6/pkg-comment b/japanese/Wnn6/pkg-comment index e1acebef346b..3f582ae1651f 100644 --- a/japanese/Wnn6/pkg-comment +++ b/japanese/Wnn6/pkg-comment @@ -1 +1 @@ -A Japanese/Chinese/Korean input method (only Japanese built) +A Japanese input method (this is a commodity) diff --git a/japanese/Wnn6/pkg-descr b/japanese/Wnn6/pkg-descr index 88f516557c04..89762d5517e4 100644 --- a/japanese/Wnn6/pkg-descr +++ b/japanese/Wnn6/pkg-descr @@ -1,31 +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. +This is Wnn6, a Japanese input method. This software is a commodity, +and you can buy it from Omron Software Co., Ltd. -Only the Japanese version is build for this port. ++------------------------------------------+ +| URL: http://www.omronsoft.co.jp | +| E-mail: wnn-info@omronsoft.co.jp | +| TEL: +81-44-246-6006 | +| FAX: +81-44-246-6011 | ++------------------------------------------+ -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. +Remark 1. If you install this package, the folloing symbolic links are +made, -- Satoshi -(asami@cs.berkeley.edu) +"/usr/local/bin/Wnn6" to "${PKG_PREFIX}/OMRONWnn6/Wnn6fbsd" and, +"/usr/local/lib/wnn6" to "${PKG_PREFIX}/OMRONWnn6/wnn6fbsd". -------------------------------------------------------------------- +Remark 2. We do not fetch by FTP. -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) +- S. Taoka +taoka@infonets.hiroshima-u.ac.jp -------------------------------------------------------------------- - -Mr. Yoshio KATAYAMA fixed many bugs for Wnn4.2. -Patches for those are in 'Wnn4.2.patch.tar.gz' and are applied in this -port. - --- S. Taoka - diff --git a/japanese/Wnn6/pkg-install b/japanese/Wnn6/pkg-install index 95ce1b02c06e..aa52c4e88d69 100644 --- a/japanese/Wnn6/pkg-install +++ b/japanese/Wnn6/pkg-install @@ -1,49 +1,19 @@ #!/bin/sh -# installation script for Wnn4.2 -if [ X"$2" != X"POST-INSTALL" ]; then - exit 0 -fi -case $1 in - jp-Wnn-4.2) - sys_dirs="${PKG_PREFIX}/lib/wnn/ja_JP/dic/pubdic ${PKG_PREFIX}/lib/wnn/ja_JP/dic/wnncons" - usr_dirs=${PKG_PREFIX}/lib/wnn/ja_JP/dic/usr - wnntouch=${PKG_PREFIX}/bin/Wnn4/wnntouch - wnnserver=${PKG_PREFIX}/bin/Wnn4/jserver - wnnname=Wnn - ;; - cn-Wnn-4.2) - sys_dirs="${PKG_PREFIX}/lib/wnn/zh_CN/dic/sys ${PKG_PREFIX}/lib/wnn/zh_TW/dic/sys" - usr_dirs="${PKG_PREFIX}/lib/wnn/zh_CN/dic/usr ${PKG_PREFIX}/lib/wnn/zh_TW/dic/usr" - wnntouch=${PKG_PREFIX}/bin/cWnn4/cwnntouch - wnnserver=${PKG_PREFIX}/bin/cWnn4/cserver - wnnname=cWnn - ;; - kr-Wnn-4.2) - sys_dirs="${PKG_PREFIX}/lib/wnn/ko_KR/dic/sys" - usr_dirs=${PKG_PREFIX}/lib/wnn/ko_KR/dic/usr - wnntouch=${PKG_PREFIX}/bin/kWnn4/kwnntouch - wnnserver=${PKG_PREFIX}/bin/kWnn4/kserver - wnnname=kWnn - ;; -esac -for dir in $sys_dirs; do - $wnntouch $dir/* -done -for dir in $usr_dirs; do - if [ ! -d $dir ]; then - mkdir -p $dir - fi - chown wnn $dir -done -startup_script=${PKG_PREFIX}/etc/rc.d/${wnnname}.sh -if [ ! -f ${startup_script} ]; then - echo "Installing ${startup_script} startup file."; - echo '#!/bin/sh' > ${startup_script}; - echo "wnn=${wnnserver}" >> ${startup_script}; - echo 'if [ -f $wnn ]; then' >> ${startup_script}; - echo " echo -n ' ${wnnname}'" >> ${startup_script}; - echo ' $wnn' >> ${startup_script}; - echo "fi" >> ${startup_script}; - chmod 755 ${startup_script}; - chown bin.bin ${startup_script}; +if [ "$2" != "POST-INSTALL" ]; then exit 0; fi + +mkdir -p /usr/local/bin +mkdir -p /usr/local/lib +cd /usr/local/bin; rm -f Wnn6; ln -s ${PKG_PREFIX}/OMRONWnn6/Wnn6fbsd Wnn6 +cd /usr/local/lib; rm -f wnn6; ln -s ${PKG_PREFIX}/OMRONWnn6/wnn6fbsd wnn6 +cd ${PKG_PREFIX}/OMRONWnn6/wnn6fbsd/ja_JP; rm -f dic; ln -s ../../wnn6dic dic +chown -R 127.bin ${PKG_PREFIX}/OMRONWnn6 + +echo "######################################################################" +echo "Execute ${PKG_PREFIX}/OMRONWnn6/setup.sh for startup configuration." +if [ X${PKG_PREFIX} != X"/usr/local" ]; then + echo + echo "Warning!!" + echo "We made symbolic links from \"/usr/local/bin/Wnn6\" to \"${PKG_PREFIX}/OMRONWnn6/Wnn6fbsd\"" + echo "and from \"/usr/local/lib/wnn6\" to \"${PKG_PREFIX}/OMRONWnn6/wnn6fbsd\"" fi +echo "######################################################################" diff --git a/japanese/Wnn6/pkg-plist b/japanese/Wnn6/pkg-plist index 38a8ffed7d74..f4876e2547d1 100644 --- a/japanese/Wnn6/pkg-plist +++ b/japanese/Wnn6/pkg-plist @@ -1,562 +1,106 @@ -@cwd %%LOCALBASE%% -etc/rc.d/Wnn.sh -lib/wnn/ja_JP/dic/pubdic/bio.dic -lib/wnn/ja_JP/dic/pubdic/chimei.dic -lib/wnn/ja_JP/dic/pubdic/computer.dic -lib/wnn/ja_JP/dic/pubdic/jinmei.dic -lib/wnn/ja_JP/dic/pubdic/kihon.dic -lib/wnn/ja_JP/dic/pubdic/koyuu.dic -lib/wnn/ja_JP/dic/pubdic/setsuji.dic -lib/wnn/ja_JP/dic/pubdic/special.dic -lib/wnn/ja_JP/dic/pubdic/symbol.dic -lib/wnn/ja_JP/dic/pubdic/tankan.dic -lib/wnn/ja_JP/dic/pubdic/full.fzk -lib/wnn/ja_JP/dic/pubdic/kougo.fzk -lib/wnn/ja_JP/dic/pubdic/std.fzk -lib/wnn/ja_JP/dic/src/fzk.master -lib/wnn/ja_JP/dic/src/fzk.attr -lib/wnn/ja_JP/dic/src/fzk.jirattr -lib/wnn/ja_JP/dic/src/fzk.fzkattr -lib/wnn/ja_JP/dic/src/fzk.jircon -lib/wnn/ja_JP/dic/src/fzk.con -lib/wnn/ja_JP/dic/src/fzk.shuutan -lib/wnn/ja_JP/dic/wnncons/tankan2.dic -lib/wnn/ja_JP/dic/wnncons/tankan3.dic -lib/wnn/ja_JP/jserverrc -lib/wnn/ja_JP/hinsi.data -lib/wnn/ja_JP/uum.msg -lib/wnn/ja_JP/uumkey -lib/wnn/ja_JP/uumkey.omr -lib/wnn/ja_JP/uumkey_e -lib/wnn/ja_JP/uumrc -lib/wnn/ja_JP/uumrc.omr -lib/wnn/ja_JP/uumrc.rev -lib/wnn/ja_JP/uumrc_e -lib/wnn/ja_JP/uumrc_vi -lib/wnn/ja_JP/wnnstat.msg -lib/wnn/ja_JP/libwnn.msg -lib/wnn/ja_JP/wnnenvrc -lib/wnn/ja_JP/wnnenvrc.omr -lib/wnn/ja_JP/wnnenvrc.rem -lib/wnn/ja_JP/wnnenvrc.rev -lib/wnn/ja_JP/wnnenvrc_R -lib/wnn/ja_JP/wnnenvrc_R.omr -lib/wnn/ja_JP/wnnenvrc_R.rem -lib/wnn/ja_JP/rk/1B_TOUPPER -lib/wnn/ja_JP/rk/1B_ZENHIRA -lib/wnn/ja_JP/rk/1B_ZENKATA -lib/wnn/ja_JP/rk/1B_newTOUPPER -lib/wnn/ja_JP/rk/2A_CTRL -lib/wnn/ja_JP/rk/2B_DAKUTEN -lib/wnn/ja_JP/rk/2B_JIS -lib/wnn/ja_JP/rk/2B_ROMKANA -lib/wnn/ja_JP/rk/2_TCODE -lib/wnn/ja_JP/rk/3B_HANKATA -lib/wnn/ja_JP/rk/3B_KATAKANA -lib/wnn/ja_JP/rk/3B_ZENKAKU -lib/wnn/ja_JP/rk/autork -lib/wnn/ja_JP/rk/mode -lib/wnn/ja_JP/rk/mode.hankata -lib/wnn/ja_JP/rk/mode.nohankata -lib/wnn/ja_JP/rk.vi/1B_newTOUPPER -lib/wnn/ja_JP/rk.vi/2A_CTRL -lib/wnn/ja_JP/rk.vi/2B_KEISEN -lib/wnn/ja_JP/rk.vi/2B_ROMKANA -lib/wnn/ja_JP/rk.vi/2C_KEISEN1 -lib/wnn/ja_JP/rk.vi/2C_VI -lib/wnn/ja_JP/rk.vi/2C_VIEX -lib/wnn/ja_JP/rk.vi/2C_VISH -lib/wnn/ja_JP/rk.vi/2_VITHROW -lib/wnn/ja_JP/rk.vi/3B_ZENASC -lib/wnn/ja_JP/rk.vi/mode -lib/wnn/ja_JP/rk.vi/uumkey -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/serverdefs -lib/wnn/lt_LN/uum.msg -lib/wnn/lt_LN/uumkey -lib/wnn/lt_LN/uumkey_e -lib/wnn/lt_LN/uumrc -lib/wnn/lt_LN/rk/2A_CTRL -lib/wnn/lt_LN/rk/2B_LATIN -lib/wnn/lt_LN/rk/mode -@dirrm lib/wnn/lt_LN/rk -@dirrm lib/wnn/lt_LN -@dirrm lib/wnn/ja_JP/dic/wnncons -@dirrm lib/wnn/ja_JP/dic/usr -@dirrm lib/wnn/ja_JP/dic/src -@dirrm lib/wnn/ja_JP/dic/pubdic -@dirrm lib/wnn/ja_JP/dic -@dirrm lib/wnn/ja_JP/rk.vi -@dirrm lib/wnn/ja_JP/rk -@dirrm lib/wnn/ja_JP -@dirrm lib/wnn -bin/Wnn4/jserver -bin/Wnn4/uum -bin/Wnn4/wnnstat -bin/Wnn4/wnnkill -bin/Wnn4/wddel -bin/Wnn4/wdreg -bin/Wnn4/oldatonewa -bin/Wnn4/dtoa -bin/Wnn4/atod -bin/Wnn4/atof -bin/Wnn4/wnntouch -@dirrm bin/Wnn4 -share/doc/jp-Wnn/manual/0/contents -share/doc/jp-Wnn/manual/1.intro/Intro1 -share/doc/jp-Wnn/manual/1.intro/Intro2 -share/doc/jp-Wnn/manual/1.intro/Intro3 -share/doc/jp-Wnn/manual/2.env/Intro -share/doc/jp-Wnn/manual/2.env/dic/pubdic -share/doc/jp-Wnn/manual/2.env/dic/usr_dic -share/doc/jp-Wnn/manual/2.env/dic/ujis_dic -share/doc/jp-Wnn/manual/2.env/wnn/2a_ctrl -share/doc/jp-Wnn/manual/2.env/wnn/2b_romkana -share/doc/jp-Wnn/manual/2.env/wnn/cvt_key -share/doc/jp-Wnn/manual/2.env/wnn/fzk.data -share/doc/jp-Wnn/manual/2.env/wnn/fzk.u -share/doc/jp-Wnn/manual/2.env/wnn/hinsi_data -share/doc/jp-Wnn/manual/2.env/wnn/jserverrc -share/doc/jp-Wnn/manual/2.env/wnn/mode -share/doc/jp-Wnn/manual/2.env/wnn/serverdefs -share/doc/jp-Wnn/manual/2.env/wnn/uumkey -share/doc/jp-Wnn/manual/2.env/wnn/uumrc -share/doc/jp-Wnn/manual/2.env/wnn/wnnenvrc -share/doc/jp-Wnn/manual/3.libwnn/Intro -share/doc/jp-Wnn/manual/3.libwnn/include -share/doc/jp-Wnn/manual/3.libwnn/j_intro -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/TITLE.DOC -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/bun_suu -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/c_zenkouho -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/close -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/connect -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/connect_lang -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/dai_top -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/dic_add -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/dic_comment_se -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/dic_delete -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/dic_list -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/dic_save -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/dic_use -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/disconnect -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/env -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/env_set -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/env_sticky -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/fuzokugo_get -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/fuzokugo_set -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/get_kanji -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/get_zenkouho_k -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/hinsi_dicts -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/hinsi_list -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/hinsi_name -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/hinsi_number -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/inspect -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/isconnect -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/jiri_len -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/kanji_len -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/kill -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/next -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/nobi_conv -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/open -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/open_lang -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/param_get -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/ren_conv -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/set_env_wnnrc -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/set_jikouho -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/tan_conv -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/update_hindo -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/word_add -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/word_comment_s -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/word_delete -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/word_info -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/word_search -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/word_use -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/zenkouho -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/zenkouho_bun -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/zenkouho_dai -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/zenkouho_daip -share/doc/jp-Wnn/manual/3.libwnn/jl_lib/zenkouho_suu -share/doc/jp-Wnn/manual/3.libwnn/js_lib/TITLE.DOC -share/doc/jp-Wnn/manual/3.libwnn/js_lib/access -share/doc/jp-Wnn/manual/3.libwnn/js_lib/close -share/doc/jp-Wnn/manual/3.libwnn/js_lib/connect -share/doc/jp-Wnn/manual/3.libwnn/js_lib/dic_add -share/doc/jp-Wnn/manual/3.libwnn/js_lib/dic_creat -share/doc/jp-Wnn/manual/3.libwnn/js_lib/dic_creat_cl -share/doc/jp-Wnn/manual/3.libwnn/js_lib/dic_delete -share/doc/jp-Wnn/manual/3.libwnn/js_lib/dic_info -share/doc/jp-Wnn/manual/3.libwnn/js_lib/dic_list -share/doc/jp-Wnn/manual/3.libwnn/js_lib/dic_list_all -share/doc/jp-Wnn/manual/3.libwnn/js_lib/dic_use -share/doc/jp-Wnn/manual/3.libwnn/js_lib/disconnect -share/doc/jp-Wnn/manual/3.libwnn/js_lib/env_exist -share/doc/jp-Wnn/manual/3.libwnn/js_lib/env_list -share/doc/jp-Wnn/manual/3.libwnn/js_lib/env_sticky -share/doc/jp-Wnn/manual/3.libwnn/js_lib/file_comment_s -share/doc/jp-Wnn/manual/3.libwnn/js_lib/file_discard -share/doc/jp-Wnn/manual/3.libwnn/js_lib/file_info -share/doc/jp-Wnn/manual/3.libwnn/js_lib/file_list -share/doc/jp-Wnn/manual/3.libwnn/js_lib/file_list_all -share/doc/jp-Wnn/manual/3.libwnn/js_lib/file_loaded -share/doc/jp-Wnn/manual/3.libwnn/js_lib/file_loaded_lo -share/doc/jp-Wnn/manual/3.libwnn/js_lib/file_passwd_s -share/doc/jp-Wnn/manual/3.libwnn/js_lib/kanren -share/doc/jp-Wnn/manual/3.libwnn/js_lib/file_read -share/doc/jp-Wnn/manual/3.libwnn/js_lib/file_receive -share/doc/jp-Wnn/manual/3.libwnn/js_lib/file_remove -share/doc/jp-Wnn/manual/3.libwnn/js_lib/file_remove_cl -share/doc/jp-Wnn/manual/3.libwnn/js_lib/file_send -share/doc/jp-Wnn/manual/3.libwnn/js_lib/file_stat -share/doc/jp-Wnn/manual/3.libwnn/js_lib/file_write -share/doc/jp-Wnn/manual/3.libwnn/js_lib/fuzokugo_get -share/doc/jp-Wnn/manual/3.libwnn/js_lib/fuzokugo_set -share/doc/jp-Wnn/manual/3.libwnn/js_lib/hindo_creat -share/doc/jp-Wnn/manual/3.libwnn/js_lib/hindo_creat_cl -share/doc/jp-Wnn/manual/3.libwnn/js_lib/hindo_set -share/doc/jp-Wnn/manual/3.libwnn/js_lib/hinsi_dicts -share/doc/jp-Wnn/manual/3.libwnn/js_lib/hinsi_list -share/doc/jp-Wnn/manual/3.libwnn/js_lib/hinsi_name -share/doc/jp-Wnn/manual/3.libwnn/js_lib/hinsi_number -share/doc/jp-Wnn/manual/3.libwnn/js_lib/hinsi_table_s -share/doc/jp-Wnn/manual/3.libwnn/js_lib/isconnect -share/doc/jp-Wnn/manual/3.libwnn/js_lib/kantan_dai -share/doc/jp-Wnn/manual/3.libwnn/js_lib/kantan_sho -share/doc/jp-Wnn/manual/3.libwnn/js_lib/kanzen_sho -share/doc/jp-Wnn/manual/3.libwnn/js_lib/kanzen_dai -share/doc/jp-Wnn/manual/3.libwnn/js_lib/kill -share/doc/jp-Wnn/manual/3.libwnn/js_lib/who -share/doc/jp-Wnn/manual/3.libwnn/js_lib/mkdir -share/doc/jp-Wnn/manual/3.libwnn/js_lib/open -share/doc/jp-Wnn/manual/3.libwnn/js_lib/open_lang -share/doc/jp-Wnn/manual/3.libwnn/js_lib/param_get -share/doc/jp-Wnn/manual/3.libwnn/js_lib/set_lang -share/doc/jp-Wnn/manual/3.libwnn/js_lib/version -share/doc/jp-Wnn/manual/3.libwnn/js_lib/word_add -share/doc/jp-Wnn/manual/3.libwnn/js_lib/word_comment_s -share/doc/jp-Wnn/manual/3.libwnn/js_lib/word_delete -share/doc/jp-Wnn/manual/3.libwnn/js_lib/word_info -share/doc/jp-Wnn/manual/3.libwnn/js_lib/word_search -share/doc/jp-Wnn/manual/3.libwnn/rk_lib/romkan_clear -share/doc/jp-Wnn/manual/3.libwnn/rk_lib/romkan_dispmod -share/doc/jp-Wnn/manual/3.libwnn/rk_lib/romkan_getc -share/doc/jp-Wnn/manual/3.libwnn/rk_lib/romkan_init -share/doc/jp-Wnn/manual/3.libwnn/rk_lib/romkan_next -share/doc/jp-Wnn/manual/3.libwnn/rk_lib/romkan_ungetc -share/doc/jp-Wnn/manual/3.libwnn/rk_lib/Intro -share/doc/jp-Wnn/manual/3.libwnn/misc_lib/msg_close -share/doc/jp-Wnn/manual/3.libwnn/misc_lib/msg_get -share/doc/jp-Wnn/manual/3.libwnn/misc_lib/msg_open -share/doc/jp-Wnn/manual/4.cmd/uum -share/doc/jp-Wnn/manual/4.cmd/wnnkill -share/doc/jp-Wnn/manual/4.cmd/wnnstat -share/doc/jp-Wnn/manual/4.cmd/jserver -share/doc/jp-Wnn/manual/5.op/Intro -share/doc/jp-Wnn/manual/5.op/op1.1 -share/doc/jp-Wnn/manual/5.op/op1.2 -share/doc/jp-Wnn/manual/5.op/op1.3 -share/doc/jp-Wnn/manual/5.op/op2.1 -share/doc/jp-Wnn/manual/5.op/op2.2 -share/doc/jp-Wnn/manual/5.op/op2.2.1 -share/doc/jp-Wnn/manual/5.op/op2.3 -share/doc/jp-Wnn/manual/5.op/op2.4 -share/doc/jp-Wnn/manual/5.op/op3.1 -share/doc/jp-Wnn/manual/5.op/op3.3 -share/doc/jp-Wnn/manual/5.op/op3.5 -share/doc/jp-Wnn/manual/5.op/op3.7 -share/doc/jp-Wnn/manual/5.op/op3.8 -share/doc/jp-Wnn/manual/5.op/op3.83 -share/doc/jp-Wnn/manual/5.op/op3.85 -share/doc/jp-Wnn/manual/5.op/op3.87 -share/doc/jp-Wnn/manual/5.op/op3.88 -share/doc/jp-Wnn/manual/6.jutil/Intro -share/doc/jp-Wnn/manual/6.jutil/atod -share/doc/jp-Wnn/manual/6.jutil/atof -share/doc/jp-Wnn/manual/6.jutil/dictionary -share/doc/jp-Wnn/manual/6.jutil/dtoa -share/doc/jp-Wnn/manual/6.jutil/wddel -share/doc/jp-Wnn/manual/6.jutil/wdreg -share/doc/jp-Wnn/manual/6.jutil/wnntouch -share/doc/jp-Wnn/manual/6.jutil/oldatonewa -share/doc/jp-Wnn/manual/intro -share/doc/jp-Wnn/manual/v3tov4/v3tov4 -share/doc/jp-Wnn/manual/7.Protocol/KKTP -share/doc/jp-Wnn/manual.en/2.env/wnn/serverdefs -share/doc/jp-Wnn/manual.en/2.env/wnn/jserverrc -share/doc/jp-Wnn/manual.en/2.env/wnn/uumrc -share/doc/jp-Wnn/manual.en/2.env/wnn/wnnenvrc -share/doc/jp-Wnn/manual.en/2.env/wnn/uumkey -share/doc/jp-Wnn/manual.en/2.env/wnn/mode -share/doc/jp-Wnn/manual.en/2.env/wnn/2a_ctrl -share/doc/jp-Wnn/manual.en/2.env/wnn/2b_romkana -share/doc/jp-Wnn/manual.en/2.env/wnn/full.fzk -share/doc/jp-Wnn/manual.en/4.cmd/jserver -share/doc/jp-Wnn/manual.en/4.cmd/uum -share/doc/jp-Wnn/manual.en/4.cmd/wnnkill -share/doc/jp-Wnn/manual.en/4.cmd/wnnstat -share/doc/jp-Wnn/manual.en/5.op/README.en -share/doc/jp-Wnn/manual.en/5.op/README.ja -share/doc/jp-Wnn/manual.en/5.op/contents -share/doc/jp-Wnn/manual.en/5.op/contents.2 -share/doc/jp-Wnn/manual.en/5.op/op1 -share/doc/jp-Wnn/manual.en/5.op/fig2.2.1.Z -share/doc/jp-Wnn/manual.en/5.op/op2.1 -share/doc/jp-Wnn/manual.en/5.op/op2.2 -share/doc/jp-Wnn/manual.en/5.op/op2.3 -share/doc/jp-Wnn/manual.en/5.op/op2.4 -share/doc/jp-Wnn/manual.en/5.op/op2.5 -share/doc/jp-Wnn/manual.en/5.op/op2.6 -share/doc/jp-Wnn/manual.en/5.op/op2.7 -share/doc/jp-Wnn/manual.en/5.op/op2.8 -share/doc/jp-Wnn/manual.en/5.op/op2.9 -share/doc/jp-Wnn/manual.en/5.op/op3.1 -share/doc/jp-Wnn/manual.en/5.op/op3.2 -share/doc/jp-Wnn/manual.en/5.op/op3.3 -share/doc/jp-Wnn/manual.en/5.op/op3.4 -share/doc/jp-Wnn/manual.en/5.op/op3.5 -share/doc/jp-Wnn/manual.en/5.op/op3.6 -share/doc/jp-Wnn/manual.en/5.op/op3.7 -share/doc/jp-Wnn/manual.en/5.op/op3.8 -share/doc/jp-Wnn/manual.en/5.op/op3.9 -share/doc/jp-Wnn/manual.en/5.op/fig2.2.2.Z -share/doc/jp-Wnn/manual.en/5.op/fig2.3.1.Z -share/doc/jp-Wnn/manual.en/5.op/fig2.3.11.Z -share/doc/jp-Wnn/manual.en/5.op/fig2.3.18.Z -share/doc/jp-Wnn/manual.en/5.op/fig2.3.3.Z -share/doc/jp-Wnn/manual.en/5.op/fig2.3.4.Z -share/doc/jp-Wnn/manual.en/5.op/table2.2.1.Z -share/doc/jp-Wnn/manual.en/6.jutil/atod -share/doc/jp-Wnn/manual.en/6.jutil/wdreg -share/doc/jp-Wnn/manual.en/6.jutil/dtoa -share/doc/jp-Wnn/manual.en/6.jutil/atof -share/doc/jp-Wnn/manual.en/6.jutil/wnntouch -share/doc/jp-Wnn/manual.en/6.jutil/wddel -@dirrm share/doc/jp-Wnn/manual/v3tov4 -@dirrm share/doc/jp-Wnn/manual/7.Protocol -@dirrm share/doc/jp-Wnn/manual/6.jutil -@dirrm share/doc/jp-Wnn/manual/5.op -@dirrm share/doc/jp-Wnn/manual/4.cmd -@dirrm share/doc/jp-Wnn/manual/3.libwnn/rk_lib -@dirrm share/doc/jp-Wnn/manual/3.libwnn/misc_lib -@dirrm share/doc/jp-Wnn/manual/3.libwnn/js_lib -@dirrm share/doc/jp-Wnn/manual/3.libwnn/jl_lib -@dirrm share/doc/jp-Wnn/manual/3.libwnn -@dirrm share/doc/jp-Wnn/manual/2.env/wnn -@dirrm share/doc/jp-Wnn/manual/2.env/dic -@dirrm share/doc/jp-Wnn/manual/2.env -@dirrm share/doc/jp-Wnn/manual/1.intro -@dirrm share/doc/jp-Wnn/manual/0 -@dirrm share/doc/jp-Wnn/manual.en/6.jutil -@dirrm share/doc/jp-Wnn/manual.en/5.op -@dirrm share/doc/jp-Wnn/manual.en/4.cmd -@dirrm share/doc/jp-Wnn/manual.en/3.libwnn -@dirrm share/doc/jp-Wnn/manual.en/2.env/wnn -@dirrm share/doc/jp-Wnn/manual.en/2.env/dic -@dirrm share/doc/jp-Wnn/manual.en/2.env -@dirrm share/doc/jp-Wnn/manual.en/1.intro -@dirrm share/doc/jp-Wnn/manual.en/0 -@dirrm share/doc/jp-Wnn/manual.en -@dirrm share/doc/jp-Wnn/manual -@dirrm share/doc/jp-Wnn -@cwd %%X11BASE%% -lib/libwnn.a -lib/libjd.a -include/wnn/jllib.h -include/wnn/jlib.h -include/wnn/jslib.h -include/wnn/rk_spclval.h -include/wnn/wnnerror.h -include/wnn/commonhd.h -include/wnn/cplib.h -include/wnn/config.h -include/wnn/msg.h -@dirrm include/wnn -man/man1/uum.1.gz -man/man1/jserver.1.gz -man/man1/wnnkill.1.gz -man/man1/wnnstat.1.gz -man/man1/atod.1.gz -man/man1/atof.1.gz -man/man1/dtoa.1.gz -man/man1/wddel.1.gz -man/man1/wdreg.1.gz -man/man1/wnntouch.1.gz -man/man1/oldatonewa.1.gz -man/man3/jl_bun_suu.3.gz -man/man3/jl_c_zenkouho.3.gz -man/man3/jl_connect.3.gz -man/man3/jl_close.3.gz -man/man3/jl_connect_lang.3.gz -man/man3/jl_dai_top.3.gz -man/man3/jl_dic_add.3.gz -man/man3/jl_dic_add_e.3.gz -man/man3/jl_dic_comment_set_e.3.gz -man/man3/jl_dic_delete.3.gz -man/man3/jl_dic_comment_set.3.gz -man/man3/jl_dic_delete_e.3.gz -man/man3/jl_dic_save_all_e.3.gz -man/man3/jl_dic_save_all.3.gz -man/man3/jl_dic_list.3.gz -man/man3/jl_dic_list_e.3.gz -man/man3/jl_dic_save.3.gz -man/man3/jl_dic_save_e.3.gz -man/man3/jl_dic_use_e.3.gz -man/man3/jl_dic_use.3.gz -man/man3/jl_disconnect.3.gz -man/man3/jl_env.3.gz -man/man3/jl_env_un_sticky.3.gz -man/man3/jl_env_un_sticky_e.3.gz -man/man3/jl_env_set.3.gz -man/man3/jl_env_get.3.gz -man/man3/jl_env_sticky.3.gz -man/man3/jl_env_sticky_e.3.gz -man/man3/jl_fuzokugo_get.3.gz -man/man3/jl_fuzokugo_get_e.3.gz -man/man3/jl_fuzokugo_set.3.gz -man/man3/jl_fuzokugo_set_e.3.gz -man/man3/jl_get_kanji.3.gz -man/man3/jl_get_yomi.3.gz -man/man3/jl_hinsi_dicts.3.gz -man/man3/jl_hinsi_dicts_e.3.gz -man/man3/jl_get_zenkouho_kanji.3.gz -man/man3/jl_hinsi_name.3.gz -man/man3/jl_hinsi_list_e.3.gz -man/man3/jl_hinsi_name_e.3.gz -man/man3/jl_hinsi_list.3.gz -man/man3/jl_hinsi_number_e.3.gz -man/man3/jl_hinsi_number.3.gz -man/man3/jl_isconnect_e.3.gz -man/man3/jl_inspect.3.gz -man/man3/jl_isconnect.3.gz -man/man3/jl_kanji_len.3.gz -man/man3/jl_yomi_len.3.gz -man/man3/jl_jiri_len.3.gz -man/man3/jl_kill.3.gz -man/man3/jl_previous_dai.3.gz -man/man3/jl_next.3.gz -man/man3/jl_previous.3.gz -man/man3/jl_next_dai.3.gz -man/man3/jl_open.3.gz -man/man3/jl_nobi_conv.3.gz -man/man3/jl_param_set.3.gz -man/man3/jl_param_get.3.gz -man/man3/jl_param_get_e.3.gz -man/man3/jl_param_set_e.3.gz -man/man3/jl_open_lang.3.gz -man/man3/jl_ren_conv.3.gz -man/man3/jl_set_env_wnnrc.3.gz -man/man3/jl_set_jikouho.3.gz -man/man3/jl_set_jikouho_dai.3.gz -man/man3/jl_tan_conv.3.gz -man/man3/jl_update_hindo.3.gz -man/man3/jl_word_comment_set_e.3.gz -man/man3/jl_word_add_e.3.gz -man/man3/jl_word_add.3.gz -man/man3/jl_word_comment_set.3.gz -man/man3/jl_word_delete.3.gz -man/man3/jl_word_delete_e.3.gz -man/man3/jl_word_search_by_env.3.gz -man/man3/jl_word_info.3.gz -man/man3/jl_word_info_e.3.gz -man/man3/jl_word_search.3.gz -man/man3/jl_word_search_e.3.gz -man/man3/jl_word_search_by_env_e.3.gz -man/man3/jl_word_use.3.gz -man/man3/jl_word_use_e.3.gz -man/man3/jl_zenkouho_bun.3.gz -man/man3/jl_zenkouho.3.gz -man/man3/jl_zenkouho_daip.3.gz -man/man3/jl_zenkouho_suu.3.gz -man/man3/jl_zenkouho_dai.3.gz -man/man3/js_access.3.gz -man/man3/js_connect.3.gz -man/man3/js_close.3.gz -man/man3/js_dic_add.3.gz -man/man3/js_dic_file_create.3.gz -man/man3/js_dic_file_create_client.3.gz -man/man3/js_dic_info.3.gz -man/man3/js_dic_list.3.gz -man/man3/js_dic_delete.3.gz -man/man3/js_disconnect.3.gz -man/man3/js_dic_use.3.gz -man/man3/js_dic_list_all.3.gz -man/man3/js_env_exist.3.gz -man/man3/js_env_list.3.gz -man/man3/js_env_sticky.3.gz -man/man3/js_env_un_sticky.3.gz -man/man3/js_file_comment_set.3.gz -man/man3/js_file_info.3.gz -man/man3/js_file_discard.3.gz -man/man3/js_file_list.3.gz -man/man3/js_file_loaded.3.gz -man/man3/js_file_list_all.3.gz -man/man3/js_file_loaded_local.3.gz -man/man3/js_file_password_set.3.gz -man/man3/js_file_read.3.gz -man/man3/js_file_remove.3.gz -man/man3/js_file_receive.3.gz -man/man3/js_file_remove_client.3.gz -man/man3/js_file_write.3.gz -man/man3/js_file_stat.3.gz -man/man3/js_file_send.3.gz -man/man3/js_fuzokugo_get.3.gz -man/man3/js_fuzokugo_set.3.gz -man/man3/js_hindo_file_create.3.gz -man/man3/js_hindo_set.3.gz -man/man3/js_hindo_file_create_client.3.gz -man/man3/js_hinsi_dicts.3.gz -man/man3/js_hinsi_name.3.gz -man/man3/js_hinsi_list.3.gz -man/man3/js_isconnect.3.gz -man/man3/js_hinsi_number.3.gz -man/man3/js_hinsi_table_set.3.gz -man/man3/js_kanren.3.gz -man/man3/js_kantan_dai.3.gz -man/man3/js_kantan_sho.3.gz -man/man3/js_kanzen_dai.3.gz -man/man3/js_kanzen_sho.3.gz -man/man3/js_kill.3.gz -man/man3/js_mkdir.3.gz -man/man3/js_param_get.3.gz -man/man3/js_open.3.gz -man/man3/js_open_lang.3.gz -man/man3/js_param_set.3.gz -man/man3/js_get_lang.3.gz -man/man3/js_set_lang.3.gz -man/man3/js_version.3.gz -man/man3/js_who.3.gz -man/man3/js_word_add.3.gz -man/man3/js_word_comment_set.3.gz -man/man3/js_word_delete.3.gz -man/man3/js_word_info.3.gz -man/man3/js_word_search.3.gz -man/man3/js_word_search_by_env.3.gz -man/man3/romkan_clear.3.gz -man/man3/romkan_getc.3.gz -man/man3/romkan_dispmode.3.gz -man/man3/romkan_init.3.gz -man/man3/romkan_next.3.gz -man/man3/romkan_ungetc.3.gz -man/man3/msg_open.3.gz -man/man3/msg_get.3.gz -man/man3/msg_close.3.gz -man/man4/fzk.data.4.gz -man/man4/2a_ctrl.4.gz -man/man4/fzk.u.4.gz -man/man4/jserverrc.4.gz -man/man4/mode.4.gz -man/man4/uumrc.4.gz -man/man4/uumkey.4.gz -man/man4/wnnenvrc.4.gz -man/man4/ujis_dic.4.gz -man/man4/2b_romkana.4.gz -man/man4/cvt_key_tbl.4.gz -man/man4/hinsi_data.4.gz -man/man4/serverdefs.4.gz -man/man5/pubdic.5.gz -man/man5/usr_dic.5.gz +OMRONWnn6/doc/copyright.html +OMRONWnn6/doc/man07.0006.i.jpg +OMRONWnn6/doc/man07.0004.i.jpg +OMRONWnn6/doc/man07.0003.i.jpg +OMRONWnn6/doc/man06.html +OMRONWnn6/doc/man05.html +OMRONWnn6/doc/man05.0002.i.jpg +OMRONWnn6/doc/man04.html +OMRONWnn6/doc/man04.0005.i.jpg +OMRONWnn6/doc/man04.0003.i.jpg +OMRONWnn6/doc/man03.html +OMRONWnn6/doc/man03.0018.i.jpg +OMRONWnn6/doc/man03.0016.i.jpg +OMRONWnn6/doc/man03.0006.i.jpg +OMRONWnn6/doc/man02.html +OMRONWnn6/doc/man02.0033.i.jpg +OMRONWnn6/doc/man02.0006.i.jpg +OMRONWnn6/doc/man02.0002.i.jpg +OMRONWnn6/doc/man01.html +OMRONWnn6/doc/intro-02.html +OMRONWnn6/doc/intro-02.0001.i.jpg +OMRONWnn6/doc/intro-01.html +OMRONWnn6/doc/index.html +OMRONWnn6/doc/hajimeni.html +OMRONWnn6/doc/furoku-symbol.html +OMRONWnn6/doc/furoku-error.html +OMRONWnn6/doc/man07.html +OMRONWnn6/wnn6dic/bushu/bushu.dic +OMRONWnn6/wnn6dic/bushu/bushu.fzk +OMRONWnn6/wnn6dic/iwanami/fisd +OMRONWnn6/wnn6dic/iwanami/ikeiji.dic +OMRONWnn6/wnn6dic/iwanami/kihon.dic +OMRONWnn6/wnn6dic/iwanami/kougo.fzk +OMRONWnn6/wnn6dic/iwanami/std.fzk +OMRONWnn6/wnn6dic/iwanami/symbol.dic +OMRONWnn6/wnn6dic/iwanami/tankan.dic +OMRONWnn6/wnn6dic/iwanami/tankan2.dic +OMRONWnn6/wnn6dic/iwanami/tankan3.dic +OMRONWnn6/wnn6dic/iwanami/tel.dic +OMRONWnn6/wnn6dic/iwanami/zip.dic +OMRONWnn6/wnn6fbsd/ja_JP/jserverrc +OMRONWnn6/wnn6fbsd/ja_JP/hinsi.data +OMRONWnn6/wnn6fbsd/ja_JP/wnnstat.msg +OMRONWnn6/wnn6fbsd/ja_JP/libwnn.msg +OMRONWnn6/wnn6fbsd/ja_JP/uumrc +OMRONWnn6/wnn6fbsd/ja_JP/wnnenvrc +OMRONWnn6/wnn6fbsd/ja_JP/otow.format/atok7-wnn6.fmt +OMRONWnn6/wnn6fbsd/ja_JP/otow.format/atok8-wnn6.fmt +OMRONWnn6/wnn6fbsd/ja_JP/otow.format/egbridge-wnn6.fmt +OMRONWnn6/wnn6fbsd/ja_JP/otow.format/vje-wnn6.fmt +OMRONWnn6/wnn6fbsd/offlinerc +OMRONWnn6/wnn6fbsd/serverdefs +OMRONWnn6/wnn6fbsd/udmergerc +OMRONWnn6/wnnsdk/mule-2.2.2/README.mule +OMRONWnn6/wnnsdk/mule-2.2.2/mule-2.2.2-wnn6.diff +OMRONWnn6/wnnsdk/sdk/SunOS-4.1.tar.gz +OMRONWnn6/wnnsdk/sdk/Solaris-2.4.tar.gz +OMRONWnn6/wnnsdk/sdk/IRIX-5.3.tar.gz +OMRONWnn6/wnnsdk/sdk/DGUX-5.4.tar.gz +OMRONWnn6/wnnsdk/sdk/Solaris-2.4-x86.tar.gz +OMRONWnn6/wnnsdk/sdk/BSD386-1.1.tar.gz +OMRONWnn6/wnnsdk/sdk/AIX-3.2.tar.gz +OMRONWnn6/wnnsdk/sdk/AlphaOSF1-1.2.tar.gz +OMRONWnn6/wnnsdk/sdk/EWS-UX-4.0.tar.gz +OMRONWnn6/wnnsdk/sdk/FreeBSD-2.0.5R.tar.gz +OMRONWnn6/wnnsdk/sdk/HI-UX-3050RX.tar.gz +OMRONWnn6/wnnsdk/sdk/HPUX-9.0.tar.gz +OMRONWnn6/wnnsdk/sdk/LUNA88K-2.0.tar.gz +OMRONWnn6/wnnsdk/sdk/Linux-1.2.8.tar.gz +OMRONWnn6/wnnsdk/sdk/NEWS-OS-4.2R.tar.gz +OMRONWnn6/wnnsdk/sdk/NEWS-OS-6.0.tar.gz +OMRONWnn6/wnnsdk/sdk/UniOS-U-3.0.tar.gz +OMRONWnn6/wnnsdk/sdk/AlphaOSF1-3.2A.tar.gz +OMRONWnn6/wnnsdk/sdk/FreeBSD-2.2R.tar.gz +OMRONWnn6/wnnsdk/sdk/Linux-2.0.0.tar.gz +OMRONWnn6/Wnn6fbsd/atod +OMRONWnn6/Wnn6fbsd/dtoa +OMRONWnn6/Wnn6fbsd/jserver +OMRONWnn6/Wnn6fbsd/otow +OMRONWnn6/Wnn6fbsd/udmerge +OMRONWnn6/Wnn6fbsd/wnnaccess +OMRONWnn6/Wnn6fbsd/wnnds +OMRONWnn6/Wnn6fbsd/wnnkill +OMRONWnn6/Wnn6fbsd/wnnoffline +OMRONWnn6/Wnn6fbsd/wnnstat +OMRONWnn6/Wnn6fbsd/wnntouch +OMRONWnn6/README.sjis +OMRONWnn6/README.jis +OMRONWnn6/README.euc +OMRONWnn6/setup.sh +@dirrm OMRONWnn6/wnnsdk/sdk +@dirrm OMRONWnn6/wnnsdk/mule-2.2.2 +@dirrm OMRONWnn6/wnnsdk +@dirrm OMRONWnn6/wnn6fbsd/ja_JP/otow.format +@unexec rm %D/OMRONWnn6/wnn6fbsd/ja_JP/dic +@dirrm OMRONWnn6/wnn6fbsd/ja_JP +@dirrm OMRONWnn6/wnn6fbsd +@dirrm OMRONWnn6/wnn6dic/iwanami +@dirrm OMRONWnn6/wnn6dic/bushu +@dirrm OMRONWnn6/wnn6dic +@dirrm OMRONWnn6/doc +@dirrm OMRONWnn6/Wnn6fbsd +@dirrm OMRONWnn6 +etc/rc.d/wnn6.sh +@unexec rm /usr/local/bin/Wnn6 +@unexec rm /usr/local/lib/wnn6 -- cgit v1.2.3