summaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-16 07:23:01 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-16 07:23:01 +0000
commitf8e050261ed4799456c2266148f7bd084ce3932e (patch)
tree29e0771423bf52bddafb0538fcffe602fdb40b83 /net/rsync
parentPretty-printing utility, similar to Sun's /usr/openwin/bin/mp. (diff)
A network file distribution/synchronisation utility.
Submitted by: David O'Brien (obrien@cs.ucdavis.edu)
Notes
Notes: svn path=/head/; revision=3607
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile27
-rw-r--r--net/rsync/distinfo1
-rw-r--r--net/rsync/pkg-comment1
-rw-r--r--net/rsync/pkg-descr16
-rw-r--r--net/rsync/pkg-plist3
5 files changed, 48 insertions, 0 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
new file mode 100644
index 000000000000..91401c6d661b
--- /dev/null
+++ b/net/rsync/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: rsync
+# Version required: 0.37
+# Date created: Sat Aug 3, 1996
+# Whom: David O'Brien (obrien@cs.ucdavis.edu)
+#
+# $Id: Makefile,v 1.5 1995/04/24 03:38:04 asami Exp $
+#
+
+DISTNAME= rsync-1.5.1
+CATEGORIES+= net
+MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/
+
+MAINTAINER= obrien@cs.ucdavis.edu
+
+GNU_CONFIGURE= yes
+
+post-install:
+ strip ${PREFIX}/bin/rsync
+.if !defined(NOMANCOMPRESS)
+ gzip -9nf ${PREFIX}/man/man1/rsync.1
+.endif
+.if !defined(NOPORTDOCS)
+ mkdir -p ${PREFIX}/share/doc/rsync
+ ${INSTALL_DATA} ${WRKSRC}/tech_report.ps ${PREFIX}/share/doc/rsync
+.endif
+
+.include <bsd.port.mk>
diff --git a/net/rsync/distinfo b/net/rsync/distinfo
new file mode 100644
index 000000000000..bd115fb1a06a
--- /dev/null
+++ b/net/rsync/distinfo
@@ -0,0 +1 @@
+MD5 (rsync-1.5.1.tar.gz) = b775b33d9a64c481bed584694ab97856
diff --git a/net/rsync/pkg-comment b/net/rsync/pkg-comment
new file mode 100644
index 000000000000..30189ea49a11
--- /dev/null
+++ b/net/rsync/pkg-comment
@@ -0,0 +1 @@
+A network file distribution/synchronisation utility.
diff --git a/net/rsync/pkg-descr b/net/rsync/pkg-descr
new file mode 100644
index 000000000000..046caa04fcc6
--- /dev/null
+++ b/net/rsync/pkg-descr
@@ -0,0 +1,16 @@
+rsync is a replacement for rcp that has many more features.
+
+rsyns 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/synchronisation 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
+
+ -- David (obrien@cs.ucdavis.edu)
diff --git a/net/rsync/pkg-plist b/net/rsync/pkg-plist
new file mode 100644
index 000000000000..efb47cb8c644
--- /dev/null
+++ b/net/rsync/pkg-plist
@@ -0,0 +1,3 @@
+bin/rsync
+man/man1/rsync.1.gz
+share/doc/rsync/tech_report.ps