From owner-svn-ports-head@FreeBSD.ORG Sun Aug 31 13:55:09 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 33F7FC66; Sun, 31 Aug 2014 13:55:09 +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 059361A04; Sun, 31 Aug 2014 13:55:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7VDt8MT053324; Sun, 31 Aug 2014 13:55:08 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7VDt8NU053321; Sun, 31 Aug 2014 13:55:08 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201408311355.s7VDt8NU053321@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sun, 31 Aug 2014 13:55:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366764 - 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 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, 31 Aug 2014 13:55:09 -0000 Author: wg Date: Sun Aug 31 13:55:08 2014 New Revision: 366764 URL: http://svnweb.freebsd.org/changeset/ports/366764 QAT: https://qat.redports.org/buildarchive/r366764/ Log: graphics/repng2jpeg: support stage - Pass maintainership to submitter - Add LICENSE PR: 193077 Submitted by: C Hutchinson Modified: head/graphics/repng2jpeg/Makefile head/graphics/repng2jpeg/distinfo head/graphics/repng2jpeg/pkg-descr Modified: head/graphics/repng2jpeg/Makefile ============================================================================== --- head/graphics/repng2jpeg/Makefile Sun Aug 31 13:48:24 2014 (r366763) +++ head/graphics/repng2jpeg/Makefile Sun Aug 31 13:55:08 2014 (r366764) @@ -5,13 +5,15 @@ PORTNAME= repng2jpeg PORTVERSION= 1.0.4 PORTREVISION= 5 CATEGORIES= graphics -MASTER_SITES= http://sugachan.dip.jp/obsolete/arch/ +MASTER_SITES= http://bsdforge.com/projects/source/graphics/repng2jpeg/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@bsdforge.com COMMENT= Tool to recompress JPEG/PNG/GIF -BROKEN= Unfetchable +LICENSE= GPLv1 + +USES= tar:xz LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd @@ -19,14 +21,12 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lgd PLIST_FILES= bin/repng2jpeg -RESTRICTED= No license text in tarball and website -NO_STAGE= yes do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/src/repng2jpeg \ ${WRKSRC}/src/repng2jpeg.c ${LDFLAGS} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/repng2jpeg ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/src/repng2jpeg ${STAGEDIR}${PREFIX}/bin .include Modified: head/graphics/repng2jpeg/distinfo ============================================================================== --- head/graphics/repng2jpeg/distinfo Sun Aug 31 13:48:24 2014 (r366763) +++ head/graphics/repng2jpeg/distinfo Sun Aug 31 13:55:08 2014 (r366764) @@ -1,2 +1,2 @@ -SHA256 (repng2jpeg_1.0.4.tar.gz) = d1f02dc6d698ebcd38aaf6c8ee149101fb5148aafb9783930eb037e2967adb90 -SIZE (repng2jpeg_1.0.4.tar.gz) = 1839766 +SHA256 (repng2jpeg_1.0.4.tar.xz) = 5bd37c43c03c1068aee74e36dc0ab4bc8c4245fe2f9b2b17d062e55d5d13f56e +SIZE (repng2jpeg_1.0.4.tar.xz) = 938180 Modified: head/graphics/repng2jpeg/pkg-descr ============================================================================== --- head/graphics/repng2jpeg/pkg-descr Sun Aug 31 13:48:24 2014 (r366763) +++ head/graphics/repng2jpeg/pkg-descr Sun Aug 31 13:55:08 2014 (r366764) @@ -1,3 +1,3 @@ Tool to recompress JPEG/PNG/GIF. -WWW: http://sugachan.dip.jp/obsolete/ext/ +WWW: http://BSDforge.COM/projects/graphics/repng2jpeg/