Add vbindiff 3.0.b1, visual binary diff, visually compare binary files.

PR:		ports/106800
Submitted by:	chinsan
This commit is contained in:
Rong-En Fan 2006-12-16 03:48:34 +00:00
parent c41acbb800
commit a47dfdb59a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179890
4 changed files with 32 additions and 0 deletions

View file

@ -913,6 +913,7 @@
SUBDIR += unrtf
SUBDIR += urlview
SUBDIR += uz-aspell
SUBDIR += vbindiff
SUBDIR += wa-aspell
SUBDIR += wbxml2
SUBDIR += wdiff

View file

@ -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>

View file

@ -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

View file

@ -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/