Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
It turns out there were a lot of these.
|
|
* more stacksize to build dictironary.
|
|
Patch provided by YAMASHIRO Jun in PR 41805.
Changelog for Anthy:
* Update kana-kanji dictionary(9100b, 9100d, 9100e, 9100g).
* Improbed for stability(9100g).
* Bugfixes
Changelog for pkgsrc
* Update optional dictionary: okinawa-20090801.t
|
|
|
|
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
|
|
|
anthy-9100:
* Fix kana-kanji transformation algorithm.
* New version of kana-kanji dictionary.
pkgsrc change:
* Update additional Japanese kana-kanji dictionary: okinawa-20070717.t
|
|
Additionally, split option handling into options.mk and properly handle
the configuration file.
Changelog in anthy(7100 to 7900):
* Fix Japanese convert algorithm
* Update main Japanese Kana-Kanji dictionary
Changelog in pkgsrc:
* Fix option for additional Kana-Kanji dictionary.
* Update Okinawa dicrectory(optional).
|
|
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
|
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
|
|
|
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
|
|
|
|
Changelog:
* Change Japanese Kana-Kanji conversion algorithm.
* Add placename dictonary.
* Add (Japanese)Zipcode to placename converter dictionary.
* Add English README file(${PREFIX}/share/doc/anthy/README.en).
* Update Okinawa Dictionary(optional).
|
|
|
|
thus were before 2005Q3.
|
|
Changes from release notes:
- fix alignment problem of memory allocator
- fix problems with cpu other than x86
fix PR pkg/31062
|
|
fix pkg/30448
|
|
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
patch supplied from Yamashiro Jun.
fix PR pkg/29930
|
|
|
|
ChangeLog:
* cannadic/ update to cannadic-0.95c
* src/splitter/commit.c fix mis-computation of segment length which
can cause out of array bound access
* use Hidden Markov Model to find segment boundary.
|
|
|
|
sorry.
|
|
- add okinawa dict
patch from Jun Yamashiro <yamajun AT ofug DOT net>
|
|
Anthy is a free and secure Japanesse inputmethod.
|