The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD japanese : dbskkd-cdb

Yet another dictionary server for SKK

 dbskkd-cdb is a dictionary server for the SKK Japanese input method
system.  dbskkd-cdb is based on the code of skkserv (the original SKK
server) 3.9.3, using the cdb constant database package of
D. J. Bernstein (DJB) for faster dictionary access.

dbskkd-cdb is compatible with skkserv on the protocol behavior.  It is
called from "super-server" programs such as inetd or tcpserver, and the
I/O operation is solely with the stdio interface, so the code is compact
and the access to the server can be easily restricted. 

http://www.ne.jp/asahi/bdx/info/software/jp-dbskkd.html



dbskkd-cdb history


v. 1.17
date: 2007/07/04 06:49:55;  author: matusita;  state: Exp;  lines: +1 -1
Use DISTVERSIONSUFFIX to simplify Makefile.
No contents change, no bump.

Verified with: make -V DISTNAME

v. 1.16 date: 2006/05/09 00:17:58; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from categories starting with a J
v. 1.15 date: 2004/12/17 15:53:22; author: matusita; state: Exp; lines: +7 -10 Update for the better package, including: - info messages moved to ${PKGMESSAGE} for pkg_add(1). - remove old messages. - employ PLIST_FILES. - respect CFLAGS if user wants. - add WWW: line. - add messages for old users that why this daemon runs as root. Submitted by: sf (except WWW: line)
v. 1.14 date: 2004/10/30 14:36:48; author: matusita; state: Exp; lines: +49 -22 Update to 1.71. As you know, version 1.71 (actually 1.71dev) is "development version." However, this version was already available in 20th century, and there are no "doesn't work" information. The author of dbskkd-cdb says it's ok to update this port to version 1.71dev, so here it is. With a help of ports/databases/cdb, the Makefile is simpler than previous. No features are changed, except dbskkd-cdb does chroot(2) in this version. Since chroot(2) requires superuser privilege, dbskkd-cdb should be started by root. For inetd user, please double-check your inetd.conf line from skkserv stream tcp nowait nobody ${PREFIX}/libexec/dbskkd-cdb dbskkd-cdb to skkserv stream tcp nowait root ${PREFIX}/libexec/dbskkd-cdb dbskkd-cdb" to kick by root. Daemontools users please consult the document. Thanks to: Kenji Rikitake (the dbskkd-cdb author)
v. 1.13 date: 2003/02/22 15:51:58; author: matusita; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.12 date: 2002/09/21 06:00:42; author: matusita; state: Exp; lines: +1 -0 Make a directory for documentation before installing anything. Pointed out by: kris & bento's logfile.
v. 1.11 date: 2002/09/18 15:33:21; author: matusita; state: Exp; lines: +8 -21 Use ports/japanese/skk-jisyo-cdb. There is no functional changes for server itself. However, the dictionaly location is changed, so bump PORTREVISION to notify the change to the users. patch-ab is no longer needed, since this ports doesn't build CDB format dictionary anymore.
v. 1.10 date: 2002/03/15 15:47:39; author: matusita; state: Exp; lines: +2 -2 Change my email address to the one of @FreeBSD.org. Reviewed by: kuriyama
v. 1.9 date: 2001/05/31 22:22:45; author: ade; state: Exp; lines: +2 -2 Replace last remnants of "nonexistent", "/nonexistent" etc. with ${NONEXISTENT} as per bsd.port.mk
v. 1.8 date: 2001/02/14 20:19:36; author: lioux; state: Exp; lines: +2 -2 typo clean up police: \s -> \t
v. 1.7 date: 2000/10/15 03:19:09; author: nbm; state: Exp; lines: +2 -2 Standardise on "matusita@jp.FreeBSD.org" instead of various other capitalisations. Submitted by: Makoto MATSUSHITA
v. 1.6 date: 2000/08/29 20:12:09; author: knu; state: Exp; lines: +2 -2 Change MASTER_SITES. PR: ports/20883 Submitted by: Makoto Matsushita (MAINTAINER)
v. 1.5 date: 2000/04/25 04:06:13; author: knu; state: Exp; lines: +15 -18 - Unbreak the port by making it use cdb-0.55. The breakage was due to the update of database/cdb to 0.70. PR: ports/18092 Submitted by: MAINTAINER - Fix wrong work directory specifications.
v. 1.4 date: 2000/04/17 00:17:53; author: reg; state: Exp; lines: +5 -7 Standardize all user defined options to the booleans WITH_FOO and WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
v. 1.3 date: 2000/04/11 14:12:59; author: knu; state: Exp; lines: +3 -4 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables. Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
v. 1.2 date: 1999/10/26 03:23:17; author: mharo; state: Exp; lines: +4 -4 update to 1.01 PR: 14016 Submitted by: Makoto MATSUSHITA
v. 1.1 date: 1999/09/08 17:08:42; author: taoka; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/09/08 17:08:42; author: taoka; state: Exp; lines: +0 -0 Yet another dictionary server for SKK PR: 12513 Submitted by: Makoto Matsushita ============================================================================= v. 1.17 date: 2007/07/04 06:49:55; author: matusita; state: Exp; lines: +1 -1 Use DISTVERSIONSUFFIX to simplify Makefile. No contents change, no bump. Verified with: make -V DISTNAME
v. 1.16 date: 2006/05/09 00:17:58; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from categories starting with a J
v. 1.15 date: 2004/12/17 15:53:22; author: matusita; state: Exp; lines: +7 -10 Update for the better package, including: - info messages moved to ${PKGMESSAGE} for pkg_add(1). - remove old messages. - employ PLIST_FILES. - respect CFLAGS if user wants. - add WWW: line. - add messages for old users that why this daemon runs as root. Submitted by: sf (except WWW: line)
v. 1.14 date: 2004/10/30 14:36:48; author: matusita; state: Exp; lines: +49 -22 Update to 1.71. As you know, version 1.71 (actually 1.71dev) is "development version." However, this version was already available in 20th century, and there are no "doesn't work" information. The author of dbskkd-cdb says it's ok to update this port to version 1.71dev, so here it is. With a help of ports/databases/cdb, the Makefile is simpler than previous. No features are changed, except dbskkd-cdb does chroot(2) in this version. Since chroot(2) requires superuser privilege, dbskkd-cdb should be started by root. For inetd user, please double-check your inetd.conf line from skkserv stream tcp nowait nobody ${PREFIX}/libexec/dbskkd-cdb dbskkd-cdb to skkserv stream tcp nowait root ${PREFIX}/libexec/dbskkd-cdb dbskkd-cdb" to kick by root. Daemontools users please consult the document. Thanks to: Kenji Rikitake (the dbskkd-cdb author)
v. 1.13 date: 2003/02/22 15:51:58; author: matusita; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.12 date: 2002/09/21 06:00:42; author: matusita; state: Exp; lines: +1 -0 Make a directory for documentation before installing anything. Pointed out by: kris & bento's logfile.
v. 1.11 date: 2002/09/18 15:33:21; author: matusita; state: Exp; lines: +8 -21 Use ports/japanese/skk-jisyo-cdb. There is no functional changes for server itself. However, the dictionaly location is changed, so bump PORTREVISION to notify the change to the users. patch-ab is no longer needed, since this ports doesn't build CDB format dictionary anymore.
v. 1.10 date: 2002/03/15 15:47:39; author: matusita; state: Exp; lines: +2 -2 Change my email address to the one of @FreeBSD.org. Reviewed by: kuriyama
v. 1.9 date: 2001/05/31 22:22:45; author: ade; state: Exp; lines: +2 -2 Replace last remnants of "nonexistent", "/nonexistent" etc. with ${NONEXISTENT} as per bsd.port.mk
v. 1.8 date: 2001/02/14 20:19:36; author: lioux; state: Exp; lines: +2 -2 typo clean up police: \s -> \t
v. 1.7 date: 2000/10/15 03:19:09; author: nbm; state: Exp; lines: +2 -2 Standardise on "matusita@jp.FreeBSD.org" instead of various other capitalisations. Submitted by: Makoto MATSUSHITA
v. 1.6 date: 2000/08/29 20:12:09; author: knu; state: Exp; lines: +2 -2 Change MASTER_SITES. PR: ports/20883 Submitted by: Makoto Matsushita (MAINTAINER)
v. 1.5 date: 2000/04/25 04:06:13; author: knu; state: Exp; lines: +15 -18 - Unbreak the port by making it use cdb-0.55. The breakage was due to the update of database/cdb to 0.70. PR: ports/18092 Submitted by: MAINTAINER - Fix wrong work directory specifications.
v. 1.4 date: 2000/04/17 00:17:53; author: reg; state: Exp; lines: +5 -7 Standardize all user defined options to the booleans WITH_FOO and WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
v. 1.3 date: 2000/04/11 14:12:59; author: knu; state: Exp; lines: +3 -4 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables. Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
v. 1.2 date: 1999/10/26 03:23:17; author: mharo; state: Exp; lines: +4 -4 update to 1.01 PR: 14016 Submitted by: Makoto MATSUSHITA
v. 1.1 date: 1999/09/08 17:08:42; author: taoka; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/09/08 17:08:42; author: taoka; state: Exp; lines: +0 -0 Yet another dictionary server for SKK PR: 12513 Submitted by: Makoto Matsushita ============================================================================= v. 1.17 date: 2007/07/04 06:49:55; author: matusita; state: Exp; lines: +1 -1 Use DISTVERSIONSUFFIX to simplify Makefile. No contents change, no bump. Verified with: make -V DISTNAME
v. 1.16 date: 2006/05/09 00:17:58; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from categories starting with a J
v. 1.15 date: 2004/12/17 15:53:22; author: matusita; state: Exp; lines: +7 -10 Update for the better package, including: - info messages moved to ${PKGMESSAGE} for pkg_add(1). - remove old messages. - employ PLIST_FILES. - respect CFLAGS if user wants. - add WWW: line. - add messages for old users that why this daemon runs as root. Submitted by: sf (except WWW: line)
v. 1.14 date: 2004/10/30 14:36:48; author: matusita; state: Exp; lines: +49 -22 Update to 1.71. As you know, version 1.71 (actually 1.71dev) is "development version." However, this version was already available in 20th century, and there are no "doesn't work" information. The author of dbskkd-cdb says it's ok to update this port to version 1.71dev, so here it is. With a help of ports/databases/cdb, the Makefile is simpler than previous. No features are changed, except dbskkd-cdb does chroot(2) in this version. Since chroot(2) requires superuser privilege, dbskkd-cdb should be started by root. For inetd user, please double-check your inetd.conf line from skkserv stream tcp nowait nobody ${PREFIX}/libexec/dbskkd-cdb dbskkd-cdb to skkserv stream tcp nowait root ${PREFIX}/libexec/dbskkd-cdb dbskkd-cdb" to kick by root. Daemontools users please consult the document. Thanks to: Kenji Rikitake (the dbskkd-cdb author)
v. 1.13 date: 2003/02/22 15:51:58; author: matusita; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.12 date: 2002/09/21 06:00:42; author: matusita; state: Exp; lines: +1 -0 Make a directory for documentation before installing anything. Pointed out by: kris & bento's logfile.
v. 1.11 date: 2002/09/18 15:33:21; author: matusita; state: Exp; lines: +8 -21 Use ports/japanese/skk-jisyo-cdb. There is no functional changes for server itself. However, the dictionaly location is changed, so bump PORTREVISION to notify the change to the users. patch-ab is no longer needed, since this ports doesn't build CDB format dictionary anymore.
v. 1.10 date: 2002/03/15 15:47:39; author: matusita; state: Exp; lines: +2 -2 Change my email address to the one of @FreeBSD.org. Reviewed by: kuriyama
v. 1.9 date: 2001/05/31 22:22:45; author: ade; state: Exp; lines: +2 -2 Replace last remnants of "nonexistent", "/nonexistent" etc. with ${NONEXISTENT} as per bsd.port.mk
v. 1.8 date: 2001/02/14 20:19:36; author: lioux; state: Exp; lines: +2 -2 typo clean up police: \s -> \t
v. 1.7 date: 2000/10/15 03:19:09; author: nbm; state: Exp; lines: +2 -2 Standardise on "matusita@jp.FreeBSD.org" instead of various other capitalisations. Submitted by: Makoto MATSUSHITA
v. 1.6 date: 2000/08/29 20:12:09; author: knu; state: Exp; lines: +2 -2 Change MASTER_SITES. PR: ports/20883 Submitted by: Makoto Matsushita (MAINTAINER)
v. 1.5 date: 2000/04/25 04:06:13; author: knu; state: Exp; lines: +15 -18 - Unbreak the port by making it use cdb-0.55. The breakage was due to the update of database/cdb to 0.70. PR: ports/18092 Submitted by: MAINTAINER - Fix wrong work directory specifications.
v. 1.4 date: 2000/04/17 00:17:53; author: reg; state: Exp; lines: +5 -7 Standardize all user defined options to the booleans WITH_FOO and WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
v. 1.3 date: 2000/04/11 14:12:59; author: knu; state: Exp; lines: +3 -4 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables. Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
v. 1.2 date: 1999/10/26 03:23:17; author: mharo; state: Exp; lines: +4 -4 update to 1.01 PR: 14016 Submitted by: Makoto MATSUSHITA
v. 1.1 date: 1999/09/08 17:08:42; author: taoka; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/09/08 17:08:42; author: taoka; state: Exp; lines: +0 -0 Yet another dictionary server for SKK PR: 12513 Submitted by: Makoto Matsushita =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm