diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2007-04-01 13:26:49 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2007-04-01 13:26:49 +0000 |
commit | efd4058b1d280b75275ed9f62dd1ad1401a8338b (patch) | |
tree | 2c7a5e08913df509c1297c7cd6b5bb224ed5924d /misc/xdelta3 | |
parent | e40bd0b0c5c91a85241611e1d5e6bc6fd644e463 (diff) | |
download | ports-efd4058b1d280b75275ed9f62dd1ad1401a8338b.tar.gz ports-efd4058b1d280b75275ed9f62dd1ad1401a8338b.zip |
Add xdelta3 3.0q, open-source binary diff, VCDIFF/RFC 3284 delta
compression.
Notes
Notes:
svn path=/head/; revision=188944
Diffstat (limited to 'misc/xdelta3')
-rw-r--r-- | misc/xdelta3/Makefile | 24 | ||||
-rw-r--r-- | misc/xdelta3/distinfo | 3 | ||||
-rw-r--r-- | misc/xdelta3/pkg-descr | 6 |
3 files changed, 33 insertions, 0 deletions
diff --git a/misc/xdelta3/Makefile b/misc/xdelta3/Makefile new file mode 100644 index 000000000000..72e1f48427d6 --- /dev/null +++ b/misc/xdelta3/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xdelta +# Date created: 01 April 2007 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= xdelta +PORTVERSION= 3.0q +CATEGORIES= misc devel +MASTER_SITES= http://xdelta.googlecode.com/files/ +DISTNAME= ${PORTNAME}${PORTVERSION:C/\.//g} + +MAINTAINER= skv@FreeBSD.org +COMMENT= Open-source binary diff, VCDIFF/RFC 3284 delta compression + +ALL_TARGET= xdelta3 + +PLIST_FILES= bin/xdelta3 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xdelta3 ${PREFIX}/bin/ + +.include <bsd.port.mk> diff --git a/misc/xdelta3/distinfo b/misc/xdelta3/distinfo new file mode 100644 index 000000000000..29bab92b5538 --- /dev/null +++ b/misc/xdelta3/distinfo @@ -0,0 +1,3 @@ +MD5 (xdelta30q.tar.gz) = 633717fb1b3fa77374dc1f3549cc7b59 +SHA256 (xdelta30q.tar.gz) = 750ab5f9e0b8f5f85c396f5005439503cc4b7f7d006e6c30814064d64dd3a494 +SIZE (xdelta30q.tar.gz) = 180962 diff --git a/misc/xdelta3/pkg-descr b/misc/xdelta3/pkg-descr new file mode 100644 index 000000000000..65ce2765c2f6 --- /dev/null +++ b/misc/xdelta3/pkg-descr @@ -0,0 +1,6 @@ +Xdelta is a tool and library for differential compression. Xdelta +release version 3 supports VCDIFF encoding and decoding. This is a BETA +release, but almost stable. Supports compressing 64 bit files on +Windows, *nux, etc. + +WWW: http://code.google.com/p/xdelta/ |