summaryrefslogtreecommitdiff
path: root/japanese
AgeCommit message (Collapse)AuthorFilesLines
2001-09-02'tex -ini' complains that LaTeX sOuRcEs Are older than one year, and shouldhubertf5-20/+404
be updated. We'll not go and touch the guts of teTeX here, and instead just ignore the warnings (``... || true''). Fixes PR 13446 by Naoto Shimazaki <igy@arhc.org>
2001-09-02fix typohubertf1-1/+1
2001-08-21o Some bugfix for namazu-2.0.6;taca6-16/+73
- make sure to install a header file, score.h - correct some strcmp() condition. o Catch up MESSAGE to namazu 2.0.6. o Correct PLIST. These fix namazu-2.0.6 package updating to namazu-2.0.6nb1.
2001-08-14Update namazu to 2.0.6 with updating MASTER_SITES.taca2-6/+7
2001-08-12Depend on same version of vflib-lib as this package.jlam1-2/+3
2001-08-06Depend on ja-less>=332.wiz2-4/+4
2001-07-29Update ja-less to ja-less-358.taca5-82/+88
It based on less-358 and iso254 patch.
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-25Update chasen-base/chasen to 2.2.8.taca2-7/+7
---------------------------------------------------------------------- ChaSen 2.2.8 (2001/07/23) ---------------------------------------------------------------------- - bug fix for sentence end processing for annotation symbols
2001-07-23Add $NetBSD$ tag.taca1-1/+1
2001-07-22Fix oversight in package name...it's ja-vflib-lib.jlam1-2/+2
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-19Update p5-Jcode to 0.75.taca2-5/+5
0.75 2001/07/19 * (:?) -> (?:) (Tatsuhiko Miyagawa <miyagawa@edge.co.jp>) * fixed file permissions (Takahiro Kambe <taca@sky.yamashina.kyoto.jp>) 0.74 2001/07/17 * optimization of debug (()->(:?)) (Hiroki Ohzaki <ohzaki@iod.ricoh.co.jp>) * H2Z bugfix (Mutsutoshi Yoshimoto <riku@freedom.co.jp>)
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-06-25Pass LDFLAGS to the compiler when linking the library to get correct rpathjlam3-7/+16
settings. Also move the inclusion of the buildlink.mk file below the GNU_CONFIGURE setting.
2001-06-25Rename ja-freewnn rc.d script to ja_freewnn, following a suggestionwiz1-2/+2
by Masao Uebayashi in pkg/13251.
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-4/+5
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-22Update chasen to 2.2.7. Change from 2.2.6 is below:taca3-9/+9
---------------------------------------------------------------------- ChaSen 2.2.7 (2001/06/22) ---------------------------------------------------------------------- - bug fix for sentence end processing - "EOS" length is modified from 3 to 0.
2001-06-20- Update p5-jcode to 2.13.taca1-13/+7
- Remove obsolete URL in DESCR. - Add blank HOMEPAGE. Changes are bellow (with my poor translation): 2.11-2.13 Fixed those bugs: * wrong target string for replacement was specified in __z2h_jis(). * z2h() fail in processing a katakana which would never have a sonant mark but attached a sonant mark. 2.10-2.11 * jcode.pl works on perl with therad enabled.
2001-06-20- Update p5-jcode to 2.13.taca2-8/+9
- Remove obsolete URL in DESCR. - Add blank HOMEPAGE. Changes are below (with my poor translation): 2.11-2.13 Fixed those bugs: * wrong target string for replacement was specified in __z2h_jis(). * z2h() fail in processing a katakana which would never have a sonant mark but attached a sonant mark. 2.10-2.11 * jcode.pl works on perl with therad enabled.
2001-06-12Update Jcode to 0.73. Changes from HISTORY are below:taca2-6/+6
0.73 2001/06/13 * euc -> jis conversion fails when it encounters consecutive hankaku kana then zenkaku kana (Mikage Sawatari<mikage@mikage.to>)
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam1-6/+3
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-11Use bsd.buildlink.mk instead of duplicating code all over the place.jlam1-44/+11
2001-06-10Use cookies (.*_done) to determine whether headers and libs have beenjlam1-8/+14
linked from a particular package, and add a pre-configure target to the buildlink.mk file to more painlessly use buildlink.mk files. A ${BUILDLINK_TARGETS} variable still exists in case a package _must_ define NO_CONFIGURE.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam1-3/+1
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-09' '->'\t'wiz1-2/+2
2001-06-09add vfxdvikwiz1-2/+3
2001-06-06Initial import of ja-vfxdvik-22.15 package.kei9-0/+237
ja-vfxdvik is an extension of xdvik with Japanese support by vflib. This package was provided and posted to tech-pkg-ja mailing list by ORI Manabu, and modified slightly by me.
2001-05-31Update p5-Jcode to 0.72. Here is change from 0.71 (date is localtime, JST).taca3-11/+11
0.72 2001/06/01 * $j->tr("a-Z", '', 'd') fixed (Tatsuhiko Miyagawa <miyagawa@edge.co.jp>) * t/tr.t rewritten to test that
2001-05-28Cosmetic changes.jlam1-5/+5
2001-05-28Use vflib-lib/buildlink.mk to get dependency on vflib-lib and to findjlam1-3/+2
its libraries and headers.
2001-05-28Rework build to use buildlink.mk files so that it won't pick up installedjlam5-29/+61
headers and libraries during a "make build". Add a patch to directly modify the configure script to remove build dependency on autoconf.
2001-05-28Add buildlink.mk file to link appropriate libraries and headers intojlam1-0/+61
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, to be used by other packages.
2001-05-18Update Jcode to 0.71.taca2-5/+5
Here is change from HISTORY. 0.71 2001/05/18 * VERSIONing glitches on Jcode::Constants fixed (Tatsuhiko Miyagawa <miyagawa@edge.co.jp>) * _mkbuf is gone! -> Jcode::Constants is now sub free! * all *.pm passes podchecker(1) now
2001-05-15Use pre-configure instead of pre-patch since removing those files aretaca1-2/+2
really needed before doing configure not patch.
2001-05-15- Update Jcode to 0.70. Changes from HISTORY is here.taca2-9/+7
0.70 2001/05/16 * euc -> jis code optimized (Kazuto Ichimura <ichimura@shimada.nuee.nagoya-u.ac.jp>) * VERSIONing glitches on Jcode::Unicode fixed (Tatsuhiko Miyagawa <miyagawa@edge.co.jp>) - Use ALL_TARGET and delete post-build. - Change post-extract to pre-patch.
2001-05-14Update p5-Jcode to 0.69. Here is change from HISTORY.taca2-6/+9
# # $Id: HISTORY,v 0.69 2001/05/11 15:48:07 dankogai Exp dankogai $ # 0.69 2001/05/12 * lots of code beautification done in response to Kazuto Ichimura <ichimura@shimada.nuee.nagoya-u.ac.jp>
2001-05-11remove king.sakamoto1-2/+1
2001-05-11eliminate japanese/king, no longer maintained and no user.sakamoto3-65/+0
2001-05-07add LP64 patch for alpha.dmcmahill3-2/+99
2001-05-03Don't continue DEPENDS lines with '\' Instead, insert "DEPENDS+= " inagc1-4/+4
subsequent lines, which makes it easier to search for pre-requisite packages with a "DEPENDS.*pkg" regular expression.
2001-05-03Honor CFLAGS passed in from environment during build.jlam2-1/+15
2001-05-03Share a common distinfo file between vflib-lib and vflib-utils.jlam2-10/+2
2001-04-27- Reflect update of unofficial patch from official site.taca3-7/+6
- Bump to 2.2.6nb3 and revert handling of "nb" version.
2001-04-27Revert previous change. (meta package's should have its own packagetaca1-2/+1
version.)
2001-04-26- Unofficial patch from official site has been updated. It happened justtaca3-6/+6
after 2 hour since I commit previous patch. :-( - Bump version to 2.2.6nb2.
2001-04-25Bump version to 2.2.6nb1 reflecting chasen-base update.taca1-1/+2
2001-04-25- Apply unofficial patch for fixing tokenization rule problem.taca3-3/+10
- Bump version to 2.2.6nb1.
2001-04-24Update checksum of the distfile. Since only broken PDF filestaca1-3/+3
was updated, there should be no change in this package.
2001-04-23Update distinfo since original distribution file has changed.taca1-3/+3