aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ddrescue
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Update to 1.18.1.Raphael Kubo da Costa2014-06-202-3/+3
| | | | | | | | PR: 191063 Submitted by: jharris@widomaker.com (maintainer) Notes: svn path=/head/; revision=358553
* sysutils/ddrescue: update to 1.17William Grzybowski2013-11-062-18/+19
| | | | | | | | | | | | - Update to 1.17 [1] - Allow staging PR: ports/182780 [1] Submitted by: Horia Racoviceanu <horia racoviceanu.com> Approved by: maintainer Notes: svn path=/head/; revision=333043
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - pass maintainership to submitterJason Helfman2013-07-301-2/+1
| | | | | | | | | | - drop make_jobs_safe while here PR: 180935 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=323935
* - Switch to tar.gz distfile to remove lzip dependency [1]Alex Kozlov2013-04-192-17/+7
| | | | | | | | | | | | - Convert Makefile headers to new style - Minor Makefile improvements PR: ports/177664 [1] Submitted by: Jeremy Chadwick <jdc@koitsu.org> Feature safe: yes Notes: svn path=/head/; revision=316083
* - Update to version 1.16Armin Pirkovitsch2012-07-193-27/+13
| | | | | | | | | | | - Switch to optionsng PR: ports/169422 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor) Notes: svn path=/head/; revision=301179
* - Update to version 1.15Martin Wilke2012-01-283-9/+37
| | | | | | | | PR: 164166 Submitted by: Ports Fury Notes: svn path=/head/; revision=289961
* - Update to 1.14Dennis Herrmann2011-03-232-3/+5
| | | | | | | | PR: ports/155799 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=271534
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 1.13Baptiste Daroussin2010-08-312-4/+5
| | | | | | | | | - Add license Approved by: mentors (implicit) Notes: svn path=/head/; revision=260292
* - Update to 1.12Martin Wilke2010-07-152-19/+17
| | | | | | | | PR: 148572 Submitted by: Ports Fury Notes: svn path=/head/; revision=257780
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-1/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* Update to 1.11Tilman Keskinoz2009-07-262-5/+5
| | | | | | | | PR: 137144 Submitted by: Kouki Hashimoto Notes: svn path=/head/; revision=238371
* - Update to 1.9Philippe Audeoud2008-11-232-4/+4
| | | | Notes: svn path=/head/; revision=223225
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - Update to 1.8Andrew Pantyukhin2008-02-272-4/+4
| | | | Notes: svn path=/head/; revision=208018
* - Update to 1.7Andrew Pantyukhin2008-01-072-5/+6
| | | | Notes: svn path=/head/; revision=205204
* - Update to 1.6Andrew Pantyukhin2007-12-122-4/+4
| | | | Notes: svn path=/head/; revision=203404
* Add port sysutils/ddrescue:Andrew Pantyukhin2007-08-163-0/+61
GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, cdrom, etc) to another, trying hard to rescue data in case of read errors. Ddrescue does not truncate the output file if not asked to. So, every time you run it on the same output file, it tries to fill in the gaps. The basic operation of ddrescue is fully automatic. That is, you don't have to wait for an error, stop the program, read the log, run it in reverse mode, etc. If you use the logfile feature of ddrescue, the data is rescued very efficiently (only the needed blocks are read). Also you can interrupt the rescue at any time and resume it later at the same point. Automatic merging of backups: If you have two or more damaged copies of a file, cdrom, etc, and run ddrescue on all of them, one at a time, with the same output file, you will probably obtain a complete and error-free file. This is so because the probability of having damaged areas at the same places on different input files is very low. Using the logfile, only the needed blocks are read from the second and successive copies. WWW: http://www.gnu.org/software/ddrescue/ddrescue.html Author: Antonio Diaz Diaz <ant_diaz@teleline.es> Notes: svn path=/head/; revision=197801