diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-16 03:48:34 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-16 03:48:34 +0000 |
commit | a47dfdb59ac1f48747f8679aec0d33dd27eb38bb (patch) | |
tree | a134131b63fa089dab7247838a09505d903a71cb /textproc/vbindiff | |
parent | - Update to 2.4.1 (diff) |
Add vbindiff 3.0.b1, visual binary diff, visually compare binary files.
PR: ports/106800
Submitted by: chinsan
Diffstat (limited to 'textproc/vbindiff')
-rw-r--r-- | textproc/vbindiff/Makefile | 22 | ||||
-rw-r--r-- | textproc/vbindiff/distinfo | 3 | ||||
-rw-r--r-- | textproc/vbindiff/pkg-descr | 6 |
3 files changed, 31 insertions, 0 deletions
diff --git a/textproc/vbindiff/Makefile b/textproc/vbindiff/Makefile new file mode 100644 index 000000000000..7b3822226b1f --- /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 000000000000..dc828f54159c --- /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 000000000000..b43056267099 --- /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/ |