From owner-cvs-ports@FreeBSD.ORG Sun May 10 22:25:34 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B26C1065672; Sun, 10 May 2009 22:25:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8927D8FC1C; Sun, 10 May 2009 22:25:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4AMPYNA033966; Sun, 10 May 2009 22:25:34 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4AMPYwS033965; Sun, 10 May 2009 22:25:34 GMT (envelope-from miwi) Message-Id: <200905102225.n4AMPYwS033965@repoman.freebsd.org> From: Martin Wilke Date: Sun, 10 May 2009 22:25:34 +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/videocache Makefile distinfo pkg-descr pkg-plist ports/www/videocache/files pkg-message.in squid.conf.example 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: Sun, 10 May 2009 22:25:35 -0000 miwi 2009-05-10 22:25:34 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/videocache Makefile distinfo pkg-descr pkg-plist www/videocache/files pkg-message.in squid.conf.example Log: Videocache is a Squid URL rewriter plugin written in Python for bandwidth optimization while browsing famous video sharing portals/websites like Youtube, Metacafe etc. It helps you save bandwidth when a particular video is requested more than once from the same network/machine. WWW: http://www.cachevideos.com/ PR: ports/134116 Submitted by: Murilo Opsfelder Revision Changes Path 1.2345 +1 -0 ports/www/Makefile 1.1 +54 -0 ports/www/videocache/Makefile (new) 1.1 +3 -0 ports/www/videocache/distinfo (new) 1.1 +3 -0 ports/www/videocache/files/pkg-message.in (new) 1.1 +32 -0 ports/www/videocache/files/squid.conf.example (new) 1.1 +7 -0 ports/www/videocache/pkg-descr (new) 1.1 +11 -0 ports/www/videocache/pkg-plist (new)