From owner-svn-ports-head@FreeBSD.ORG Sun Aug 10 17:54:39 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6BAD335D for ; Sun, 10 Aug 2014 17:54:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DD272C9A for ; Sun, 10 Aug 2014 17:54:39 +0000 (UTC) Received: from sunpoet (uid 1240) (envelope-from sunpoet@FreeBSD.org) id 2041 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 10 Aug 2014 17:54:38 +0000 From: Sunpoet Po-Chuan Hsieh Date: Sun, 10 Aug 2014 17:54:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364552 - head/graphics/webp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e7b1df.2041.4e0d1617@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2014 17:54:39 -0000 Author: sunpoet Date: Sun Aug 10 17:54:38 2014 New Revision: 364552 URL: http://svnweb.freebsd.org/changeset/ports/364552 QAT: https://qat.redports.org/buildarchive/r364552/ Log: - Update to 0.4.1 - Update pkg-descr - Update WWW Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS Modified: head/graphics/webp/Makefile head/graphics/webp/distinfo head/graphics/webp/pkg-descr head/graphics/webp/pkg-plist Modified: head/graphics/webp/Makefile ============================================================================== --- head/graphics/webp/Makefile Sun Aug 10 17:47:04 2014 (r364551) +++ head/graphics/webp/Makefile Sun Aug 10 17:54:38 2014 (r364552) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= webp -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= graphics -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://downloads.webmproject.org/releases/webp/ DISTNAME= lib${PORTNAME}-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org Modified: head/graphics/webp/distinfo ============================================================================== --- head/graphics/webp/distinfo Sun Aug 10 17:47:04 2014 (r364551) +++ head/graphics/webp/distinfo Sun Aug 10 17:54:38 2014 (r364552) @@ -1,2 +1,2 @@ -SHA256 (libwebp-0.4.0.tar.gz) = 31913577e96386556855b41d210736449445fe96cfbe9289014e9b8afa944d69 -SIZE (libwebp-0.4.0.tar.gz) = 887880 +SHA256 (libwebp-0.4.1.tar.gz) = 00b646e6f66550a8faa998711fe70aabee9ed3bc562a8437c89042901674d027 +SIZE (libwebp-0.4.1.tar.gz) = 966358 Modified: head/graphics/webp/pkg-descr ============================================================================== --- head/graphics/webp/pkg-descr Sun Aug 10 17:47:04 2014 (r364551) +++ head/graphics/webp/pkg-descr Sun Aug 10 17:54:38 2014 (r364552) @@ -1,8 +1,12 @@ -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. +WebP is a new image format that provides lossless and lossy compression for +images on the web. WebP lossless images are 26% smaller in size compared to +PNGs. WebP lossy images are 25-34% smaller in size compared to JPEG images at +equivalent SSIM index. WebP supports lossless transparency (also known as alpha +channel) with just 22% additional bytes. Transparency is also supported with +lossy compression and typically provides 3x smaller file sizes compared to PNG +when lossy compression is acceptable for the red/green/blue color channels. -webpconv is a command line tool for converting images to and from -the WebP format. +Webmasters and web developers can use the WebP image format to create smaller +and richer images that can help make the web faster. -WWW: http://code.google.com/speed/webp/ +WWW: https://developers.google.com/speed/webp/ Modified: head/graphics/webp/pkg-plist ============================================================================== --- head/graphics/webp/pkg-plist Sun Aug 10 17:47:04 2014 (r364551) +++ head/graphics/webp/pkg-plist Sun Aug 10 17:54:38 2014 (r364552) @@ -12,19 +12,19 @@ include/webp/types.h lib/libwebp.a lib/libwebp.so lib/libwebp.so.5 -lib/libwebp.so.5.0.0 +lib/libwebp.so.5.0.1 lib/libwebpdecoder.a lib/libwebpdecoder.so lib/libwebpdecoder.so.1 -lib/libwebpdecoder.so.1.0.0 +lib/libwebpdecoder.so.1.0.1 lib/libwebpdemux.a lib/libwebpdemux.so lib/libwebpdemux.so.1 -lib/libwebpdemux.so.1.0.0 +lib/libwebpdemux.so.1.0.1 lib/libwebpmux.a lib/libwebpmux.so lib/libwebpmux.so.1 -lib/libwebpmux.so.1.0.0 +lib/libwebpmux.so.1.0.1 libdata/pkgconfig/libwebp.pc libdata/pkgconfig/libwebpdecoder.pc libdata/pkgconfig/libwebpdemux.pc