pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/zsync Import zsync-0.6.2 into the packages collect...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0887cb0319f9
branches:  trunk
changeset: 607412:0887cb0319f9
user:      agc <agc%pkgsrc.org@localhost>
date:      Sat Aug 11 15:43:13 2012 +0000

description:
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:

 net/zsync/DESCR    |  24 ++++++++++++++++++++++++
 net/zsync/Makefile |  17 +++++++++++++++++
 net/zsync/PLIST    |   7 +++++++
 net/zsync/distinfo |   5 +++++
 4 files changed, 53 insertions(+), 0 deletions(-)

diffs (69 lines):

diff -r 289ff5ebfa33 -r 0887cb0319f9 net/zsync/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/zsync/DESCR   Sat Aug 11 15:43:13 2012 +0000
@@ -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.
diff -r 289ff5ebfa33 -r 0887cb0319f9 net/zsync/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/zsync/Makefile        Sat Aug 11 15:43:13 2012 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/08/11 15:43:13 agc Exp $
+
+DISTNAME=      zsync-0.6.2
+CATEGORIES=    net
+MASTER_SITES=  http://zsync.moria.org.uk/download/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    agc%NetBSD.org@localhost
+HOMEPAGE=      http://zsync.moria.org.uk/index
+COMMENT=       Optimising file distribution program, a 1-to-many rsync
+LICENSE=       artistic-2.0
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff -r 289ff5ebfa33 -r 0887cb0319f9 net/zsync/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/zsync/PLIST   Sat Aug 11 15:43:13 2012 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2012/08/11 15:43:13 agc Exp $
+bin/zsync
+bin/zsyncmake
+man/man1/zsync.1
+man/man1/zsyncmake.1
+share/doc/zsync/COPYING
+share/doc/zsync/README
diff -r 289ff5ebfa33 -r 0887cb0319f9 net/zsync/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/zsync/distinfo        Sat Aug 11 15:43:13 2012 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2012/08/11 15:43:13 agc Exp $
+
+SHA1 (zsync-0.6.2.tar.bz2) = 5e69f084c8adaad6a677b68f7388ae0f9507617a
+RMD160 (zsync-0.6.2.tar.bz2) = 3a7ce9f72cde7960cb3c9ede629bae23fca40153
+Size (zsync-0.6.2.tar.bz2) = 245592 bytes



Home | Main Index | Thread Index | Old Index