| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=h5hqrdq255egq5lohqnc8ee7ij; path=/
content-type: text/html; charset=UTF-8
date: Sat, 27 Dec 2025 06:12:46 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
ja-freew..
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./inputmethod/ja-freewnn-server, Japanese/Chinese/Korean input method (Japanese server)
[
Branch: CURRENT, Version: 1.11alpha23nb1, Package name: ja-FreeWnn-server-1.11alpha23nb1, Maintainer: tech-pkg-ja
FreeWnn 1.x - Japanese Kana Kanji Conversion Server
This distribution contains Version 1.x of Wnn Japanese/Chinese/Korean
Input System. Wnn is a network-extensible Kana-to-Kanji conversion system
and was jointly developed and released by the Software Research Group
of Kyoto University Research Institute for Mathematical Science, OMRON
Corporation and Astec, Inc.
DEINSTALL [+/-]
Required to run:
[inputmethod/ja-freewnn-lib]
Required to build:
[pkgtools/cwrappers]
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
ja-freew..lang
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./inputmethod/ja-freewnn-server, Japanese/Chinese/Korean input method (Japanese server)
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 1.11alpha23nb1, Package name: ja-FreeWnn-server-1.11alpha23nb1, Maintainer: tech-pkg-ja
FreeWnn 1.x - Japanese Kana Kanji Conversion Server
This distribution contains Version 1.x of Wnn Japanese/Chinese/Korean
Input System. Wnn is a network-extensible Kana-to-Kanji conversion system
and was jointly developed and released by the Software Research Group
of Kyoto University Research Institute for Mathematical Science, OMRON
Corporation and Astec, Inc.
DEINSTALL [+/-]
# $NetBSD: DEINSTALL,v 1.1 2011/09/13 07:55:31 obache Exp $
case ${STAGE} in
DEINSTALL)
for f in `cd @WNNDICTDIR@/ja_JP && find . -type f`; do
if ${TEST} -f ${PREFIX}/share/wnn/ja_JP/dic/${f}; then
${RM} -f @WNNDICTDIR@/ja_JP/${f} || ${TRUE};
fi
done
for d in `cd @WNNDICTDIR@/ja_JP && find -d . -type d`; do
if ${TEST} ${d} != "." -a -d ${PREFIX}/share/wnn/ja_JP/dic/${d}; then
${RMDIR} @WNNDICTDIR@/ja_JP/${d} || ${TRUE};
fi
done
;;
esac
case ${STAGE} in
DEINSTALL)
for f in `cd @WNNDICTDIR@/ja_JP && find . -type f`; do
if ${TEST} -f ${PREFIX}/share/wnn/ja_JP/dic/${f}; then
${RM} -f @WNNDICTDIR@/ja_JP/${f} || ${TRUE};
fi
done
for d in `cd @WNNDICTDIR@/ja_JP && find -d . -type d`; do
if ${TEST} ${d} != "." -a -d ${PREFIX}/share/wnn/ja_JP/dic/${d}; then
${RMDIR} @WNNDICTDIR@/ja_JP/${d} || ${TRUE};
fi
done
;;
esac
Required to run:
[inputmethod/ja-freewnn-lib]
Required to build:
[pkgtools/cwrappers]
Master sites: (Expand)
- https://jaist.dl.osdn.jp/freewnn/63271/ (Download)
- https://iij.dl.osdn.jp/freewnn/63271/ (Download)
- ftp://ftp.st.ryukoku.ac.jp/pub/japanese-im/FreeWnn/ (Download)
Version history: (Expand)
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2017-08-07) Updated to version: ja-FreeWnn-server-1.11alpha23nb1
- (2015-06-14) Updated to version: ja-FreeWnn-server-1.11alpha23
- (2013-07-12) Updated to version: ja-FreeWnn-server-1.11alpha22nb1
- (2011-09-13) Updated to version: ja-FreeWnn-server-1.11alpha22
CVS history: (Expand)
| 2019-11-02 23:56:55 by Roland Illig | Files touched by this commit (24) |
Log message: inputmethod: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections. |
| 2017-08-07 10:26:38 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
sbin/jserver should be a setuid executable in ja-freewnn-server.
SPECIAL_PERMS was set to incorrect or missing paths to freewnn
server executables. There is only one server executable installed
by the package and it is ${PREFIX}/sbin/jserver, which needs to be
setuid to the "wnn" user.
Bump the PKGREVISION due to fixes in the packgae install scripts.
|
| 2015-06-13 22:40:30 by Izumi Tsutsui | Files touched by this commit (4) |
Log message: Update ja-FreeWnn-lib and ja-FreeWnn-server to 1.11alpha23, per FreeWnn-1.1.1-a023 release. Upstream changelog in the release note: https://osdn.jp/projects/freewnn/releases/63271 Basically, This alhpa version is a snapshot release. Main changes: * Merge modificaion used in OpenSUSE packages by new member, Mitsutoshi NAKANO. Added explicit function prototype and cast in many places, so we reduced unpredictable effect on 64bit environment. * As a consequence of this change, #define of WNN_CREATE / WNN_NO_CREATE in jl_dic_create() is also changed. We believe no change is needed for client build, but please report if you have problems. * Exit status of jserver changed on receiving some signals (ex. SIGTERM). (Not well documented.) * Fixed problem for parallel build (ex. make -jXX) on pubdic+. |
| 2014-03-11 15:05:19 by Jonathan Perkin | Files touched by this commit (350) |
Log message: Remove example rc.d scripts from PLISTs. These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise. |
| 2013-07-12 12:45:05 by Jonathan Perkin | Files touched by this commit (181) |
Log message: Bump PKGREVISION of all packages which create users, to pick up change of sysutils/user_* packages. |
| 2011-09-13 09:55:31 by OBATA Akio | Files touched by this commit (3) |
Log message: add missing files from pkgsrc-wip. |
| 2011-09-13 09:23:22 by Makoto Fujiwara | Files touched by this commit (95) | |
Log message:
- bump to 1.10 to 1.1.1-a021
See ChangeLog, ChangeLog.en
(too many lines to be listed here)
Please note minimum security fixes had been updated after
1.10 was committed, so not really whole thing between 1.10
and 1.1.1-a021
- And more, a021 to a022 (CVS version) equivalent patches
- Thus
PKGNAME= ja-FreeWnn-{lib,server}-1.11alpha22
- DESTDIR support (That's why a022 patches added)
- package structure adjusted
from (-lib -dict -server -server-bin) to (-lib -server)
for minimum modification from DISTFILE to pkgsrc.
- some common VARIABLES have been moved to ja-freewnn-lib/Makefile.common
ja-freewnn-dict/{DESCR,Makefile,PLIST}
ja-freewnn-server-bin/{DESCR,Makefile}
Removed
ja-freewnn-lib/Makefile.common
More variables moved in
ja-freewnn-lib/patches
70 files added for a021 -> a022 updates
ja-freewnn-server/PLIST
- some executable moved sbin to bin
by following line in Makefile
+CONFIGURE_ARGS+= --disable-traditional-layout
- 23 of dictionary files in share/wnn/ja_JP/dic
moved from ja-freewnn-dict/PLIST to ja-freewnn-server/PLIST
Thanks obache@ for correcting/proofreading for above Changes.
|
| 2009-04-09 01:09:20 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Use META_PACKAGE. |
