Port details |
- rsync Network file distribution/synchronization utility
- 3.4.1_3 net
=362 3.4.1_2Version of this port present on the latest quarterly branch. - Maintainer: rodrigo@FreeBSD.org
 - Port Added: unknown
- Last Update: 2025-07-29 18:43:49
- Commit Hash: 5581370
- 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:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- 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 = 1737009301
SHA256 (rsync-3.4.1.tar.gz) = 2924bcb3a1ed8b551fc101f740b9f0fe0a202b115027647cf69850d65fd88c52
SIZE (rsync-3.4.1.tar.gz) = 1172739
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.17 : 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/mariadb106-server
- databases/mariadb114-server
- databases/mariadb118-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.4.1_3:
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Feb 2001 14:51:16
    |
obrien  |
Put back my editor hints that were removed w/o permission. Note these are
*FULLY* Satoshi approved for the past 4 years. |
16 Jan 2001 17:33:20
    |
sobomax  |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
09 Jan 2001 17:09:44
    |
obrien  |
Add a missing \ |
07 Jan 2001 17:49:52
    |
will  |
Clean up inefficient perl invocations; use multiple REs in the same call. |
21 Dec 2000 20:16:10
    |
obrien  |
Remove Y2k. Satoshi said it wasn't needed any more. |
22 Nov 2000 00:26:04
    |
obrien  |
Add $FreeBSD$, which help me in problem reports. |
08 Oct 2000 07:19:09
    |
asami  |
Convert category net to new layout. |
13 Sep 2000 21:02:11
    |
sumikawa  |
Enable IPv6 supporting. |
08 Sep 2000 21:15:04
    |
obrien  |
Update to 2.4.6. |
01 Sep 2000 14:08:59
    |
sumikawa  |
use latest IPv6 patch. - freeaddrinfo(NULL) was executed when reverse
looking up of the client was failed in server mode. - -4/-6
options did not work in rsync client mode. |
26 Aug 2000 08:54:20
    |
sumikawa  |
Enable IPv6 patch. |
25 Aug 2000 20:27:56
    |
obrien  |
Uprade to version 2.4.5. |
09 Aug 2000 11:25:33
    |
obrien  |
Upgrade to version 2.4.4. |
19 Jul 2000 16:36:19
    |
sumikawa  |
Re-enable IPv6 supporting. |