summaryrefslogtreecommitdiff
path: root/japanese
AgeCommit message (Collapse)AuthorFilesLines
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.
2001-12-28Update namazu2 package to 2.0.10.taca9-40/+206
o Move content of MESSAGE int INSTALL and add note for external supporting programs. o Cope with update wv and xlhtml package. (Fix has sent to namazu-users-ja mailing list.) o Official change from NEWS file are bellow: Overview of Changes in Namazu 2.0.10 - Dec 27, 2001 * Fix another cross-site scripting vulnerability. * Fix possibility of buffer overflow.
2001-12-17Include header file for is_euc_byte prototype. Fixes compilationwiz2-1/+14
with gcc 2.95.3. Closes pkg/14972.
2001-12-17Update p5-Jcode to 0.76. Changes from HISTORY file is here.taca2-5/+5
0.76 2001/12/17 * mime_encode bug fixed (jun.k <jun.k@isite.homeip.net>)
2001-12-15Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the externalagc1-2/+2
references of the pkglint package. _PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages which would like to refer to other packages in the build tree. It should not be set by users, but neither should it stop a user from building a package if it is defined, so make it obvious that this is the case.
2001-12-08make it build on latest pkgsrc. patch supplied by Masao Uebayashi. Thanks!kei3-11/+17
2001-12-06Use REPLACE_PERL instead of a patch.wiz3-13/+3
2001-11-30Update namazu2 to 2.0.9. Changes from NEWS file:taca2-5/+5
Overview of Changes in Namazu 2.0.9 - Nov 30, 2001 * Fix another cross-site scripting vulnerability. * Fix old gfilter.pl problem in overwriting upgrade. * Update hnf filter. * Win32 OLE filters support MS-Office 10 documents. (experimental)
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf3-6/+8
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-27Update namazu2 package to 2.0.8.taca7-83/+8
Overview of Changes in Namazu 2.0.8 - Nov 27, 2001 * Fix cross-site scripting vulnerability.
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam7-15/+35
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26Buildlinkify.jlam2-5/+55
2001-11-18Don't use MAKE_FLAGS in MAKE_ENV, reported by Yuji Yamano in pr pkg/14536 andfrueauf3-3/+17
add patch to make skkserv build on Darwin, reported by yyamano@netbsd.org in pr pkg/14538.