Port details |
- rsync Network file distribution/synchronization utility
- 3.3.0 net =367 3.3.0Version of this port present on the latest quarterly branch.
- Maintainer: rodrigo@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-04-27 16:42:24
- Commit Hash: 8002d63
- People watching this port, also watch:: libiconv, expat, gmake, png, freetype2
- License: GPLv3+
- WWW:
- https://rsync.samba.org/
- Description:
- rsync is a replacement for rcp that has many more features.
rsync uses the "rsync algorithm" which provides a very fast method for
bringing remote files into sync. It does this by sending just the
differences in the files across the link, without requiring that both
sets of files are present at one of the ends of the link beforehand.
This makes rsync a good remote file distribution/synchronization utility
in a dialup PPP/SLIP environment.
Note, requires rsync on the destination machine.
There is a Computer Science Technical Report on the rsync algorithm is
included in the distribution, and is available as
ftp://samba.anu.edu.au/pub/rsync/tech_report.ps
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/rsync/ && make install clean
- To add the package, run one of these commands:
- pkg install net/rsync
- pkg install rsync
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rsync
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1712443181
SHA256 (rsync-3.3.0.tar.gz) = 7399e9a6708c32d678a72a63219e96f23be0be2336e50fd1348498d07041df90
SIZE (rsync-3.3.0.tar.gz) = 1153969
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:
-
- autoconf>=2.72 : devel/autoconf
- automake>=1.16.5 : devel/automake
- Library dependencies:
-
- liblz4.so : archivers/liblz4
- libxxhash.so : devel/xxhash
- libzstd.so : archivers/zstd
- libiconv.so : converters/libiconv
- This port is required by:
- for Build
-
- archivers/rvm
- audio/logitechmediaserver
- audio/musicpc
- devel/hs-git-annex
- games/anki
- games/freedoko
- graphics/lightzone
-
Deleted ports which required this port:
- for Run
-
- archivers/rvm
- databases/mariadb1011-server
- databases/mariadb105-server
- databases/mariadb106-server
- databases/mariadb114-server
- databases/pgbarman
- databases/postgresql-repmgr
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for rsync-3.3.0:
DOCS=on: Build and/or install documentation
ICONV=on: Encoding conversion support via iconv
POPT_PORT=off: Use popt from devel/popt instead of bundled one
SSH=on: Use SSH instead of RSH
ZLIB_BASE=on: Use zlib from base instead of bundled one
====> Functionality provided by third party patches: you can only select none or one of them
FLAGS=on: File system flags support patch, adds --fileflags
RENAMED=off: Add support for renamed file detection
===> Use 'make config' to modify these settings
- Options name:
- net_rsync
- USES:
- autoreconf:build cpe python shebangfix ssl iconv:translit
- pkg-message:
- For install:
- Some scripts provided by rsync, such as rrsync,
require Python, which is not installed by default.
- Master Sites:
|