Path to this page:
NOTICE: This package has been removed from pkgsrc./
inputmethod/ja-freewnn-dict,
Japanese/Chinese/Korean input method (Japanese dictionary)
Branch: CURRENT,
Version: 1.10nb1,
Package name: ja-FreeWnn-dict-1.10nb1,
Maintainer: tech-pkg-jaFreeWnn 1.10 - Japanese Server
This distribution contains Version 1.10 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.
Required to build:[
inputmethod/ja-freewnn-server-bin]
Master sites: (Expand)
Version history: (Expand)
- (2011-09-14) Package deleted from pkgsrc
- (2005-10-05) Package added to pkgsrc.se, version ja-FreeWnn-dict-1.10nb1 (created)
CVS history: (Expand)
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.
|
2010-02-15 15:00:01 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Not MAKE_JOBS_SAFE.
|
2009-06-14 20:01:33 by Joerg Sonnenberger | Files touched by this commit (37) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-04-09 00:43:26 by Joerg Sonnenberger | Files touched by this commit (27) |
Log message:
Remove the remaining NO_MTREE definitions, it has been a nop for a
while.
|
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
2005-07-19 12:17:18 by grant beattie | Files touched by this commit (6) |
Log message:
depends should be ../../<category>/<pkg>
|
2005-05-23 10:26:17 by Roland Illig | Files touched by this commit (270) |
Log message:
Removed trailing white-space.
|
2004-12-12 05:19:07 by grant beattie | Files touched by this commit (1) |
Log message:
set INSTALLATION_PREFIX instead of wrongly overriding LOCALBASE.
from Noritoshi Demizu in PR pkg/28618.
|