From owner-cvs-all@FreeBSD.ORG Thu Aug 3 10:11:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB1D616A4DE; Thu, 3 Aug 2006 10:11:33 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32A7343D49; Thu, 3 Aug 2006 10:11:33 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k73ABXE0009198; Thu, 3 Aug 2006 10:11:33 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k73ABXND009197; Thu, 3 Aug 2006 10:11:33 GMT (envelope-from rafan) Message-Id: <200608031011.k73ABXND009197@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 3 Aug 2006 10:11:32 +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/c-icap Makefile pkg-descr pkg-plist ports/www/c-icap/files c_icap.in c_icap.sh.in patch-filetype.c pkg-install.in 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: Thu, 03 Aug 2006 10:11:33 -0000 rafan 2006-08-03 10:11:32 UTC FreeBSD ports repository Modified files: www/c-icap Makefile pkg-descr pkg-plist www/c-icap/files pkg-install.in Added files: www/c-icap/files c_icap.in patch-filetype.c Removed files: www/c-icap/files c_icap.sh.in Log: - Fixed serious bug in utf8 web pages recognition causing c-icap to enters an endless loop - Fixed typo in pkg-install - Added to Makefile LOG_DIR, RUN_DIR and TMP_DIR variables PR: ports/101296 Submitted by: Elisey Savateev (maintainer) Revision Changes Path 1.5 +13 -2 ports/www/c-icap/Makefile 1.1 +35 -0 ports/www/c-icap/files/c_icap.in (new) 1.3 +0 -35 ports/www/c-icap/files/c_icap.sh.in (dead) 1.1 +75 -0 ports/www/c-icap/files/patch-filetype.c (new) 1.4 +22 -6 ports/www/c-icap/files/pkg-install.in 1.2 +0 -3 ports/www/c-icap/pkg-descr 1.4 +3 -4 ports/www/c-icap/pkg-plist