| Port details |
- rsync Network file distribution/synchronization utility
- 3.4.4 net
=359 3.4.4Version of this port present on the latest quarterly branch. - Maintainer: rodrigo@FreeBSD.org
 - Port Added: unknown
- Last Update: 2026-06-08 19:26:31
- Commit Hash: 8bb5ac6
- 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)
-
- 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 = 1780903220
SHA256 (rsync-3.4.4.tar.gz) = bd88cf82fa653da32314fb229136407c5c90f80d1758d8f4b091767877d8fa96
SIZE (rsync-3.4.4.tar.gz) = 1223040
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:
-
- py311-cmarkgfm>=0.8.0 : textproc/py-cmarkgfm@py311
- python3.11 : lang/python311
- autoconf>=2.73 : devel/autoconf
- automake>=1.18.1 : 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/lyrionmusicserver
- audio/musicpc
- deskutils/joplin-desktop
- devel/hs-git-annex
- games/anki
- games/freedoko
-
Deleted ports which required this port:
- for Run
-
- archivers/rvm
- benchmarks/hipercontracer
- databases/mariadb1011-server
- databases/mariadb106-server
- databases/mariadb114-server
- databases/mariadb118-server
- databases/mariadb123-server
-
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.4:
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
===> 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:
|
| Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2026-05-15
Affects: Users of net/rsync Author: rodrigo@FreeBSD.org Reason:
Since rsync 3.4.2, the rsync project removed support for the unmaintained
rsync-patches archive. As a consequence options such as File system flags
(--fileflags) are not available anymore in default build.
|
Number of commits found: 221 (showing only 21 on this page)
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
04 Dec 2001 01:13:37
    |
obrien  |
Upgrade to 2.5.0. The main change is the integration of the KAME IPv6 patch.
Also one minor nit was fixed about the rsyncd PID file. |
02 Dec 2001 22:15:09
    |
steve  |
Spell rsync correctly. |
20 May 2001 08:28:06
    |
obrien  |
Upgrade the bundled zlib from 1.1.2 to 1.1.3. This should fix the hanging
bugs we are seeing quite often at ftp-master. We cannot just use the system
libz (which is at 1.1.3) because rsync has hacked it's copy. This upgrade
contains those hacks. |
20 May 2001 08:27:00
    |
obrien  |
Upgrade the bundled zlib from 1.1.2 to 1.1.3. This should fix the hanging
bugs we are seeing quite often at ftp-master. We cannot just use the system
libz (which is at 1.1.3) because rsync has hacked it's copy. This upgrade
contains those hacks. |
09 Apr 2001 18:33:59
    |
obrien  |
Numerically note the rsync w/ssh as rsh problem was fixed. |
08 Apr 2001 16:48:29
    |
obrien  |
rsync sometimes freezes during execution if it is run over ssh. rsync turns on
blocking I/O mode if remote shell command is rsh (ie. matched RSYNC_RSH) to
work around some broken rsh implementations on other platforms. |
08 Mar 2001 11:40:26
    |
obrien  |
Change the default remote protocol from RSH to SSH. |
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. |
Number of commits found: 221 (showing only 21 on this page)
|