summaryrefslogtreecommitdiff
path: root/inputmethod/prime
AgeCommit message (Collapse)AuthorFilesLines
2017-04-22Remove prime package which is not maintained for long time and depends ontaca5-141/+0
ruby18.
2016-09-08Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow thejoerg1-2/+2
naming scheme of the other multi-version packages. Add support for the coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
2015-11-03Add SHA512 digests for distfiles for inputmethod categoryagc1-1/+2
Problems found locating distfiles: Package anthy: missing distfile 2ch.t Package anthy: missing distfile okinawa-20090801.t 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.
2015-06-29Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN.ryoon1-2/+2
sourceforge.jp is renamed to osdn.jp. However its mirror sites are not ready for osdn.jp.
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
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.