From owner-cvs-ports@FreeBSD.ORG Tue Aug 1 01:20:33 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3D4316A4DD; Tue, 1 Aug 2006 01:20:33 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B87443D45; Tue, 1 Aug 2006 01:20:33 +0000 (GMT) (envelope-from itetcu@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 k711KXPX008573; Tue, 1 Aug 2006 01:20:33 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k711KX83008572; Tue, 1 Aug 2006 01:20:33 GMT (envelope-from itetcu) Message-Id: <200608010120.k711KX83008572@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 1 Aug 2006 01:20:33 +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/ziproxy Makefile distinfo pkg-descr pkg-plist ports/www/ziproxy/files patch-ziproxy.conf pkg-message.in ziproxy.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Aug 2006 01:20:33 -0000 itetcu 2006-08-01 01:20:33 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/ziproxy Makefile distinfo pkg-descr pkg-plist www/ziproxy/files patch-ziproxy.conf pkg-message.in ziproxy.in Log: Ziproxy is forwarding, non-caching, compressing proxy server. It squeezes images by converting them to low quality jpegs and optionally can also gzip HTML and other text-like data. It is intended to free bandwidth on dialup connections. WWW: http://ziproxy.sourceforge.net/ PR: ports/101070 Submitted by: Pankov Pavel Revision Changes Path 1.1533 +1 -0 ports/www/Makefile 1.1 +74 -0 ports/www/ziproxy/Makefile (new) 1.1 +3 -0 ports/www/ziproxy/distinfo (new) 1.1 +39 -0 ports/www/ziproxy/files/patch-ziproxy.conf (new) 1.1 +16 -0 ports/www/ziproxy/files/pkg-message.in (new) 1.1 +30 -0 ports/www/ziproxy/files/ziproxy.in (new) 1.1 +6 -0 ports/www/ziproxy/pkg-descr (new) 1.1 +11 -0 ports/www/ziproxy/pkg-plist (new)