summaryrefslogtreecommitdiff
path: root/net/zsync/DESCR
diff options
context:
space:
mode:
authoragc <agc>2012-08-11 15:43:13 +0000
committeragc <agc>2012-08-11 15:43:13 +0000
commitdfdfce16d030c1133835b3ec9257451ce6bf5fe8 (patch)
tree461d18e1298697d0ebd20aaca53ebf8319207ca6 /net/zsync/DESCR
parent7ef8eff1e9335926bd647fc90556882d7e270326 (diff)
downloadpkgsrc-dfdfce16d030c1133835b3ec9257451ce6bf5fe8.tar.gz
Import zsync-0.6.2 into the packages collection.
zsync is a file transfer program. It allows you to download a file from a remote server, where you have a copy of an older version of the file on your computer already. zsync downloads only the new parts of the file. It uses the same algorithm as rsync. However, zsync is designed for file distribution, with one file on a server to be distributed to thousands of downloaders. zsync requires no special server software - just a web server to host the files - and imposes no extra load on the server, making it ideal for large scale file distribution. Client-side rsync - zsync runs on the client side, thus avoiding the high server load associated with rsync. Rsync over HTTP - zsync provides transfers that are nearly as efficient as rsync -z or cvsup, without the need to run a special server application. All that is needed is an HTTP/1.1-compliant web server, so it works through firewalls and on shared hosting accounts. Handling for compressed files - rsync is ineffective on compressed files, unless they are compressed with a patched version of gzip. zsync has special handling for gzipped files, which enables update transfers of files which are distributed in compressed form.
Diffstat (limited to 'net/zsync/DESCR')
-rw-r--r--net/zsync/DESCR24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/zsync/DESCR b/net/zsync/DESCR
new file mode 100644
index 00000000000..c582df07133
--- /dev/null
+++ b/net/zsync/DESCR
@@ -0,0 +1,24 @@
+zsync is a file transfer program. It allows you to download a file
+from a remote server, where you have a copy of an older version of the
+file on your computer already. zsync downloads only the new parts of
+the file. It uses the same algorithm as rsync. However, zsync is
+designed for file distribution, with one file on a server to be
+distributed to thousands of downloaders. zsync requires no special
+server software - just a web server to host the files - and imposes no
+extra load on the server, making it ideal for large scale file
+distribution.
+
+ Client-side rsync - zsync runs on the client side, thus
+ avoiding the high server load associated with rsync.
+
+ Rsync over HTTP - zsync provides transfers that are nearly as
+ efficient as rsync -z or cvsup, without the need to run a
+ special server application. All that is needed is an
+ HTTP/1.1-compliant web server, so it works through firewalls
+ and on shared hosting accounts.
+
+ Handling for compressed files - rsync is ineffective on
+ compressed files, unless they are compressed with a patched
+ version of gzip. zsync has special handling for gzipped
+ files, which enables update transfers of files which are
+ distributed in compressed form.