mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add vbindiff 3.0.b1, visual binary diff, visually compare binary files.
PR: ports/106800 Submitted by: chinsan
This commit is contained in:
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
|
@ -913,6 +913,7 @@
|
|||
SUBDIR += unrtf
|
||||
SUBDIR += urlview
|
||||
SUBDIR += uz-aspell
|
||||
SUBDIR += vbindiff
|
||||
SUBDIR += wa-aspell
|
||||
SUBDIR += wbxml2
|
||||
SUBDIR += wdiff
|
||||
|
|
22
textproc/vbindiff/Makefile
Normal file
22
textproc/vbindiff/Makefile
Normal 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>
|
3
textproc/vbindiff/distinfo
Normal file
3
textproc/vbindiff/distinfo
Normal 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
|
6
textproc/vbindiff/pkg-descr
Normal file
6
textproc/vbindiff/pkg-descr
Normal 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/
|
Loading…
Add table
Reference in a new issue