From ehaupt@mx.critical.ch  Fri Jun  3 13:18:44 2005
Return-Path: <ehaupt@mx.critical.ch>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0F70F16A41C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  3 Jun 2005 13:18:44 +0000 (GMT)
	(envelope-from ehaupt@mx.critical.ch)
Received: from mx.critical.ch (admin.critical.ch [67.18.86.178])
	by mx1.FreeBSD.org (Postfix) with SMTP id C763643D48
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  3 Jun 2005 13:18:43 +0000 (GMT)
	(envelope-from ehaupt@mx.critical.ch)
Received: (qmail 15980 invoked by uid 1000); 3 Jun 2005 13:18:41 -0000
Message-Id: <20050603131841.15979.qmail@mx.critical.ch>
Date: 3 Jun 2005 13:18:41 -0000
From: Emanuel Haupt <ehaupt@critical.ch>
Reply-To: Emanuel Haupt <ehaupt@critical.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [new port]: archivers/gzrecover 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         81840
>Category:       ports
>Synopsis:       [new port]: archivers/gzrecover
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    jylefort
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 03 13:20:00 GMT 2005
>Closed-Date:    Wed Jun 08 12:10:03 GMT 2005
>Last-Modified:  Wed Jun 08 12:10:03 GMT 2005
>Originator:     Emanuel Haupt
>Release:        FreeBSD 4.11-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD admin.critical.ch 4.11-RELEASE-p2 FreeBSD 4.11-RELEASE-p2 #0: Wed Apr 6 16:53:59 CEST 2005 root@admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386


	
>Description:
[new port]: archivers/gzrecover

Gzrecover attempts to skip over bad data in a gzip archive. It will try to to
skip over bad data and extract whatever files might be there.

>How-To-Repeat:
	
>Fix:
--- gzrecover.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:
#
#	gzrecover
#	gzrecover/Makefile
#	gzrecover/pkg-descr
#	gzrecover/distinfo
#	gzrecover/pkg-plist
#
echo c - gzrecover
mkdir -p gzrecover > /dev/null 2>&1
echo x - gzrecover/Makefile
sed 's/^X//' >gzrecover/Makefile << 'END-of-gzrecover/Makefile'
X# New ports collection makefile for:	gzrecover
X# Date created:				3 June 2005
X# Whom:					Emanuel Haupt <ehaupt@critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gzrecover
XDISTVERSION=	0.3
XCATEGORIES=	archivers
XMASTER_SITES=	http://www.urbanophile.com/arenn/hacking/gzrt/
XDISTNAME=	gzrt-${DISTVERSION}
X
XMAINTAINER=	ehaupt@critical.ch
XCOMMENT=	A gzip recovery toolkit
X
XCFLAGS+=	-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
X
Xdo-build:
X	${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -lz
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-gzrecover/Makefile
echo x - gzrecover/pkg-descr
sed 's/^X//' >gzrecover/pkg-descr << 'END-of-gzrecover/pkg-descr'
XGzrecover attempts to skip over bad data in a gzip archive. It will try to to
Xskip over bad data and extract whatever files might be there.
X
XWWW: http://www.urbanophile.com/arenn/hacking/gzrt/
X
X- ehaupt
Xehaupt@critical.ch
END-of-gzrecover/pkg-descr
echo x - gzrecover/distinfo
sed 's/^X//' >gzrecover/distinfo << 'END-of-gzrecover/distinfo'
XMD5 (gzrt-0.3.tar.gz) = b54888d4b7a0f130dec89e477b091159
XSIZE (gzrt-0.3.tar.gz) = 7818
END-of-gzrecover/distinfo
echo x - gzrecover/pkg-plist
sed 's/^X//' >gzrecover/pkg-plist << 'END-of-gzrecover/pkg-plist'
Xbin/gzrecover
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-gzrecover/pkg-plist
exit
--- gzrecover.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jylefort 
Responsible-Changed-By: jylefort 
Responsible-Changed-When: Fri Jun 3 13:31:31 GMT 2005 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81840 
State-Changed-From-To: open->closed 
State-Changed-By: jylefort 
State-Changed-When: Wed Jun 8 12:09:51 GMT 2005 
State-Changed-Why:  
Committed with a few stylistic changes, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81840 
>Unformatted:
