diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-05-27 13:37:12 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-05-27 13:37:12 +0800 |
commit | 37cbf253036effa588f2e1db6c83d3bc9cf852c0 (patch) | |
tree | 29fcc0ec50c41f4c17c1eccd7948c132f88dc227 /net/p5-File-Rsync/pkg-descr | |
parent | 0cdba630ff03207f4db28866f2ad0052675d264c (diff) | |
download | freebsd-ports-gnome-37cbf253036effa588f2e1db6c83d3bc9cf852c0.tar.gz freebsd-ports-gnome-37cbf253036effa588f2e1db6c83d3bc9cf852c0.tar.zst freebsd-ports-gnome-37cbf253036effa588f2e1db6c83d3bc9cf852c0.zip |
Perl convenience wrapper for the rsync(1) program
PR: ports/27484
Submitted by: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'net/p5-File-Rsync/pkg-descr')
-rw-r--r-- | net/p5-File-Rsync/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/p5-File-Rsync/pkg-descr b/net/p5-File-Rsync/pkg-descr new file mode 100644 index 000000000000..14c5c581a19c --- /dev/null +++ b/net/p5-File-Rsync/pkg-descr @@ -0,0 +1,10 @@ +The File::Rsync Perl module is a convenience wrapper to the rsync(1) +command. It has wrappers for almost all the rsync commands and features, +as well as detecting errors. + +For more details, type 'perldoc File::Rsync' or see the CPAN homepage: + +WWW: http://search.cpan.org/search?dist=File-Rsync + +- Pete +petef@databits.net |