[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-devel:07201] Intent to Package -- dbskkd-cdb, Dictionary server for SKK using cdb.



dbskkd-cdbをパッケージングしました。あとでpotato-jpにupload
します。

これはskkservの代替サーバですが、数あるサーバのなかでも、メ
モリ使用量も少なく、検索は最速(skkservの25倍程度)で、データ
ベースのサイズもdbskkdの半分程度の5Mしか使わないという真打ち
的サーバです。dbskkdと同じくinetd.conf経由で起動されるので、
セキュリティ的にも安心だし。

cf. http://hiroshima.cool.ne.jp/deton/ckskkserv/

ずっと問題なく使えていますが、一応BETAであることに注意してく
ださい。

インストール時にnon-freeのcdbが必要なので、contribにしました。
データベースをpostinstで作るのではなく、あらかじめ変換したも
のをuploadすればcdbに依存しないので、mainに入れられるはずで
すが、uploadが大変なので、とりあえずcontrib。^^; 要望があれ
ば考えます。

--- dpkg -I
 new debian package, version 2.0.
 size 10232 bytes: control archive= 1152 bytes.
     435 bytes,    15 lines      control              
     327 bytes,     5 lines      md5sums              
     853 bytes,    36 lines   *  postinst             #!/bin/sh
     292 bytes,    13 lines   *  postrm               #!/bin/sh
 Package: dbskkd-cdb
 Version: 0.52-BETA-1
 Section: contrib/utils
 Priority: optional
 Architecture: i386
 Depends: libc6, skkdic (>= 10.39-5), cdb
 Conflicts: skkserv, dbskkd, rskkserv
 Replaces: skkserv, dbskkd, rskkserv
 Provides: skkserv
 Installed-Size: 25
 Maintainer: Takao KAWAMURA <kawamura@debian.or.jp>
 Description: Dictionary server for SKK using cdb.
  Dbskkd is an alternate version of skkserv using cdb.
  .
  This is BETA software.

--- copyright
This package was debianized by Takao KAWAMURA kawamura@debian.or.jp on
Sun,  7 Feb 1999 16:48:49 +0900.

It was downloaded from
    http://www.k2r.org/kenji/software/dbskkd-cdb-0.52-BETA.tar.gz.

Upstream Author(s): Kenji Rikitake <kenji.rikitake@xxxxxxx>

Copyright:

/* 
 * Copyright (c) 1998 by Kenji Rikitake. All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 *
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer. 
 *
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in
 *    the documentation and/or other materials provided with the
 *    distribution.
 *
 * 3. All advertising materials mentioning features or use of this
 *    software must display the following acknowledgment:
 *    "This product includes software developed by Kenji Rikitake
 *    for use in the dbskkd project."
 *
 * 4. The names "dbskkd" and "dbskkd-cdb" must not be used to
 *    endorse or promote products derived from this software without
 *    prior written permission by Kenji Rikitake.
 *
 * 5. Redistributions of any form whatsoever must retain the following
 *    acknowledgment:
 *    "This product includes software developed by Kenji Rikitake
 *    for use in the dbskkd project."
 *
 * THIS SOFTWARE IS PROVIDED BY KENJI RIKITAKE ``AS IS'' AND ANY
 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL KENJI RIKITAKE OR
 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 * OF THE POSSIBILITY OF SUCH DAMAGE.
 * ====================================================================
 *
 * This software consists of voluntary contributions made by 
 * Kenji Rikitake and many individuals. 
 * This software was originally based on the protocols mentioned in
 * SKK Server Version 3.9.3, by Yukiyoshi Kameyama and
 * other contributors.
 * 
 * For more information on the dbskkd project, please refer to 
 * <http://www.k2r.org/kenji/software/jp-dbskkd.html>.
 */

-- 
川村 尚生