aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/gzrecover/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptehaupt2015-01-061-1/+1
|
* Quiesce mkdirehaupt2014-03-181-1/+1
|
* Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested forehaupt2014-02-131-2/+0
| | | | | | afterwards. Encouraged by: mat
* Now that this port is staged and DOCS defined we can stop testing for DOCS inehaupt2014-02-131-3/+1
| | | | any install target.
* Update to 0.8ehaupt2013-10-031-5/+4
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | archivers)
* Remove MAKE_JOBS_SAFE which is now default.ehaupt2013-07-241-2/+0
|
* Remove indefinite article from COMMENTehaupt2013-03-081-1/+1
|
* Update to 0.7ehaupt2013-02-061-1/+1
|
* - Use DOC instead of NOPORTDOCSehaupt2013-01-151-1/+5
| | | | | - Pacify portlint - Convert header
* - Update to 0.6ehaupt2012-11-061-6/+2
| | | | | | - Trim header Feature safe: yes
* Pacify portlintehaupt2011-12-271-1/+2
| | | | Feature safe: yes
* Add LICENSE, remove MD5 sumsehaupt2011-01-251-0/+1
| | | | Feature safe: yes
* Mark MAKE_JOBS_SAFEehaupt2009-03-271-0/+2
|
* Use MASTER_SITE_CRITICALehaupt2008-03-281-2/+1
|
* - 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-071-3/+3
|
* - 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-141-1/+1
|
* Change MAINTAINER address for my ports.ehaupt2005-10-061-1/+1
| | | | Approved by: novel (mentor)
* Add gzrecover.jylefort2005-06-081-0/+34
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>