From gslin@host-1.pixnet.tw  Sat Aug 16 17:28:01 2008
Return-Path: <gslin@host-1.pixnet.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7109D1065673
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [NEW PORT] graphics/repng2jpeg: Tool to recompress JPEG/PNG/GIF
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 16 17:30:05 UTC 2008
>Closed-Date:    Sun Aug 17 06:20:46 UTC 2008
>Last-Modified:  Sun Aug 17 06:30:01 UTC 2008
>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 <gslin@gslin.org>
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 <bsd.port.mk>
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:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sun Aug 17 06:20:44 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126570 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/126570: commit references a PR
Date: Sun, 17 Aug 2008 06:20:55 +0000 (UTC)

 edwin       2008-08-17 06:20:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics             Makefile 
   Added files:
     graphics/repng2jpeg  Makefile distinfo pkg-descr 
   Log:
   [NEW PORT] graphics/repng2jpeg: Tool to recompress JPEG/PNG/GIF
   
           Tool to recompress JPEG/PNG/GIF.
   
           WWW: http://sugachan.dip.jp/obsolete/ext/
   
   PR:             ports/126570
   Submitted by:   Gea-Suan Lin <gslin@gslin.org>
   
   Revision  Changes    Path
   1.1175    +1 -0      ports/graphics/Makefile
   1.1       +32 -0     ports/graphics/repng2jpeg/Makefile (new)
   1.1       +3 -0      ports/graphics/repng2jpeg/distinfo (new)
   1.1       +3 -0      ports/graphics/repng2jpeg/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
