aboutsummaryrefslogtreecommitdiff
path: root/sysutils/magicrescue/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.1.9Emanuel Haupt2010-04-141-2/+2
| | | | Notes: svn path=/head/; revision=252686
* Update to 1.1.8Emanuel Haupt2009-11-051-1/+1
| | | | Notes: svn path=/head/; revision=243826
* Update to 1.1.7Emanuel Haupt2009-09-251-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=242104
* Update to 1.1.6Emanuel Haupt2009-03-271-2/+2
| | | | Notes: svn path=/head/; revision=231137
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-271-0/+1
| | | | Notes: svn path=/head/; revision=231102
* - Make sure we pass --prefix to configure script just like before (this wasRong-En Fan2008-08-211-0/+1
| | | | | | | | | passed because we set GNU_CONFIGURE=yes which is removed in last commit) Approved by: ehaupt (maintainer via irc) Notes: svn path=/head/; revision=218959
* - Since configure script is a home-made one, not generated by autoconf,Rong-En Fan2008-08-211-1/+1
| | | | | | | | | | | | we should not set GNU_CONFIGURE to yes. Instead, we use HAS_CONFIGURE. This eliminates the warning below: configure: warning: ignoring option --build=amd64-portbld-freebsd7.0 Approved by: ehaupt (maintainer via irc) Notes: svn path=/head/; revision=218958
* Use MASTER_SITE_CRITICALEmanuel Haupt2008-03-271-2/+1
| | | | Notes: svn path=/head/; revision=209964
* Update to 1.1.5Emanuel Haupt2008-01-271-1/+1
| | | | Notes: svn path=/head/; revision=206274
* Add an additional mirror.Emanuel Haupt2006-06-011-1/+3
| | | | Notes: svn path=/head/; revision=164152
* Remove deprecated USE_REINPLACEEmanuel Haupt2006-02-191-1/+0
| | | | Notes: svn path=/head/; revision=156387
* Change MAINTAINER address for my ports.Emanuel Haupt2005-10-061-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 andRenato Botelho2005-07-191-0/+34
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