aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/gzrecover
Commit message (Collapse)AuthorAgeFilesLines
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* Update to 0.5ehaupt2006-09-073-55/+6
|
* - Respect DESTDIRehaupt2006-08-111-3/+1
| | | | | | | - Remove an unnecessary condition PR: 101801 Submitted by: gabor
* Add an additional mirror.ehaupt2006-06-011-1/+3
|
* Update to 0.4ehaupt2005-11-142-3/+4
|
* Change MAINTAINER address for my ports.ehaupt2005-10-061-1/+1
| | | | Approved by: novel (mentor)
* Suppress compiler warnings.jylefort2005-06-091-0/+49
| | | | | PR: ports/82050 Submitted by: maintainer
* Add gzrecover.jylefort2005-06-083-0/+43
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>