----------------------------------------------------------------------
ChaSen 2.2.8 (2001/07/23)
----------------------------------------------------------------------
- bug fix for sentence end processing for annotation symbols
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>.
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.
----------------------------------------------------------------------
ChaSen 2.2.7 (2001/06/22)
----------------------------------------------------------------------
- bug fix for sentence end processing
- "EOS" length is modified from 3 to 0.
- 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.
- 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.
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.
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.
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.
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
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.)