summaryrefslogtreecommitdiff
path: root/inputmethod/prime
AgeCommit message (Collapse)AuthorFilesLines
2013-04-08Remove "Trailing empty lines." and/or "Trailing white-space."rodent1-2/+2
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-09-10Remove redundant PKGNAME.taca1-2/+1
2010-09-07* Mark these packages Ruby 1.8.x support only.taca1-1/+10
* Add some comments and a little clean up. No functional change.
2010-05-16LICENSE-gnu-gpl-v2obache1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-10/+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.
2009-01-12MAKE_JOBS_SAFE=noobache1-1/+3
2008-06-19Switch to use vendor_dir with Ruby 1.8.7.taca2-48/+48
Bump PKGREVISION.
2008-04-04RUBY_REPLACE_DIRS is relative to ${WRKSRC} so no need to give the absolutejlam1-2/+2
path to these directories.
2008-03-02Import prime version 1.0.0.1.obache5-0/+147
PRIME is Japanese PRedictive Input Method Editor. PRIME predicts user's input words using the knowledge of natural language and the history of user's operations, and reduces the cost of typing by the user. For example, if a user wants to input "application" and types "ap" as the beginning characters of the word, PRIME might predict some candidate words like "apple", "application", "appointment", etc... And then the user can input "application" easily by selecting the word from the candidate words by PRIME.