Port details |
- safecopy Safe copying of files and partition
- 1.7_1 sysutils
=4 1.7_1Version of this port present on the latest quarterly branch. - Maintainer: anastasios@mageirias.com
 - Port Added: 2017-02-07 20:32:10
- Last Update: 2024-02-26 07:04:54
- Commit Hash: 077c863
- People watching this port, also watch:: e2fsprogs, indexinfo, monit, inotify-tools, dbus
- License: GPLv2
- WWW:
- https://safecopy.sourceforge.net/
- Description:
- Safecopy is a data recovery tool which tries to extract as much data as
possible from a problematic (i.e. damaged sectors) source - like floppy drives,
hard disk partitions, CDs, tape devices etc, ... , where other tools like dd
would fail due to I/O errors.
Safecopy includes a low level IO layer to read CDROM disks in raw mode, and
issue device resets and other helpful low level operations on a number of other
device classes.
The project also includes a device simulator which can be used to simulate bad
media for testing and benchmarking safecopy as well as other data rescue tools.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- safecopy>0:sysutils/safecopy
- To install the port:
- cd /usr/ports/sysutils/safecopy/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/safecopy
- pkg install safecopy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: safecopy
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1486492944
SHA256 (safecopy-1.7.tar.gz) = 42fbed5d4764020eb0f34d95e97a0e14e62d801c3ef80f89bd497d94d39cc4fd
SIZE (safecopy-1.7.tar.gz) = 398465
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_safecopy
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7_1 26 Feb 2024 07:04:54
    |
Muhammad Moinur Rahman (bofh)  |
sysutils/safecopy: Moved man to share/man
Approved by: portmgr (blanket) |
1.7 06 Nov 2023 10:03:47
    |
Rodrigo Osorio (rodrigo)  |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.7 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.7 01 Apr 2022 15:09:49
    |
Dmitry Marakasov (amdmi3)  |
*/*: fix trailing whitespace in pkg-descr's
Approved by: portmgr blanket |
1.7 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.7 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.7 07 Feb 2017 20:31:32
  |
krion  |
New port: sysutils/safecopy
Safecopy is a data recovery tool which tries to extract as much
data as possible from a problematic (i.e. damaged sectors) source -
like floppy drives, hard disk partitions, CDs, tape devices etc, ...
, where other tools like dd would fail due to I/O errors. Safecopy
includes a low level IO layer to read CDROM disks in raw mode, and
issue device resets and other helpful low level operations on a
number of other device classes. The project also includes a device
simulator which can be used to simulate bad media for testing and
benchmarking safecopy as well as other data rescue tools.
WWW: http://safecopy.sourceforge.net/
PR: 216892
Submitted by: anastasios@mageirias.com
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9479 |