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

[debian-devel:15186] ITP: libapache-mod-encoding



杉浦です。

WebDAV Resources JP (http://webdav.todo.gr.jp/) で公開されている
mod_encoding を ITP します。

明らかに日本語環境のみをターゲットにしているので、JP へ upload しよう
かと思っていますが、本家の方が良いでしょうか?

==> copyright

This package was debianized by Tatsuki Sugiura <sugi@xxxxxxxxx> on
Wed, 19 Jun 2002 04:19:25 +0900.

It was downloaded from http://webdav.todo.gr.jp/download/

Upstream Authors:
 Taisuke Yamada  <tai@xxxxxxxxx>
 Kunio Miyamoto  <wakatono@xxxxxxxxxx>
 Akira YOSHIYAMA <yosshy@debian.or.jp>
 azuhiko Iwama   <iwama@xxxxxxxxx>
 WAMURO Motonori <iwa@xxxxxxxxxxxxxxxxx>

Copyright:

Copyright (c) 2000-2002
Internet Initiative Japan Inc. 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 Internet
     Initiative Japan Inc. for use in the mod_encoding module
     for Apache.

4. Products derived from this software may not be called "mod_encoding"
   nor may "mod_encoding" appear in their names without prior written
   permission of Internet Initiative Japan Inc. For written permission,
   please contact tai@xxxxxxxxx (Taisuke Yamada).

5. Redistributions of any form whatsoever must retain the following
   acknowledgment:

     This product includes software developed by Internet
     Initiative Japan Inc. for use in the mod_encoding module
     for Apache (http://www.apache.org/).

THIS SOFTWARE IS PROVIDED BY INTERNET INITIATIVE JAPAN INC. ``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 INTERNET
INITIATIVE JAPAN INC. 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.

==> dpkg -I の出力

=> libapache-mod-encoding
 新形式 debian パッケージ、バージョン 2.0。
 サイズ 15966 バイト: コントロールアーカイブ = 1908 バイト。
     961 バイト,    21 行      control              
     649 バイト,     8 行      md5sums              
    1659 バイト,    55 行   *  postinst             #!/bin/sh
    1222 バイト,    48 行   *  prerm                #!/bin/sh
 Package: libapache-mod-encoding
 Version: 20020611a-2
 Section: web
 Priority: optional
 Architecture: i386
 Depends: libc6 (>= 2.2.4-4), libdb2 (>= 2:2.7.7.0-7), libexpat1 (>= 1.95.2-6), libiconv-hook1, apache | apache-ssl | apache-perl
 Suggests: libapache-mod-dav
 Installed-Size: 53
 Maintainer: Tatsuki Sugiura <sugi@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
 Description: Apache module for non-ascii filename interoperability
  This module improves non-ascii filename interoperability of
  apache (and mod_dav).
  .
  It seems many WebDAV clients send filename in its platform-local
  encoding. But since mod_dav expects everything, even HTTP request
  line, to be in UTF-8, this causes an interoperability problem.
  .
  I believe this is a future issue for specification (RFC?) to
  standardize encoding used in HTTP request-line and HTTP header,
  but life would be much easier if mod_dav (and others) can handle
  various encodings sent by clients, TODAY. This module does just that.


=> libiconv-hook
 新形式 debian パッケージ、バージョン 2.0。
 サイズ 105134 バイト: コントロールアーカイブ = 1139 バイト。
     767 バイト,    22 行      control              
     414 バイト,     6 行      md5sums              
     411 バイト,    14 行   *  postinst             #!/bin/sh
     132 バイト,     7 行   *  postrm               #!/bin/sh
     211 バイト,     8 行   *  prerm                #!/bin/sh
      31 バイト,     1 行      shlibs               
 Package: libiconv-hook1
 Version: 20020611a-2
 Section: libs
 Priority: optional
 Architecture: i386
 Depends: libc6 (>= 2.2.4-4)
 Installed-Size: 440
 Maintainer: Tatsuki Sugiura <sugi@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
 Source: libapache-mod-encoding
 Description: extension of iconv for libapache-mod-encoding
  This code is iconv compatible interface routine for mod_encoding.
  Taisuke Yamada writes sample code for hooking iconv() for mod_encoding.
  .
  In mod_encoding configuration directive,
  supports following encoding names additionally:
  .
   MSSJIS
   - This is almost same as SJIS, but is a Microsoft variant of it.
  .
   JA-AUTO-SJIS-MS
   - This is a special converter which does autodetection between
     UTF-8/JIS/MSSJIS/SJIS/EUC-JP. This itself does not do conversion.

==> README.Debian

Configuration tips:

  * Encoding configuration dose not work in <Directory> directive?
    You should write config in top level or <Virtualhost> directive.

  * mod_encoding dose not work with UserDir yet.
    You must use under DocumentRoot.

-- 
Tatsuki Sugiura   mailto:sugi@xxxxxxxxxxxxxxxxxxxxxxxxxxx