diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-06-08 20:08:09 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-06-08 20:08:09 +0800 |
commit | eed7ff18463611f6a2738b2c6ad87064de0737f6 (patch) | |
tree | 72ce39f683660da80f7dccaded1ccce626f19b10 /archivers/Makefile | |
parent | 18a2e12050607679e8da1ed8baed5350f58473d9 (diff) | |
download | freebsd-ports-gnome-eed7ff18463611f6a2738b2c6ad87064de0737f6.tar.gz freebsd-ports-gnome-eed7ff18463611f6a2738b2c6ad87064de0737f6.tar.zst freebsd-ports-gnome-eed7ff18463611f6a2738b2c6ad87064de0737f6.zip |
Add 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.
WWW: http://www.urbanophile.com/arenn/hacking/gzrt/
PR: ports/81840
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 2efeb6d938d8..65bf90ac0d07 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -23,6 +23,7 @@ SUBDIR += freeze SUBDIR += gtar SUBDIR += gzip + SUBDIR += gzrecover SUBDIR += ha SUBDIR += hffzip SUBDIR += hpack.non-usa.only |