From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 16 17:30:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 311391065673 for ; Sat, 16 Aug 2008 17:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 031CF8FC13 for ; Sat, 16 Aug 2008 17:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7GHU5Li093241 for ; Sat, 16 Aug 2008 17:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7GHU5st093238; Sat, 16 Aug 2008 17:30:05 GMT (envelope-from gnats) Resent-Date: Sat, 16 Aug 2008 17:30:05 GMT Resent-Message-Id: <200808161730.m7GHU5st093238@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7109D1065673 for ; Sat, 16 Aug 2008 17:28:01 +0000 (UTC) (envelope-from gslin@host-1.pixnet.tw) Received: from host-1.pixnet.tw (60-199-248-144.static.tfn.net.tw [60.199.248.144]) by mx1.freebsd.org (Postfix) with ESMTP id 126478FC17 for ; Sat, 16 Aug 2008 17:28:00 +0000 (UTC) (envelope-from gslin@host-1.pixnet.tw) Received: from host-1.pixnet.tw (gslin@localhost [127.0.0.1]) by host-1.pixnet.tw (8.14.2/8.14.2) with ESMTP id m7GHRuQm034281; Sun, 17 Aug 2008 01:27:58 +0800 (CST) (envelope-from gslin@host-1.pixnet.tw) Received: (from gslin@localhost) by host-1.pixnet.tw (8.14.2/8.14.2/Submit) id m7GHRun5034280; Sun, 17 Aug 2008 01:27:56 +0800 (CST) (envelope-from gslin) Message-Id: <200808161727.m7GHRun5034280@host-1.pixnet.tw> Date: Sun, 17 Aug 2008 01:27:56 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/126570: [NEW PORT] graphics/repng2jpeg: Tool to recompress JPEG/PNG/GIF X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2008 17:30:06 -0000 >Number: 126570 >Category: ports >Synopsis: [NEW PORT] graphics/repng2jpeg: Tool to recompress JPEG/PNG/GIF >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 16 17:30:05 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.0-STABLE amd64 >Organization: >Environment: System: FreeBSD host-1.pixnet.tw 7.0-STABLE FreeBSD 7.0-STABLE #1: Wed Jul 16 13:00:27 CST 2008 >Description: Tool to recompress JPEG/PNG/GIF. WWW: http://sugachan.dip.jp/obsolete/ext/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- repng2jpeg-1.0.4.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # repng2jpeg # repng2jpeg/pkg-descr # repng2jpeg/Makefile # repng2jpeg/distinfo # echo c - repng2jpeg mkdir -p repng2jpeg > /dev/null 2>&1 echo x - repng2jpeg/pkg-descr sed 's/^X//' >repng2jpeg/pkg-descr << 'b66cf801da5de0254c801107d858a833' XTool to recompress JPEG/PNG/GIF. X XWWW: http://sugachan.dip.jp/obsolete/ext/ b66cf801da5de0254c801107d858a833 echo x - repng2jpeg/Makefile sed 's/^X//' >repng2jpeg/Makefile << 'ad960f122f8ced2abc7c20d0e267a750' X# New ports collection makefile for: repng2jpeg X# Date created: 2008-08-17 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= repng2jpeg XPORTVERSION= 1.0.4 XCATEGORIES= graphics XMASTER_SITES= http://sugachan.dip.jp/obsolete/arch/ XDISTNAME= ${PORTNAME}_${PORTVERSION} X XMAINTAINER= gslin@gslin.org XCOMMENT= Tool to recompress JPEG/PNG/GIF X XLIB_DEPENDS= gd:${PORTSDIR}/graphics/gd X XCFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib -lgd X XPLIST_FILES= bin/repng2jpeg XRESTRICTED= No license text in tarball and website X Xdo-build: X ${CC} ${CFLAGS} -o ${WRKSRC}/src/repng2jpeg \ X ${WRKSRC}/src/repng2jpeg.c ${LDFLAGS} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/src/repng2jpeg ${PREFIX}/bin X X.include ad960f122f8ced2abc7c20d0e267a750 echo x - repng2jpeg/distinfo sed 's/^X//' >repng2jpeg/distinfo << 'ad329ff7925070e3e15aba2eca9840ee' XMD5 (repng2jpeg_1.0.4.tar.gz) = 8f5aab8af97063f075913115c7be5c5b XSHA256 (repng2jpeg_1.0.4.tar.gz) = d1f02dc6d698ebcd38aaf6c8ee149101fb5148aafb9783930eb037e2967adb90 XSIZE (repng2jpeg_1.0.4.tar.gz) = 1839766 ad329ff7925070e3e15aba2eca9840ee exit --- repng2jpeg-1.0.4.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: