summaryrefslogtreecommitdiff
path: root/inputmethod/multiskkserv/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-07-30Switch github HOMEPAGEs to https.wiz1-2/+2
2015-11-25Remove mk/find-prefix.mk usage from the inputmethod category.jperkin1-6/+1
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.
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
2010-09-18Import multiskkserv-20100128 as inputmethod/multiskkserv.obache1-0/+47
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.