notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2024Q2
rsync Network file distribution/synchronization utility
3.3.0 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.3.0Version of this port present on the latest quarterly branch.
Maintainer: rodrigo@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-04-27 19:42:07
Last Update: 2024-04-27 19:37:01
Commit Hash: 5a12756
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
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. /usr/local/share/licenses/rsync-3.3.0/catalog.mk
  2. /usr/local/share/licenses/rsync-3.3.0/LICENSE
  3. /usr/local/share/licenses/rsync-3.3.0/GPLv3+
  4. bin/rsync
  5. bin/rsync-ssl
  6. sbin/rrsync
  7. share/man/man1/rrsync.1.gz
  8. share/man/man1/rsync.1.gz
  9. share/man/man1/rsync-ssl.1.gz
  10. share/man/man5/rsyncd.conf.5.gz
  11. @sample etc/rsync/rsyncd.conf.sample
  12. @owner
  13. @group
  14. @mode
Collapse this list.
Dependency lines:
  • rsync>0:net/rsync
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

Expand this list (2 items)

Collapse this list.

SHA256 (rsync-patches-3.3.0.tar.gz) = 3dd51cd88d25133681106f68622ebedbf191ab25a21ea336ba409136591864b0 SIZE (rsync-patches-3.3.0.tar.gz) = 98487

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. autoconf>=2.72 : devel/autoconf
  2. automake>=1.16.5 : devel/automake
Library dependencies:
  1. liblz4.so : archivers/liblz4
  2. libxxhash.so : devel/xxhash
  3. libzstd.so : archivers/zstd
  4. libiconv.so : converters/libiconv
This port is required by:
for Build
  1. games/anki
for Run
  1. sysutils/cbsd

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:
Expand this list (4 items)
Collapse this list.
  1. http://rsync.mirror.garr.it/src/
  2. http://www.mirrorservice.org/sites/rsync.samba.org/src/
  3. https://download.samba.org/pub/rsync/src/
  4. https://www.mirrorservice.org/sites/rsync.samba.org/src/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.3.0
27 Apr 2024 19:37:01
commit hash: 5a12756b044c150486e29460e896d8e7ef3139a2commit hash: 5a12756b044c150486e29460e896d8e7ef3139a2commit hash: 5a12756b044c150486e29460e896d8e7ef3139a2commit hash: 5a12756b044c150486e29460e896d8e7ef3139a2 files touched by this commit
Rodrigo Osorio (rodrigo) search for other commits by this committer
net/rsync: upgrade to 3.3.0

Full changelog: https://download.samba.org/pub/rsync/NEWS#3.3.0

Major changes:
    * Several bugfixes around -sparse --inplace,
      buffer overflow in the checksum2,
      string-comparison issue in the internal handling of --progress,
      ensure local transfer marks the sender side as trusted,
      changes the argv handling to work with a newer popt library,
      a problem in the daemon auth for older protocols,
      old stats bug that counted devices as symlinks
   * Many enhancements:
     rrsync with the -no-overwrite option,
     manpages formating,
     mapfrom & mapto perl scripts into a single python script,
     mnt-excl perl script into a python script

PR:		278208
Reported by:	vvd

(cherry picked from commit 8002d6300ed5100232524a701ee00b3a00540b20)

Number of commits found: 1