summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-12-16 03:48:34 +0000
committerrafan <rafan@FreeBSD.org>2006-12-16 03:48:34 +0000
commit72e4dbdd137645c16223477988204e1c6f202af3 (patch)
tree510dd0ed6ce66ea143f2870a7aab27df08c969a1
parentf97dc5f6803af4e7e3f25a9ec53e159e869acc7b (diff)
downloadFreeBSD-ports-72e4dbdd137645c16223477988204e1c6f202af3.zip
FreeBSD-ports-72e4dbdd137645c16223477988204e1c6f202af3.tar.gz
Add vbindiff 3.0.b1, visual binary diff, visually compare binary files.
PR: ports/106800 Submitted by: chinsan
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/vbindiff/Makefile22
-rw-r--r--textproc/vbindiff/distinfo3
-rw-r--r--textproc/vbindiff/pkg-descr6
4 files changed, 32 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 47cc6e6..6c40a6f 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -913,6 +913,7 @@
SUBDIR += unrtf
SUBDIR += urlview
SUBDIR += uz-aspell
+ SUBDIR += vbindiff
SUBDIR += wa-aspell
SUBDIR += wbxml2
SUBDIR += wdiff
diff --git a/textproc/vbindiff/Makefile b/textproc/vbindiff/Makefile
new file mode 100644
index 0000000..7b38222
--- /dev/null
+++ b/textproc/vbindiff/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: vbindiff
+# Date created: 2006/12/16
+# Whom: chinsan
+#
+# $FreeBSD$
+#
+
+PORTNAME= vbindiff
+PORTVERSION= 3.0.b1
+CATEGORIES= textproc
+MASTER_SITES= http://home.comcast.net/~chris-madsen/vbindiff/
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b1/_beta1/}
+
+MAINTAINER= chinsan@FreeBSD.org
+COMMENT= Visual binary diff, visually compare binary files
+
+GNU_CONFIGURE= yes
+
+PLIST_FILES= bin/vbindiff
+MAN1= vbindiff.1
+
+.include <bsd.port.mk>
diff --git a/textproc/vbindiff/distinfo b/textproc/vbindiff/distinfo
new file mode 100644
index 0000000..dc828f5
--- /dev/null
+++ b/textproc/vbindiff/distinfo
@@ -0,0 +1,3 @@
+MD5 (vbindiff-3.0_beta1.tar.gz) = a003ab76c596f47ea14d9e8ec82e5ad9
+SHA256 (vbindiff-3.0_beta1.tar.gz) = 56ec4910f5a5a93c1b8b674d515d4ed64626ae2c2cfed144229eecfefc5b6248
+SIZE (vbindiff-3.0_beta1.tar.gz) = 106317
diff --git a/textproc/vbindiff/pkg-descr b/textproc/vbindiff/pkg-descr
new file mode 100644
index 0000000..b430562
--- /dev/null
+++ b/textproc/vbindiff/pkg-descr
@@ -0,0 +1,6 @@
+Visual Binary Diff (VBinDiff) displays files in hexadecimal and ASCII (or
+EBCDIC). It can also display two files at once, and highlight the
+differences between them. Unlike diff, it works well with large files (up to
+4 GB).
+
+WWW: http://www.pobox.com/~cjm/vbindiff/
OpenPOWER on IntegriCloud