summaryrefslogtreecommitdiff
path: root/japanese
AgeCommit message (Collapse)AuthorFilesLines
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
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz39-97/+163
2001-04-18make makesum makepatchsumkei1-1/+12
2001-04-18- Added support of site-specific configuration. HEO SeonMeyong requested andkei2-6/+36
post the patch. - Fixed jmakeindex build and installation problem. - Since mendexk does not handle JIS, changed default character encoding of ptex from JIS to EUC (EUC-JP). EUC-cofigured ptex can handle JIS as well as EUC, and vice versa. (note: jmakeindex handles JIS.)
2001-04-17Change from BUILD_DEPENDS chaseb-base to DEPENDS since ipadic usestaca1-2/+2
directories created by chasen-base.
2001-04-17Update chasen to 2.2.6.taca2-4/+5
From chasen-announce@is.aist-nara.ac.jp: Bug fixes for processing of end of sentence.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc89-257/+249
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-14add and enable texfamily/texfamily-share packages.kei1-1/+3
2001-04-14Initial import of TeXfamily package.kei13-0/+660
This package was made by Kazuki Sakamoto and posted to tech-pkg-ja mailing list a year ago, updated to latest version by me. Thanks should go to the mailing list members who tested and gave useful comments on it. XXX fresh-making this package from source fails because of this package needs patch and rebuild print/teTeX-bin package though it does not conflict. I'll fix this later. From pkg/DESCR: TeXfamily 1.2.1 is a correction of previous release 1.2 of TeX package with Japanese and other language, based on teTeX 1.0.7. NetBSD verion of this package contains several programs: 1. Programs included with original TeXfamily - NTT JTeX 1.9.1 (Japanese TeX) - MuLTeX 0.8.1 (Multi-Lingual TeX) 2. Tools for JTex/MuLTeX (available from TeXfamily's site) - dvi2ps-3.2j (dvi2ps with Japanese support) - jmakeindex (indexing tool with Japanese support) 3. ASCII pTeX and tools for it - ASCII Publishing TeX (ptex) 2.1.10 - dvipsk-p1.5d (dvips with Japanese support) - mendexk2.4f (indexing tool with Japanese support) This package contains executables.
2001-04-14Initial import of TeXfamily-share package.kei4-0/+100
This package was made by Kazuki Sakamoto and posted to tech-pkg-ja mailing list a years ago, updated to latest version by me. Thanks should go to the mailing list members who tested and gave useful comments on it. From pkg/DESCR: TeXfamily 1.2.1 is a correction of previous release 1.2 of TeX package with Japanese and other language, based on teTeX 1.0.7. NetBSD verion of this package contains several programs: 1. Programs included with original TeXfamily - NTT JTeX 1.9.1 (Japanese TeX) - MuLTeX 0.8.1 (Multi-Lingual TeX) 2. Tools for JTex/MuLTeX (available from TeXfamily's site) - dvi2ps-3.2j (dvi2ps with Japanese support) - jmakeindex (indexing tool with Japanese support) 3. ASCII pTeX and tools for it - ASCII Publishing TeX (ptex) 2.1.10 - dvipsk-p1.5d (dvips with Japanese support) - mendexk2.4f (indexing tool with Japanese support) This package is a machine-independent part.
2001-04-13chasen-base was updated to 2.2.5; prepare for future.kei1-2/+2
2001-04-13Regenerate digest file. Archive changed without its version number bumped.kei1-2/+2
2001-04-01ipadic 2.2.4 really needs chanse-2.2.4 or later.taca1-2/+2
2001-03-27Change BUILD_DEPENDS semantics:hubertf3-6/+6
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>