summaryrefslogtreecommitdiff
path: root/japanese
AgeCommit message (Collapse)AuthorFilesLines
2002-05-31Remove all package and category files from the japanese category.seb347-16094/+0
This effectively retire the japanese category.
2002-05-31Remove all package and category files from the japanese category.seb1-23/+0
This effectively retire the japanese category.
2002-05-31Remove all package and category files from the japanese category.seb19-526/+0
This effectively retire the japanese category.
2002-05-12Fix typo reported by KAWAKUBO Hiroshi in pkg/16777.wiz1-1/+1
2002-05-03Update p5-Jcode pacakge to 0.80.taca3-10/+10
$Revision: 0.80 $ $Date: 2002/05/03 00:19:55 $ ! Jcode.pm MANIFEST + t/length.t Jcode->jlength() method added by Miyagawa-kun Message-Id: <863cxal6c5.wl@mail.edge.co.jp> ! Changes More like that is used in Encode
2002-04-14This packages uses xmkmf, so required USE_X11BASE. It needs to bejlam1-1/+2
investigated why USE_IMAKE wasn't used, but do this for now as a stopgap for the 1.5.3 tag.
2002-04-14For similar reasons as canna-lib, this package must also be marked asjlam1-1/+2
USE_X11BASE.
2002-04-13Revert patch-ab to revision 1.1, as suggested by jlam@netbsd.org.jwise2-22/+18
Fixes build problem with canna-server picked up by bulk build system.
2002-04-13It's actually USE_X11BASE implies that imake is there and that we installjlam1-2/+2
into ${X11BASE}, as all imake-using programs do (barring xpkgwedge).
2002-04-12Note that canna-lib uses imake by defining USE_X11. We can't use USE_IMAKEjlam1-1/+2
for other reasons, but we should prevent building this package on machines without X11.
2002-04-10Correct an invalid continuation.uebayasi1-5/+5
2002-04-08Here needs the same trick for LinkListFile as ../canna-lib does.uebayasi1-1/+10
2002-04-06Share distinfo with canna-lib.wiz2-16/+2
2002-04-05Give canna-lib (and canna-server) a nice dewey pkg-version, and fixwiz4-9/+9
all depends to use it.
2002-04-05Group commands in /bin/sh with (), not {}hubertf1-3/+3
2002-04-05Missing command continuation.uebayasi1-2/+2
2002-04-04Modify DEPENDS line (Canna-lib-3.5b2 -> Canna-lib>=3.5b2).uebayasi1-2/+2
2002-04-04Retry of the previous fix...uebayasi5-23/+58
* Include old LinkFileList macro just after Canna.conf in each Imakefile. * Don't use USE_IMAKE. We need to pass MAKE_FLAGS to XMKMF. * s/DISTDIR/DESTDIR/
2002-04-03fix build on Darwin/MacOS X. on HFS+, "NKF" and "nkf" are treated as theitojun1-1/+2
same entity so linkage will fail if "NKF" is present.
2002-04-02* Work around the compilation problem on XFree86 4.2. Suggested by Marcuebayasi3-22/+42
Espie <espie@nerim.net> in tech-pkg@netbsd.org. * Honor USE_IMAKE. * Prepend DESTDIR to /var/dict. (No meaning for now?) Bump PKGREVISION.
2002-03-31Simple fix for japanese/man package; explictly define JAMANDIR environment.taca1-2/+3
BTW, JMANDIR is defined "ja_JP.EUC" but we should change to "ja_JP.eucJP". (It affects other packages...)
2002-03-27Add and enable ruby-uconv.taca1-1/+2
2002-03-27Importing ruby-uconv 0.4.9 package. Here is quote from README.taca4-0/+58
Unicode Conversion Module for Ruby version 0.4.9 Yoshida Masato - Introduction This is the module to convert ISO/IEC 10646 (Unicode) string and Japanese string each other. Supported character encodings are UCS-4, UTF-16, UTF-8, EUC-JP, CP932 (a variant of Shift_JIS for Japanese Windows). This cannot detect character encoding automatically. Note that EUC-JP conversion table has been changed.
2002-03-22Regenerated while changes of patches in the different place.uebayasi1-3/+3
2002-03-22Use /usr/bin/cpp instead of /usr/libexec/cpp for a general preprocessor onuebayasi3-13/+37
NetBSD. Comments by Todd Vierling <tb@netbsd.org> and many people in tech-pkg-ja@jp.netbsd.org.
2002-03-13Fix goof in last commit.fredb2-7/+7
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb3-3/+6
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-06Add and enable ruby-romkan.taca1-1/+2
2002-03-06Importing ruby-romkan 0.4 package.taca4-0/+42
It based on pkg/15813 from iwamoto at sat.t.u-tokyo.ac.jp (IWAMOTO Toshihiro). Ruby/Romkan is a Romaji <-> Kana conversion library for Ruby. It can convert a Japanese Romaji string to a Japanese Kana string or vice versa.
2002-02-28Move contents of misc/freewnn-common to japanese/freewnn-lib.wiz12-9/+297
2002-02-28Expand a variable to silence pkglint.wiz4-18/+14
2002-02-18Introduce new framework for handling info files generation and installation.seb6-12/+16
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-18CHMOD and CHOWN were switched accidentally - fixhubertf1-3/+3
This pkg uses @cwd, which doesn't really work with pkg_create below pl.c version 1.21.
2002-02-15mkdir -> ${MKDIR}skrll4-13/+13
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-13mkdir -> ${MKDIR}skrll1-3/+3
chmod -> ${CHMOD}
2002-02-13mkdir -> ${MKDIR}skrll1-4/+4
chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-09Fix forgot change of Makefile.common.taca1-2/+2
2002-02-09ipadic package maintenance. No functionality has changed.taca5-8/+41
o Remove USE_LIBTOOL and LTCONFIG_OVERRIDE from Makefile since ipadic don't use libtool at all. o Reflect change from chasen-base/Makefile.common to chasen/Makefile.common. o Utilize bsd.pkg.install.mk for handling configuration file and its example.
2002-02-09Update chanse-base (and chasen) package to 2.2.9.taca9-36/+86
Package's own changes are below. o utilize bsd.pkg.install.mk for handling of dictonary directory. o move mkchadic commands from ${LOCALBASE}/libexec/chasen to ${LOCALBASE}/sbin since these commands aren't daemon nor executed by other programs. o Drop installation of program for SICStus Prolog since this should be a separate package. But there is no SICStus Prolog pacakge now. o Installation of documents written in TeX and PDF was dropped by chasen distribution. If someone wants it, chasen-doc pacakge should be created. Here is quote from ChangeLog. 2002-02-08 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp> * release-2.2.9 2002-02-06 KITAUCHI Akira <kitauchi@rd.nttdata.co.jp> * new option (KIHONKEI ---) in cforms.cha changing BASE_FORM name 2002-01-05 TAKAOKA Kazuma <kazuma-t@is.aist-nara.ac.jp> * lib/tokenizer.c (cha_tok_parse): Fix wrong size of buffer. Thanks to HAMATANI Chihiro <hamatani@rsk.ricoh.co.jp> * lib/init.c (cha_init): the tokenizer is never destroyed. * configure.in: Change the order of AC_PROG_CC and AM_PROG_LIBTOOL. 2001-12-25 TAKAOKA Kazuma <kazuma-t@is.aist-nara.ac.jp> * lib/chalib.c (chasen_command): * mkchadic/makeint.c (main): * mkchadic/mkary.c (open_array_file): * mkchadic/sortdic.c (sortdic): Open files in binary mode. 2001-12-11 TAKAOKA Kazuma <kazuma-t@is.aist-nara.ac.jp> * lib/jfgets.c (cha_fget_line): Fix a buffer-overrun bug.
2002-02-09Move Makefile.common from chasen-base directory.taca1-0/+8
2002-02-05/bin/mkdir -> ${MKDIR}.skrll2-8/+8
Make the print-PLIST target output ${MKDIR} also.
2002-02-02Remove ja-micq -- this package has been BROKEN for over 12 months.wiz6-59/+1
2002-01-16Update p5-Jcode package to 0.79. Changes from 0.78 is here.taca2-5/+5
(No change for NetBSD.) # # $Id: Changes,v 0.78 2002/01/15 08:15:43 dankogai Exp dankogai $ # 0.79 2001/01/16 * Typecast patches for AIX applied to Unicode/*.{xs,c} KUSANO Takayuki <AE5T-KSN@asahi-net.or.jp>
2002-01-16Update p5-Jcode pakcage to 0.78. Changes from 0.76 are here.taca2-5/+5
# # $Id: Changes,v 0.78 2002/01/15 08:15:43 dankogai Exp dankogai $ # 0.78 2001/01/15 As suggested by Tatsuhiko Miyagawa <miyagawa@edge.co.jp> * pod linting in a podchecker-compliant manner * HISTORY -> Changes to be more CPAN-compliant 0.77 2001/01/14 * pod linting * Mention to Encode module added to pod
2002-01-14Fix rpath (typo in patch-ae). Fixes bulk build failure.wiz2-6/+6
2002-01-14Add one.wiz1-1/+2
2002-01-10Better Fix for handling newer xlHtml packages using the same change astaca4-13/+17
namazu stable source. Make namazu2 package to 2.0.10nb2.
2002-01-10Add and enable xjdic.wiz1-1/+2
2002-01-04Fix bugs for handling newer xlHtml packages. Perl "or" operator is lesstaca4-8/+9
priority, noted by Kaz SHiMZ <kshimz@sfc.co.jp> on namazu-devel-ja@namazu.org mailing list. Make namazu2 package to 2.0.10nb1.
2002-01-03Add xjdic-2.3:hubertf7-0/+121
XJDIC is an electronic Japanese-English dictionary program designed to operate in the X11 window environment. In particular, it must run in an "xterm" environment which has Japanese language support such as provided by "kterm" or internationalized xterm, aixterm, etc.