diff options
author | tnn <tnn> | 2007-04-23 10:17:42 +0000 |
---|---|---|
committer | tnn <tnn> | 2007-04-23 10:17:42 +0000 |
commit | d1d0a47a075673c5e6499a2921535362c6a6d8fd (patch) | |
tree | 496500d0c09b32c2c4bef15e6500c3fc707dc72a /devel/xdelta3 | |
parent | 46219f0b23b7b5e05f13f6d5279e947dac4bf9b0 (diff) | |
download | pkgsrc-d1d0a47a075673c5e6499a2921535362c6a6d8fd.tar.gz |
Import xdelta3 3.0q. This is an enhancement of devel/xdelta, but not yet
compatible with 1.x so it gets it's own package. Based on patch from "BK"
received in PR 36191.
-
Given two binary files, create a compressed binary diff of them. Also
provides the ability to patch the diff back to the original file to create
the new file.
Diffstat (limited to 'devel/xdelta3')
-rw-r--r-- | devel/xdelta3/DESCR | 3 | ||||
-rw-r--r-- | devel/xdelta3/Makefile | 18 | ||||
-rw-r--r-- | devel/xdelta3/PLIST | 2 | ||||
-rw-r--r-- | devel/xdelta3/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/xdelta3/DESCR b/devel/xdelta3/DESCR new file mode 100644 index 00000000000..97b3823eec4 --- /dev/null +++ b/devel/xdelta3/DESCR @@ -0,0 +1,3 @@ +Given two binary files, create a compressed binary diff of them. Also +provides the ability to patch the diff back to the original file to create +the new file. diff --git a/devel/xdelta3/Makefile b/devel/xdelta3/Makefile new file mode 100644 index 00000000000..b0c83dad905 --- /dev/null +++ b/devel/xdelta3/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/23 10:17:42 tnn Exp $ +# + +DISTNAME= xdelta30q +PKGNAME= xdelta3-3.0q +CATEGORIES= devel +MASTER_SITES= http://xdelta.googlecode.com/files/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://code.google.com/p/xdelta/ +COMMENT= Enhanced diff that works on binary files (version 3.x) + +BUILD_TARGET= xdelta3 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xdelta3 ${PREFIX}/bin/xdelta3 + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/xdelta3/PLIST b/devel/xdelta3/PLIST new file mode 100644 index 00000000000..f5aa4cc1c88 --- /dev/null +++ b/devel/xdelta3/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/23 10:17:42 tnn Exp $ +bin/xdelta3 diff --git a/devel/xdelta3/distinfo b/devel/xdelta3/distinfo new file mode 100644 index 00000000000..b1a43b1c07f --- /dev/null +++ b/devel/xdelta3/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/04/23 10:17:42 tnn Exp $ + +SHA1 (xdelta30q.tar.gz) = 3cc9e416deb33076ee8a5a0675a6ef1dc8ded1f7 +RMD160 (xdelta30q.tar.gz) = b77b8a5bb5ee788af8beedfc29a36008136e71cb +Size (xdelta30q.tar.gz) = 180962 bytes |