From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 06:47:31 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2776A60B; Sun, 28 Sep 2014 06:47:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDF4BABF; Sun, 28 Sep 2014 06:47:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8S6lUUb049262; Sun, 28 Sep 2014 06:47:30 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8S6lUAM049257; Sun, 28 Sep 2014 06:47:30 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201409280647.s8S6lUAM049257@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 28 Sep 2014 06:47:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369436 - head/graphics/repng2jpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 06:47:31 -0000 Author: riggs Date: Sun Sep 28 06:47:29 2014 New Revision: 369436 URL: http://svnweb.freebsd.org/changeset/ports/369436 QAT: https://qat.redports.org/buildarchive/r369436/ Log: - Update to upstream version 1.0.5 - Update pkg-descr - Pet portlint PR: 193294 Submitted by: portmaster@bsdforge.com (maintainer) Modified: head/graphics/repng2jpeg/Makefile head/graphics/repng2jpeg/distinfo head/graphics/repng2jpeg/pkg-descr Modified: head/graphics/repng2jpeg/Makefile ============================================================================== --- head/graphics/repng2jpeg/Makefile Sun Sep 28 04:00:44 2014 (r369435) +++ head/graphics/repng2jpeg/Makefile Sun Sep 28 06:47:29 2014 (r369436) @@ -2,21 +2,19 @@ # $FreeBSD$ PORTNAME= repng2jpeg -PORTVERSION= 1.0.4 -PORTREVISION= 5 +PORTVERSION= 1.0.5 CATEGORIES= graphics MASTER_SITES= http://bsdforge.com/projects/source/graphics/repng2jpeg/ -DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= portmaster@bsdforge.com -COMMENT= Tool to recompress JPEG/PNG/GIF +COMMENT= Small tool to recompress JPEG, PNG, and GIF images LICENSE= GPLv1 -USES= tar:xz - LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd +USES= tar:xz + CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lgd Modified: head/graphics/repng2jpeg/distinfo ============================================================================== --- head/graphics/repng2jpeg/distinfo Sun Sep 28 04:00:44 2014 (r369435) +++ head/graphics/repng2jpeg/distinfo Sun Sep 28 06:47:29 2014 (r369436) @@ -1,2 +1,2 @@ -SHA256 (repng2jpeg_1.0.4.tar.xz) = 5bd37c43c03c1068aee74e36dc0ab4bc8c4245fe2f9b2b17d062e55d5d13f56e -SIZE (repng2jpeg_1.0.4.tar.xz) = 938180 +SHA256 (repng2jpeg-1.0.5.tar.xz) = 4870c50e77c501deec4ca01363e194f4b8d16f530701a1322db3e3e5e635d0ca +SIZE (repng2jpeg-1.0.5.tar.xz) = 938240 Modified: head/graphics/repng2jpeg/pkg-descr ============================================================================== --- head/graphics/repng2jpeg/pkg-descr Sun Sep 28 04:00:44 2014 (r369435) +++ head/graphics/repng2jpeg/pkg-descr Sun Sep 28 06:47:29 2014 (r369436) @@ -1,3 +1,9 @@ -Tool to recompress JPEG/PNG/GIF. +A small tool to recompress JPEG, PNG, and GIF images. +repng2jpeg is a single binary, which makes it readily available, and simple +for use in scripts, and other utilities. Some of the possibilities include + + - mass recompression of entire directory/ies + - scripted via Perl, as an online utility + - your-creative-usage-here... WWW: http://BSDforge.COM/projects/graphics/repng2jpeg/