summaryrefslogtreecommitdiff
path: root/japanese
AgeCommit message (Collapse)AuthorFilesLines
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.
2001-11-11Adjust format a bit:hubertf1-1/+3
* 75 * '=' * RCS ID * blank line * message text * optional blank line * 75 * '='
2001-10-31Move pkg/ files into package's toplevel directoryzuntum126-92/+92
2001-10-31use of dependency such as `package-name>=[0-9]*:../../category/package-name'kei1-2/+2
was not correct. changed `>=' to `-' to make it compile again.
2001-10-30Changed fixed-version dependency. Forgot to commit after updating TeXfamilykei1-3/+3
package.
2001-10-25- Create explicitly ${PERL5_SITELIB}.taca2-4/+5
- Change install directory of jcode.pl to ${PERL5_SITELIB}. This should fix bulk build error.
2001-10-24Updated TeXfamily, TeXfamily-share to 1.2.1nb1. Addresses pkg/13984.kei10-397/+58
- Fixed to the long-standing problem that since the date of LaTeX included teTeX is too old (i.e. > 1 year), TeXfamily doesn't compile. - Fixed TeXfamily build problem. TeXfamily is a patch to teTeX-bin, so if ${WRKDIR} of teTeX-bin is remaind when TeXfamily build starts. This occurs if you cd to japanese/texfamily and do make on the system teTeX-related packages are not installed. - Updated dvipsk-jpatch to p1.5e which is a content of the package. o fixed a bug that an extra rotate was put at the last of each pages. o fixed a bug that output position of the European fonts was incorrect with help from Hideyuki Suzuki at the University of Tokyo.
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego5-5/+10
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-17Get rid of BUILD_ROOT and replace it with PKGSRCDIR (which was therehubertf1-2/+2
before!)
2001-10-09Add SUBDIR entry for qkc.nra1-1/+2
2001-10-09Add qkc-1.0. PR 14179 by Hiramatsu Yoshifumi.nra4-0/+32
Qkc is a kanji code converter capable of SHIFT-JIS, EUC and JIS. Unlike nkf, qkc can handle multiple files at a time. Qkc also has functionality to change end-of-line characters, ie, from CR+LF to LF, or to CR, and vice versa.
2001-10-03Substitute the real config script for the config wrapper script injlam1-1/+3
installed files. We don't want buildlink references to escape into the install directory.