From owner-cvs-all@FreeBSD.ORG Fri Oct 1 15:21:07 2010 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 98E191065673; Fri, 1 Oct 2010 15:21:07 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6FAD18FC15; Fri, 1 Oct 2010 15:21:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o91FL7VG064667; Fri, 1 Oct 2010 15:21:07 GMT (envelope-from johans@repoman.freebsd.org) Received: (from johans@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o91FL7u2064666; Fri, 1 Oct 2010 15:21:07 GMT (envelope-from johans) Message-Id: <201010011521.o91FL7u2064666@repoman.freebsd.org> From: Johan van Selst Date: Fri, 1 Oct 2010 15:21:07 +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/graphics/webp Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2010 15:21:07 -0000 johans 2010-10-01 15:21:07 UTC FreeBSD ports repository Added files: graphics/webp Makefile distinfo pkg-descr Log: WebP is a method of lossy compression that can be used on photographic images. The degree of compression is adjustable so a user can choose the trade-off between file size and image quality. webpconv is a command line tool for converting images to and from the WebP format. WWW: http://code.google.com/speed/webp/ Revision Changes Path 1.1 +43 -0 ports/graphics/webp/Makefile (new) 1.1 +3 -0 ports/graphics/webp/distinfo (new) 1.1 +8 -0 ports/graphics/webp/pkg-descr (new)