aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-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
5 files changed, 31 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 0881051a0d57..03998ed14275 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -30,6 +30,7 @@
SUBDIR += bottlerocket
SUBDIR += boxes
SUBDIR += brs
+ SUBDIR += bsdiff
SUBDIR += buffer
SUBDIR += cave
SUBDIR += cfe
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