pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/xdelta3 Import xdelta3 3.0q. This is an enhancem...
details: https://anonhg.NetBSD.org/pkgsrc/rev/419a4bb42912
branches: trunk
changeset: 528179:419a4bb42912
user: tnn <tnn%pkgsrc.org@localhost>
date: Mon Apr 23 10:17:42 2007 +0000
description:
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:
devel/xdelta3/DESCR | 3 +++
devel/xdelta3/Makefile | 18 ++++++++++++++++++
devel/xdelta3/PLIST | 2 ++
devel/xdelta3/distinfo | 5 +++++
4 files changed, 28 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r 06a81fad4c0d -r 419a4bb42912 devel/xdelta3/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/xdelta3/DESCR Mon Apr 23 10:17:42 2007 +0000
@@ -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 -r 06a81fad4c0d -r 419a4bb42912 devel/xdelta3/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/xdelta3/Makefile Mon Apr 23 10:17:42 2007 +0000
@@ -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@localhost
+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 -r 06a81fad4c0d -r 419a4bb42912 devel/xdelta3/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/xdelta3/PLIST Mon Apr 23 10:17:42 2007 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/23 10:17:42 tnn Exp $
+bin/xdelta3
diff -r 06a81fad4c0d -r 419a4bb42912 devel/xdelta3/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/xdelta3/distinfo Mon Apr 23 10:17:42 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index