summaryrefslogtreecommitdiff
path: root/misc/bsdiff
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-06-08 06:38:27 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-06-08 06:38:27 +0000
commitf7548f0efd572562dd03cdc97c86f14393ff1751 (patch)
treeb14d7b75b4310f3c25ead9c8db9605522db145c2 /misc/bsdiff
parentBump PORTREVISION in last commit. (diff)
This is a pair of tools for creating and applying very compact patches to
binary files (especially executable files). It will be used by the next version of the security/freebsd-update port. PR: 53018 Submitted by: Colin Percival <cperciva@beastie.daemonology.net>
Notes
Notes: svn path=/head/; revision=82498
Diffstat (limited to 'misc/bsdiff')
-rw-r--r--misc/bsdiff/Makefile18
-rw-r--r--misc/bsdiff/distinfo1
-rw-r--r--misc/bsdiff/pkg-descr9
-rw-r--r--misc/bsdiff/pkg-plist2
4 files changed, 30 insertions, 0 deletions
diff --git a/misc/bsdiff/Makefile b/misc/bsdiff/Makefile
new file mode 100644
index 000000000000..dc8fc4c58bed
--- /dev/null
+++ b/misc/bsdiff/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: Binary patch tool
+# Date created: 7 June 2003
+# Whom: cperciva@daemonology.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= bsdiff
+PORTVERSION= 3.0
+CATEGORIES= misc devel
+MASTER_SITES= http://www.daemonology.net/bsdiff/
+
+MAINTAINER= cperciva@daemonology.net
+COMMENT= Generates and applies patches to binary files
+
+MAN1= bsdiff.1 bspatch.1
+
+.include <bsd.port.mk>
diff --git a/misc/bsdiff/distinfo b/misc/bsdiff/distinfo
new file mode 100644
index 000000000000..e10c6df941ec
--- /dev/null
+++ b/misc/bsdiff/distinfo
@@ -0,0 +1 @@
+MD5 (bsdiff-3.0.tar.gz) = 98e0141ddf68e7f6977b845a54c8531f
diff --git a/misc/bsdiff/pkg-descr b/misc/bsdiff/pkg-descr
new file mode 100644
index 000000000000..76b37c8115eb
--- /dev/null
+++ b/misc/bsdiff/pkg-descr
@@ -0,0 +1,9 @@
+This is a pair of tools for building (bsdiff) and applying (bspatch)
+binary patches. When applied to two versions of the same executable
+the patches produced are significantly smaller than those generated
+by other binary diff tools (eg, xdelta).
+
+WWW: http://www.daemonology.net/bsdiff/
+
+- Colin Percival
+cperciva@daemonology.net
diff --git a/misc/bsdiff/pkg-plist b/misc/bsdiff/pkg-plist
new file mode 100644
index 000000000000..05837b9678cc
--- /dev/null
+++ b/misc/bsdiff/pkg-plist
@@ -0,0 +1,2 @@
+bin/bsdiff
+bin/bspatch