diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2005-03-23 19:01:45 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2005-03-23 19:01:45 +0000 |
commit | cb54ff77078f303f7678ce523f0fdd2b6fdf33f0 (patch) | |
tree | b702654dcf32e0a64979eaca94bbabdc85ec3e2b /net-misc/zsync/metadata.xml | |
parent | Fixup fix_libtool_files.sh running. (diff) | |
download | gentoo-2-cb54ff77078f303f7678ce523f0fdd2b6fdf33f0.tar.gz gentoo-2-cb54ff77078f303f7678ce523f0fdd2b6fdf33f0.tar.bz2 gentoo-2-cb54ff77078f303f7678ce523f0fdd2b6fdf33f0.zip |
Initial import. Fixes #86406.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-misc/zsync/metadata.xml')
-rw-r--r-- | net-misc/zsync/metadata.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net-misc/zsync/metadata.xml b/net-misc/zsync/metadata.xml new file mode 100644 index 000000000000..a55e2566a79c --- /dev/null +++ b/net-misc/zsync/metadata.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>karltk@gentoo.org</email> + <description>Primary maitainer</description> +</maintainer> + +<longdescription> +From the zsync web page: + +"zsync is a file transfer program. It allows you to download a file from a +remote web 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. + +zsync does not require any special server software or a shell account on the +remote system (rsync, in comparison, requires that you have an rsh or ssh +account, or that the remote system runs rsyncd). Instead, it uses a control file +-- a .zsync file -- that describes the file to be downloaded and enables zsync to +work out which blocks it needs. This file can be created by the admin of the web +server hosting the download, and placed alongside the file to download -- it is +generated once, then any downloaders with zsync can use it. Alternatively, +anyone can download the file, make a .zsync and provide it to other users (this +is what I am doing for the moment)." +</longdescription> +</pkgmetadata> |