diff options
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 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/ |