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.
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.
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
Overview of Changes in Namazu 2.0.7 - Sep 13, 2001
* Bug fix release.
* Fix nmz_is_lang_ja() to return correct value.
* Fix header files installation.
* Fix mknmz checkpoint bug.
* Added extensions of Ichitaro 7 and 8.
* Fixed the bug when target directories contain the
current directory. (Only Win32 Platforms)
* Fixed the AND query bug that namazu ignores
the keywords which don't match at all.
* Lookup both environment variables of SCRIPT_NAME
and DOCUMENT_URI (instead of DOCUMENT_NAME). (namazu.cgi)
* More portability improvements.
I've also applied those bug fixes after 2.0.7 released.
(All URL bellow are in Japanese.)
http://www.namazu.org/ml/namazu-users-ja/msg02073.html
pl/util.pl
http://www.namazu.org/ml/namazu-devel-ja/msg02024.html
pl/htmlsplit.pl
http://www.namazu.org/ml/namazu-devel-ja/msg02030.html
scripts/mknmz.in
Here is rough changes from 2.3.3.
* Some fix on initialization of library.
* Fix stack overflow
* Now do_kakasi() returns "" instead of NULL when reading of
a word is uncertain.
* Fix a bug when converting hiragana into roman with "-Ha -rkunrei"
option. ("pp" was converted badly into "bb")
* Add new library function, kakasi_free().
where libchasen.so wasn't being found by the perl Makefile generation
process. This is done by passing the location of the chasen installation
through to Makefile.PL via an environment variable, and should serve as
a model for fixes to similar problems with other perl modules.
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>
- 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.
----------------------------------------------------------------------
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.