DESCR

So you thought you had your files backed up onto that jaz cartridge -
until it came time to restore. Then you found out that you had bad
sectors and you've lost almost everything because gzip craps out 10%
of the way through your archive. The gzip Recovery Toolkit has a program
- gzrecover - that attempts to skip over bad data in a gzip archive and
to GNU tar that enables that program to skip over bad data and extract
whatever files might be there.

Makefile

# $NetBSD: Makefile,v 1.6 2008/04/24 21:19:31 wiz Exp $
#

DISTNAME= gzrt-0.5
PKGNAME= gzrecover-0.5
CATEGORIES= archivers
MASTER_SITES= http://www.urbanophile.com/arenn/hacking/gzrt/

MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://www.urbanophile.com/arenn/hacking/gzrt/
COMMENT= GZip Recovery Toolkit

PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir

BUILD_TARGET= gzrecover

INSTALLATION_DIRS= bin

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gzrecover ${DESTDIR}${PREFIX}/bin

.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

PLIST

@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/06 14:39:15 xtraeme Exp $
bin/gzrecover

distinfo

$NetBSD: distinfo,v 1.3 2008/04/24 21:19:31 wiz Exp $

SHA1 (gzrt-0.5.tar.gz) = 99f1320dc795da666cd17d331c359e5c2433c129
RMD160 (gzrt-0.5.tar.gz) = e14e80de9b5e9abee8c68e6f2a9164c038b1d3a9
Size (gzrt-0.5.tar.gz) = 5559 bytes