From owner-cvs-all@FreeBSD.ORG Wed May 28 12:36:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 939771065687; Wed, 28 May 2008 12:36:05 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D9008FC18; Wed, 28 May 2008 12:36:05 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SCa5ND027238; Wed, 28 May 2008 12:36:05 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SCa54A027237; Wed, 28 May 2008 12:36:05 GMT (envelope-from chinsan) Message-Id: <200805281236.m4SCa54A027237@repoman.freebsd.org> From: Chin-San Huang Date: Wed, 28 May 2008 12:36:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/mod_fileiri Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 12:36:05 -0000 chinsan 2008-05-28 12:36:05 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/mod_fileiri Makefile distinfo pkg-descr pkg-plist Log: Add mod_fileiri, a http IRIs module for Apache 2. mod_fileiri implements http IRIs for directories/files, i.e. if accepts URIs with non-ASCII characters encoded in UTF-8 and converts them to the legacy encoding used in the file system (which can be specified per directory, or even finer if necessary (although that's a real hack)). What is more, it continues to accept requests in the legacy encoding specified, and redirects them to the correct UTF-8 form, which then returns the actual document (without looping). There is also a backwards mode, which does redirects from URIs in a specified legacy encoding to UTF-8 if the directory/ filenames are in UTF-8. WWW: http://www.w3.org/2003/06/mod_fileiri/ Revision Changes Path 1.2050 +1 -0 ports/www/Makefile 1.1 +26 -0 ports/www/mod_fileiri/Makefile (new) 1.1 +3 -0 ports/www/mod_fileiri/distinfo (new) 1.1 +15 -0 ports/www/mod_fileiri/pkg-descr (new) 1.1 +3 -0 ports/www/mod_fileiri/pkg-plist (new)