Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an additional mirror. | Emanuel Haupt | 2006-06-01 | 1 | -1/+3 |
| | | | | Notes: svn path=/head/; revision=164152 | ||||
* | Remove deprecated USE_REINPLACE | Emanuel Haupt | 2006-02-19 | 1 | -1/+0 |
| | | | | Notes: svn path=/head/; revision=156387 | ||||
* | Add SHA256 hashes to my ports | Emanuel Haupt | 2005-11-30 | 1 | -0/+1 |
| | | | | Notes: svn path=/head/; revision=150048 | ||||
* | Change MAINTAINER address for my ports. | Emanuel Haupt | 2005-10-06 | 1 | -1/+1 |
| | | | | | | | Approved by: novel (mentor) Notes: svn path=/head/; revision=144389 | ||||
* | Magic Rescue scans a block device for file types it knows how to recover and | Renato Botelho | 2005-07-19 | 5 | -0/+105 |
calls an external program to extract them. It looks at "magic bytes" in file contents, so it can be used both as an undelete utility and for recovering a corrupted drive or partition. As long as the file data is there, it will find it. It works on any file system, but on very fragmented file systems it can only recover the first chunk of each file. Practical experience shows, however, that chunks of 30-50MB are not uncommon. PR: ports/83666 Submitted by: Emanuel Haupt <ehaupt@mx.critical.ch> Approved by: flz (mentor) Notes: svn path=/head/; revision=139584 |