ports/77538: net/zsync update from 0.1.6 to 0.2.2

Gordon Tetlow gtetlow at FreeBSD.org
Tue Feb 15 01:10:15 UTC 2005


>Number:         77538
>Category:       ports
>Synopsis:       net/zsync update from 0.1.6 to 0.2.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 15 01:10:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Gordon Tetlow
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
FreeBSD Project
>Environment:
System: FreeBSD spiff.melthusia.org 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Fri Aug 6 21:32:10 PDT 2004 gtetlow at spiff.melthusia.org:/local/usr.obj/usr/src/sys/SPIFF i386

>Description:
	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 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.

	WWW: http://zsync.moria.org.uk/

>How-To-Repeat:
>Fix:

diff -uNr /usr/ports/net/zsync/Makefile zsync/Makefile
--- /usr/ports/net/zsync/Makefile	Sat Jan 29 10:00:12 2005
+++ zsync/Makefile	Mon Feb 14 17:01:41 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	zsync
-PORTVERSION=	0.1.6
+PORTVERSION=	0.2.2
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -14,13 +14,16 @@
 MAINTAINER=	gordon at FreeBSD.org
 COMMENT=	A file transfer program
 
-PLIST_FILES=	bin/zsync bin/zsyncmake
+PLIST_FILES=	bin/zsync \
+		bin/zsyncmake
 
 .if !defined(NOPORTDOCS)
-PORTDOCS=	COPYING README
+PORTDOCS=	COPYING \
+		README
 .endif
 
-MAN1=		zsync.1 zsyncmake.1
+MAN1=		zsync.1 \
+		zsyncmake.1
 
 GNU_CONFIGURE=	yes
 
diff -uNr /usr/ports/net/zsync/distinfo zsync/distinfo
--- /usr/ports/net/zsync/distinfo	Sun Jan 16 00:28:13 2005
+++ zsync/distinfo	Mon Feb 14 16:51:10 2005
@@ -1,2 +1,2 @@
-MD5 (zsync-0.1.6.tar.gz) = f85eb0fe7331e16adfc7d4e6b0467a0d
-SIZE (zsync-0.1.6.tar.gz) = 199326
+MD5 (zsync-0.2.2.tar.gz) = bee5581951d3a60e05de81102ca128d3
+SIZE (zsync-0.2.2.tar.gz) = 174368
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list