diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-08 10:17:34 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-08 10:17:34 +0800 |
commit | c06121e31cd7ab13978e1c5e2af2b7f51d888ce1 (patch) | |
tree | 4335dacd2829e03b3acf82275f3c516cc20420b4 /japanese/Makefile | |
parent | 0ac169d4c37fae88adf9f70e72fb37ae4cfe9551 (diff) | |
download | freebsd-ports-gnome-c06121e31cd7ab13978e1c5e2af2b7f51d888ce1.tar.gz freebsd-ports-gnome-c06121e31cd7ab13978e1c5e2af2b7f51d888ce1.tar.zst freebsd-ports-gnome-c06121e31cd7ab13978e1c5e2af2b7f51d888ce1.zip |
New port: japanese/multiskkserv
multiskkserv is a skk server which can search 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.
This is very experimental.
PR: ports/60645
Submitted by: Takahiro Morishita <morishita@skywing.org>
Diffstat (limited to 'japanese/Makefile')
-rw-r--r-- | japanese/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 9776b4465c6a..0f04bb59e510 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -233,6 +233,7 @@ SUBDIR += mule-sj3+wnn7 SUBDIR += mule-wnn6 SUBDIR += mule-wnn7 + SUBDIR += multiskkserv SUBDIR += mutt SUBDIR += mutt-devel SUBDIR += mypaedia-fpw |