diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-06 14:39:15 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-06 14:39:15 +0000 |
commit | 0728638b9b6c12c37e7281ef13c9dc281859dcc9 (patch) | |
tree | eebc7edf2cb26b42c2026934ba8474516080ba0c /archivers/gzrecover | |
parent | b98cbf91e077ad5e79a51b8a1becc3126fe12806 (diff) | |
download | pkgsrc-0728638b9b6c12c37e7281ef13c9dc281859dcc9.tar.gz |
Initial import of gzrecover-0.2 from pkgsrc-wip, packaged by pancake.
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.
Diffstat (limited to 'archivers/gzrecover')
-rw-r--r-- | archivers/gzrecover/DESCR | 7 | ||||
-rw-r--r-- | archivers/gzrecover/Makefile | 24 | ||||
-rw-r--r-- | archivers/gzrecover/PLIST | 2 | ||||
-rw-r--r-- | archivers/gzrecover/distinfo | 4 |
4 files changed, 37 insertions, 0 deletions
diff --git a/archivers/gzrecover/DESCR b/archivers/gzrecover/DESCR new file mode 100644 index 00000000000..09a8b7759aa --- /dev/null +++ b/archivers/gzrecover/DESCR @@ -0,0 +1,7 @@ +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. diff --git a/archivers/gzrecover/Makefile b/archivers/gzrecover/Makefile new file mode 100644 index 00000000000..31702b09b60 --- /dev/null +++ b/archivers/gzrecover/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/06 14:39:15 xtraeme Exp $ +# + +DISTNAME= gzrt-0.2 +PKGNAME= gzrecover-0.2 +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 + +ALL_TARGET= gzrecover +USE_BUILDLINK3= yes + +INSTALLATION_DIRS= bin + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gzrecover ${PREFIX}/bin + +.include "../../devel/zlib/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/gzrecover/PLIST b/archivers/gzrecover/PLIST new file mode 100644 index 00000000000..0df7d48f6c1 --- /dev/null +++ b/archivers/gzrecover/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/06 14:39:15 xtraeme Exp $ +bin/gzrecover diff --git a/archivers/gzrecover/distinfo b/archivers/gzrecover/distinfo new file mode 100644 index 00000000000..d9760863fa1 --- /dev/null +++ b/archivers/gzrecover/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/07/06 14:39:15 xtraeme Exp $ + +SHA1 (gzrt-0.2.tar.gz) = 56bc249cfd5b8852e93640a231d71c8823f6d99f +Size (gzrt-0.2.tar.gz) = 7740 bytes |