summaryrefslogtreecommitdiff
path: root/inputmethod/anthy
AgeCommit message (Collapse)AuthorFilesLines
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2010-10-08* no need gmake to buildobache1-2/+4
* more stacksize to build dictironary.
2009-08-03Update anthy to 9100h.taya3-13/+15
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
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
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.
2008-06-12Add DESTDIR support.joerg1-7/+10
2007-08-30Update to 9100, provided by Yamashiro Jun in PR 36675.wiz5-35/+15
anthy-9100: * Fix kana-kanji transformation algorithm. * New version of kana-kanji dictionary. pkgsrc change: * Update additional Japanese kana-kanji dictionary: okinawa-20070717.t
2007-01-20Update to 7900, based on patches provided by Yamashiro, Jun in PR 34651.wiz6-46/+54
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).
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
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
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-12Fixed some of the pkglint warnings.rillig1-5/+5
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
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).
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-2/+5
2006-01-23Update to 7100b, provided by Yamashiro, Jun in PR 32091.wiz4-30/+25
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).
2006-01-21Use MASTER_SITE_SOURCEFORGE_JP.rxg1-2/+2
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz1-3/+1
thus were before 2005Q3.
2005-09-05update inputmethod/anthy to 6700b.taya4-50/+8
Changes from release notes: - fix alignment problem of memory allocator - fix problems with cpu other than x86 fix PR pkg/31062
2005-06-12apply patch sent by yamajun AT ofug.net to fix bug of anthy-dic-tool.taya3-9/+51
fix pkg/30448
2005-06-01use PKG_OPTIONS_LEGACY_VARS to handle legacy variablesdillo1-10/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11update optiona dictionary 'okinawa dictionary'taya2-9/+9
patch supplied from Yamashiro Jun. fix PR pkg/29930
2005-03-03Add patch file that I missed to add at previous committaya1-0/+19
2005-03-03Update anthy to 6300.taya5-10/+33
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.
2005-02-23Add RMD160 digestsagc1-1/+2
2004-12-28missed to add at previous commit.taya1-0/+12
sorry.
2004-12-28- move elisp files to separate packagetaya4-43/+45
- add okinawa dict patch from Jun Yamashiro <yamajun AT ofug DOT net>
2004-12-04Initial import of anthy.taya5-0/+102
Anthy is a free and secure Japanesse inputmethod.