aboutsummaryrefslogtreecommitdiff
path: root/archivers/gzrecover
Commit message (Collapse)AuthorAgeFilesLines
* Update WWW and MASTER_SITESEmanuel Haupt2018-08-282-2/+2
| | | | Notes: svn path=/head/; revision=478290
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1
| | | | Notes: svn path=/head/; revision=376387
* Quiesce mkdirEmanuel Haupt2014-03-181-1/+1
| | | | Notes: svn path=/head/; revision=348550
* Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested forEmanuel Haupt2014-02-131-2/+0
| | | | | | | | | afterwards. Encouraged by: mat Notes: svn path=/head/; revision=344049
* Now that this port is staged and DOCS defined we can stop testing for DOCS inEmanuel Haupt2014-02-121-3/+1
| | | | | | | any install target. Notes: svn path=/head/; revision=343959
* Update to 0.8Emanuel Haupt2013-10-032-7/+6
| | | | Notes: svn path=/head/; revision=329172
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-2/+0
| | | | Notes: svn path=/head/; revision=323578
* Remove indefinite article from COMMENTEmanuel Haupt2013-03-081-1/+1
| | | | Notes: svn path=/head/; revision=313649
* Update to 0.7Emanuel Haupt2013-02-052-3/+3
| | | | Notes: svn path=/head/; revision=311720
* - Use DOC instead of NOPORTDOCSEmanuel Haupt2013-01-151-1/+5
| | | | | | | | - Pacify portlint - Convert header Notes: svn path=/head/; revision=310443
* - Update to 0.6Emanuel Haupt2012-11-052-8/+4
| | | | | | | | | - Trim header Feature safe: yes Notes: svn path=/head/; revision=307015
* Pacify portlintEmanuel Haupt2011-12-271-1/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=288109
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* Add LICENSE, remove MD5 sumsEmanuel Haupt2011-01-242-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268175
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-271-0/+2
| | | | Notes: svn path=/head/; revision=231102
* Use MASTER_SITE_CRITICALEmanuel Haupt2008-03-271-2/+1
| | | | Notes: svn path=/head/; revision=209970
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-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) Notes: svn path=/head/; revision=197075
* Update to 0.5Emanuel Haupt2006-09-073-55/+6
| | | | Notes: svn path=/head/; revision=172500
* - Respect DESTDIREmanuel Haupt2006-08-111-3/+1
| | | | | | | | | | - Remove an unnecessary condition PR: 101801 Submitted by: gabor Notes: svn path=/head/; revision=170344
* Add an additional mirror.Emanuel Haupt2006-06-011-1/+3
| | | | Notes: svn path=/head/; revision=164152
* Update to 0.4Emanuel Haupt2005-11-142-3/+4
| | | | Notes: svn path=/head/; revision=148233
* Change MAINTAINER address for my ports.Emanuel Haupt2005-10-061-1/+1
| | | | | | | Approved by: novel (mentor) Notes: svn path=/head/; revision=144389
* Suppress compiler warnings.Jean-Yves Lefort2005-06-091-0/+49
| | | | | | | | PR: ports/82050 Submitted by: maintainer Notes: svn path=/head/; revision=137101
* Add gzrecover.Jean-Yves Lefort2005-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> Notes: svn path=/head/; revision=137046