aboutsummaryrefslogtreecommitdiff
path: root/net/unison-devel/pkg-descr
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2000-10-26 01:42:33 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2000-10-26 01:42:33 +0000
commitf92095b090e2a8f46159297f6e1156cf0bded937 (patch)
treeac384d4fc0a6c05788860a863d82757b0b106e59 /net/unison-devel/pkg-descr
parentf3476b61693d5901f1169898fd989b104cc8b1ad (diff)
Add new port of unison 2.5.1, a utility for synchronizing files
which works both on local disks and over a network (can use ssh). PR: 22264 Submitted by: Dan Pelleg <dpelleg+unison@cs.cmu.edu>
Notes
Notes: svn path=/head/; revision=34243
Diffstat (limited to 'net/unison-devel/pkg-descr')
-rw-r--r--net/unison-devel/pkg-descr15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/unison-devel/pkg-descr b/net/unison-devel/pkg-descr
new file mode 100644
index 000000000000..5ae58aebb642
--- /dev/null
+++ b/net/unison-devel/pkg-descr
@@ -0,0 +1,15 @@
+Unison is a file-synchronization tool for Unix and Windows. It allows two
+replicas of a collection of files and directories to be stored on different
+hosts (or different disks on the same host), modified separately, and then
+brought up to date by propagating the changes in each replica to the other.
+
+Unison shares a number of features with tools such as configuration
+management packages (CVS, PRCS, etc.) distributed filesystems (Coda, etc.)
+uni-directional mirroring utilities (rsync, etc.) and other synchronizers
+(Intellisync, Reconcile, etc).
+
+WWW: http://www.cis.upenn.edu/~bcpierce/unison/
+
+- Dan Pelleg
+
+dpelleg+unison@cs.cmu.edu