Port details |
- py-rdiff-backup Easy to use and efficient backup and restore utility
- 2.0.5 sysutils
=2 2.0.5Version of this port present on the latest quarterly branch. - Maintainer: uzsolt@uzsolt.hu
 - Port Added: 2020-05-17 08:35:25
- Last Update: 2021-10-29 09:50:18
- Commit Hash: 819f25b
- People watching this port, also watch:: dovecot, pkg, python, smartmontools, postfix
- Also Listed In: python
- License: GPLv2+
- Description:
- rdiff-backup backs up one directory to another, possibly over a network. The
target directory ends up a copy of the source directory, but extra reverse
diffs are stored in a special subdirectory of that target directory, so you
can still recover files lost some time ago. The idea is to combine the best
features of a mirror and an incremental backup. rdiff-backup also preserves
subdirectories, hard links, dev files, permissions, uid/gid ownership (if it
is running as root), and modification times. Finally, rdiff-backup can operate
in a bandwidth efficient manner over a pipe, like rsync. Thus you can use
rdiff-backup and ssh to securely back a hard drive up to a remote location,
and only the differences will be transmitted.
WWW: http://www.nongnu.org/rdiff-backup/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}rdiff-backup>0:sysutils/py-rdiff-backup@${PY_FLAVOR}
- Conflicts:
- CONFLICTS:
- rdiff-backup-devel
- rdiff-backup-1.0*
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/sysutils/py-rdiff-backup/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/py-rdiff-backup
- pkg install py38-rdiff-backup
NOTE: This is a Python port. Instead of py38-rdiff-backup listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-rdiff-backup
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1596021202
SHA256 (rdiff-backup-2.0.5.tar.gz) = 54d16038e62014ed916c71c8303b07d2fa61a6a68038ca189fc2d31534b0f38b
SIZE (rdiff-backup-2.0.5.tar.gz) = 456089
- 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:
-
- py38-setuptools_scm>0 : devel/py-setuptools_scm@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Library dependencies:
-
- librsync.so : net/librsync
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- sysutils_py-rdiff-backup
- USES:
- localbase:ldflags python:3.5+
- 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 |
29 Oct 2021 09:50:18 2.0.5
|
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
06 Apr 2021 14:31:07 2.0.5
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Dec 2020 13:46:02
2.0.5
|
kai  |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
02 Aug 2020 13:13:16
2.0.5
|
swills  |
sysutils/py-rdiff-backup: update to 2.0.5
PR: 248348
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer) |
06 Jul 2020 13:44:12
2.0.3
|
brnrd  |
sysutils/py-rdiff-backup: Update to 2.0.3
PR: 247780
Approved by: Zolt Udvari <uzsolt uzolt hu> (maintainer) |
17 May 2020 08:35:20
2.0.0
|
tagattie  |
- Update to 2.0.0 and undeprecate
- Rename portname to py-rdiff-backup following Python Ports Policy[1]
- Flavorize
- Remove PORTEPOCH due to package name change
- Use CHEESESHOP as MASTER_SITES instead of USE_GITHUB as per [1]
- Update COMMENT to match the description at PyPi as per [1]
- Update LICENSE and LICENSE_FILE based on the info at PyPi
- Add autoplist and concurrent to USE_PYTHON as per [1]
- Delete MAN1S and DOCS to let autoplist handle these files
- Delete pkg-plist in favor of autoplist
- Add TEST_DEPENDS and do-test target
[1] https://wiki.freebsd.org/Python/PortsPolicy
PR: 246250
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
Reviewed by: koobs, bapt
Approved by: ehaupt (mentor)
Changelog: https://github.com/rdiff-backup/rdiff-backup/blob/v2.0.0/CHANGELOG
Differential Revision: https://reviews.freebsd.org/D24816 |