Path to this page:
./
textproc/kakasi,
Kanji-Kana Simple Inverter, language filter for Japanese
Branch: CURRENT,
Version: 2.3.6,
Package name: kakasi-2.3.6,
Maintainer: tech-pkg-ja KAKASI is language processing filter to convert Kanji characters to
Hiragana, Katakana or Roman alphabetic Japanese and may be helpful to
read Japanese documents. By converting documents written in kanji to
Roman alphabetic Japanese, those documents can be viewed on systems
without Japanese language capability.
- Masafumi
Required to build:[
pkgtools/cwrappers]
Package options: utf8
Master sites:
Filesize: 1320.463 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2014-06-07) Updated to version: kakasi-2.3.6
- (2012-03-07) Updated to version: kakasi-2.3.4nb5
- (2006-03-13) Updated to version: kakasi-2.3.4nb4
- (2006-02-06) Updated to version: kakasi-2.3.4nb3
- (2005-10-05) Package added to pkgsrc.se, version kakasi-2.3.4nb2 (created)
CVS history: (Expand)
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797) |
Log message:
Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-06-06 14:09:47 by OBATA Akio | Files touched by this commit (8) |
Log message:
Update KAKASI to 2.3.6.
(in addtion to backported patches, dropped prototype patch of kakasi_do().
Its committer doesn't know the reason anymore, and implemented part patches
had been merged long time ago with
"patch-aa and patch-ac patched the same file. Merge them"
but patch-aa was for lib/libkakasi.c, and patch-ac is for src/kakasi.c.
From no problem reportes, it is considered this patch set is not relevant).
Changes from KAKASI 2.3.5 to 2.3.6
* Check runtime environment for test codes, and skip impossible tests.
* With configure, check compiler supported option.
(for the issue old gcc cannot accept -Wno-unused-result option)
* Fixed to check iconv availability at configure instead of autconf.
* Fixed and added manual (by Osamu Aoki).
* Fixed a bug to ouput redundant delimiter at wakatigaki if the line
start with ASCII character.
* Changed unitptr_t from macro to typedef (to avoid the issue that
come compilers cannot handle such macro)
* Fixed missing iconv related casts.
Changes from KAKASI 2.3.4 to 2.3.5
* Added UTF-8 input/output support (iconv is required)
* Improve handling of japanese long-vowel.
* Fixed bug of do_kakasi(), may return invald memory area.
* Fixed a wrong entriy in kakasidict.
* Fixed bad hepburn romaji table.
* Added use_old_romaji_table variable and -t option.
* Fixed segfault on invalid SS2 sequences.
* Fixes warnings at compile.
* Added a test script.
* Added -S option for mutable separator (with -w or -s option).
* Added -l and -L option for level furigana and hiragana conversion.
(See doc/README.level for more information)
* Newly added -F option for mutable parentheses around furigana
(with -JH -f or -L option).
* Added -y option to display all yomi per one Kanji.
* Add endian independent dictionary format support.
* Fixed bad hepburn romaji table.
(specify -t option fo use old romaji table)
|
2013-04-08 13:17:26 by Blue Rats | Files touched by this commit (109) |
Log message:
Remove "Trailing empty lines." and/or "Trailing white-space."
|
2012-10-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-03-07 00:28:52 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Don't install cat pages. Bump revision.
|