pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/gzrecover Initial import of gzrecover-0.2 fr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9fbd4a408d24
branches: trunk
changeset: 477624:9fbd4a408d24
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Tue Jul 06 14:39:15 2004 +0000
description:
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:
archivers/gzrecover/DESCR | 7 +++++++
archivers/gzrecover/Makefile | 24 ++++++++++++++++++++++++
archivers/gzrecover/PLIST | 2 ++
archivers/gzrecover/distinfo | 4 ++++
4 files changed, 37 insertions(+), 0 deletions(-)
diffs (53 lines):
diff -r 35250c7bcfe0 -r 9fbd4a408d24 archivers/gzrecover/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/gzrecover/DESCR Tue Jul 06 14:39:15 2004 +0000
@@ -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 -r 35250c7bcfe0 -r 9fbd4a408d24 archivers/gzrecover/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/gzrecover/Makefile Tue Jul 06 14:39:15 2004 +0000
@@ -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@localhost
+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 -r 35250c7bcfe0 -r 9fbd4a408d24 archivers/gzrecover/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/gzrecover/PLIST Tue Jul 06 14:39:15 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/06 14:39:15 xtraeme Exp $
+bin/gzrecover
diff -r 35250c7bcfe0 -r 9fbd4a408d24 archivers/gzrecover/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/gzrecover/distinfo Tue Jul 06 14:39:15 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index