From de9654a69142cb626346e4754c8468e5c0eac30a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 11 Jun 2012 17:15:52 +0200 Subject: [PATCH] New package: zsync-0.6.2. --- srcpkgs/zsync/template | 20 ++++++++++++++++++++ srcpkgs/zsync/zsync.rshlibs | 2 ++ 2 files changed, 22 insertions(+) create mode 100644 srcpkgs/zsync/template create mode 100644 srcpkgs/zsync/zsync.rshlibs diff --git a/srcpkgs/zsync/template b/srcpkgs/zsync/template new file mode 100644 index 00000000000..c8fdf8e4b30 --- /dev/null +++ b/srcpkgs/zsync/template @@ -0,0 +1,20 @@ +# Template file for 'zsync' +pkgname=zsync +version=0.6.2 +revision=1 +build_style=gnu-configure +short_desc="Client-side implementation of the rsync algorithm" +maintainer="Juan RP " +license="Artistic" +homepage="http://zsync.moria.org.uk/" +distfiles="http://zsync.moria.org.uk/download/zsync-$version.tar.bz2" +checksum=0b9d53433387aa4f04634a6c63a5efa8203070f2298af72a705f9be3dda65af2 +long_desc=" + zsync is a file transfer program to download files from remote web servers. + If a previous version of a file is available locally, zsync will only download + changed parts and hereby minimise the download volume. The algorithm is the + same as used by rsync(1), but zsync does not require any server software + (apart from a web server), nor does it need shell access. Instead, it uses + a control file (.zsync file) that describes the file to be downloaded, which + it uses to determine the blocks to fetch. This file is created once on the + server (and not for each request) and sits next to actual file to download." diff --git a/srcpkgs/zsync/zsync.rshlibs b/srcpkgs/zsync/zsync.rshlibs new file mode 100644 index 00000000000..7c868f98388 --- /dev/null +++ b/srcpkgs/zsync/zsync.rshlibs @@ -0,0 +1,2 @@ +libm.so.6 +libc.so.6