summaryrefslogtreecommitdiff
path: root/inputmethod/multiskkserv
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26inputmethod: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (possibly fetched conditionally?): ./inputmethod/anthy/distinfo 2ch.t ./inputmethod/anthy/distinfo okinawa-20090801.t
2021-10-07inputmethod: Remove SHA1 hashes for distfilesnia1-2/+1
2017-07-30Switch github HOMEPAGEs to https.wiz1-2/+2
2015-11-25Remove mk/find-prefix.mk usage from the inputmethod category.jperkin2-8/+3
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
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.
2014-03-11Remove example rc.d scripts from PLISTs.jperkin1-2/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-11-17Update MASTER_SITESryoon1-2/+2
2011-03-07Update MAINTAINER e-mail address.ryoon1-2/+2
2011-03-03To work properly, modification of /etc/services is needed.ryoon1-0/+9
2010-09-18Import multiskkserv-20100128 as inputmethod/multiskkserv.obache5-0/+81
Packagesd by Ryo ONODERA in pkgsrc-wip, import requested via PR#43819. multiskkserv is a skk server which can use multiple dictionaries. This server uses cdb format as the dictionary format. cdb is the efficient and constant (i.e. cannot add, delete, modify) database format by Dan J. Bernstein, which I think is the appropriate format for the system-wide constant dictionary storage.