diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-10-24 12:26:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-10-24 12:26:41 +0000 |
commit | 1dd44b180eb9cd755ac19dcd06383d9b24ed5e0a (patch) | |
tree | 58fd2adf6e092b0b792e9e958222d251f9a1218f /sysutils/slack/pkg-descr | |
parent | aad6c199dae4962e6bce0a5ebbdc84cd0c4324d1 (diff) | |
download | ports-1dd44b180eb9cd755ac19dcd06383d9b24ed5e0a.tar.gz ports-1dd44b180eb9cd755ac19dcd06383d9b24ed5e0a.zip |
slack is an evolution from the usual "put files in some central directory"
that is fairly common practice. It's descended from an earlier system its
author also wrote, called "subsets", and uses a multi-stage rsync to fix
some of the problems he had there.
Basically, it's a glorified wrapper around rsync.
WWW: http://code.google.com/p/slack/
PR: ports/127911
Submitted by: Steve Atwell
Notes
Notes:
svn path=/head/; revision=221985
Diffstat (limited to 'sysutils/slack/pkg-descr')
-rw-r--r-- | sysutils/slack/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/slack/pkg-descr b/sysutils/slack/pkg-descr new file mode 100644 index 000000000000..44a3e8407ec7 --- /dev/null +++ b/sysutils/slack/pkg-descr @@ -0,0 +1,8 @@ +slack is an evolution from the usual "put files in some central directory" +that is fairly common practice. It's descended from an earlier system its +author also wrote, called "subsets", and uses a multi-stage rsync to fix +some of the problems he had there. + +Basically, it's a glorified wrapper around rsync. + +WWW: http://code.google.com/p/slack/ |