Port details |
- magicrescue File recovery tool which recovers deleted files from a block device
- 1.1.10 sysutils
=7 1.1.10Version of this port present on the latest quarterly branch. - Maintainer: ehaupt@FreeBSD.org
 - Port Added: 2005-07-19 12:17:52
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: xorg, wireshark, hping, nmap, pcre
- License: GPLv2
- Description:
- Magic Rescue scans a block device for file types it knows how to recover and
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.
WWW: https://github.com/jbj/magicrescue/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- magicrescue>0:sysutils/magicrescue
- To install the port:
- cd /usr/ports/sysutils/magicrescue/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/magicrescue
- pkg install magicrescue
- PKGNAME: magicrescue
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1543528315
SHA256 (jbj-magicrescue-v1.1.10_GH0.tar.gz) = 060c77be3e86a328a4f90f45d2da41b2b78cb74f13d44f69e29909cf68e98cad
SIZE (jbj-magicrescue-v1.1.10_GH0.tar.gz) = 227237
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- sysutils_magicrescue
- USES:
- perl5 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.1.10
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
29 Nov 2018 22:23:37
1.1.10
|
ehaupt  |
- Update to 1.1.10
- Move to GitHub, project moved
- Update WWW
- Pacify portlint
- Don't install changelog and build instructions, it is not really documentation |
14 Jul 2015 19:44:13
1.1.9_1
|
amdmi3  |
- Fix shebangs
- Add LICENSE_FILE
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
06 Jan 2015 09:40:17
1.1.9
|
ehaupt  |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt |
27 Oct 2014 09:50:21
1.1.9
|
ehaupt  |
- Strip binaries
- Remove use of @dirrm |
08 Oct 2014 14:26:26
1.1.9
|
ehaupt  |
Remove @dirrm, @dirrmtry |
18 Mar 2014 14:26:58
1.1.9
|
ehaupt  |
Quiesce mkdir |
13 Feb 2014 09:40:55
1.1.9
|
ehaupt  |
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.
Encouraged by: mat |
12 Feb 2014 19:25:47
1.1.9
|
ehaupt  |
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target. |
26 Oct 2013 07:52:07
1.1.9
|
ehaupt  |
Support staging. |
20 Sep 2013 23:06:00
1.1.9
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
16 Sep 2013 07:29:09
1.1.9
|
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
24 Jul 2013 08:19:07
1.1.9
|
ehaupt  |
Remove MAKE_JOBS_SAFE which is now default. |
08 Mar 2013 14:00:31
1.1.9
|
ehaupt  |
Remove indefinite article from COMMENT |
15 Jan 2013 13:40:29
1.1.9
|
ehaupt  |
- Use DOC instead of NOPORTDOCS
- Pacify portlint
- Convert header |
27 Dec 2011 15:14:23
1.1.9
|
ehaupt  |
Pacify portlint
Feature safe: yes |
24 Oct 2011 04:17:38
1.1.9
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
25 Jan 2011 19:59:40
1.1.9
|
ehaupt  |
Add LICENSE and remove MD5 sums.
Feature safe: yes |
14 Apr 2010 19:12:54
1.1.9
|
ehaupt  |
Update to 1.1.9 |
05 Nov 2009 11:08:49
1.1.8
|
ehaupt  |
Update to 1.1.8 |
25 Sep 2009 21:27:11
1.1.7
|
ehaupt  |
Update to 1.1.7
Feature safe: yes |
27 Mar 2009 19:53:39
1.1.6
|
ehaupt  |
Update to 1.1.6 |
27 Mar 2009 09:53:36
1.1.5
|
ehaupt  |
Mark MAKE_JOBS_SAFE |
21 Aug 2008 15:36:57
1.1.5
|
rafan  |
- Make sure we pass --prefix to configure script just like before (this was
passed because we set GNU_CONFIGURE=yes which is removed in last commit)
Approved by: ehaupt (maintainer via irc) |
21 Aug 2008 15:26:18
1.1.5
|
rafan  |
- Since configure script is a home-made one, not generated by autoconf,
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) |
27 Mar 2008 19:27:34
1.1.5
|
ehaupt  |
Use MASTER_SITE_CRITICAL |
27 Jan 2008 03:12:52
1.1.5
|
ehaupt  |
Update to 1.1.5 |
01 Jun 2006 12:13:54
1.1.4
|
ehaupt  |
Add an additional mirror. |
19 Feb 2006 11:39:14
1.1.4
|
ehaupt  |
Remove deprecated USE_REINPLACE |
30 Nov 2005 14:01:14
1.1.4
|
ehaupt  |
Add SHA256 hashes to my ports |
06 Oct 2005 11:57:11
1.1.4
|
ehaupt  |
Change MAINTAINER address for my ports.
Approved by: novel (mentor) |
19 Jul 2005 12:17:18
1.1.4
|
garga  |
Magic Rescue scans a block device for file types it knows how to recover and
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) |