./inputmethod/multiskkserv, Simple skk multi-dictionary server

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20240224, Package name: multiskkserv-20240224, Maintainer: ryoon

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.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 300.441 KB

Version history: (Expand)


CVS history: (Expand)


   2026-01-06 18:10:34 by Ryo ONODERA | Files touched by this commit (2)
Log message: inputmethod/multiskkserv: Update to 20240224 Changelog: 20240224: Include a more robust test script. CLean up documents. Fix -Wall -Wextra warnings. 
   2024-01-31 16:17:51 by Ryo ONODERA | Files touched by this commit (2)
Log message: multiskkserv: Use SKK-JISYO.JIS3_4 of inputmethod/skk-jisyo-cdb 
   2021-10-26 12:49:47 by Nia Alarie | Files touched by this commit (147)
Log message: inputmethod: Replace RMD160 checksums with BLAKE2s checksums 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-07 16:19:53 by Nia Alarie | Files touched by this commit (148)
Log message: inputmethod: Remove SHA1 hashes for distfiles 
   2017-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229)
Log message: Switch github HOMEPAGEs to https. 
   2015-11-25 13:50:58 by Jonathan Perkin | Files touched by this commit (12)
Log message: Remove mk/find-prefix.mk usage from the inputmethod category. 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-03 23:13:42 by Alistair G. Crooks | Files touched by this commit (111)
Log message: Add SHA512 digests for distfiles for inputmethod category 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-11 15:05:19 by Jonathan Perkin | Files touched by this commit (350)
Log message: Remove example rc.d scripts from PLISTs. These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.