hexcompare is a curses-based utility to compare and identify differences between
two binary files. These differences are then represented visually with an interactive block diagram. WWW: https://sourceforge.net/projects/hexcompare/
This commit is contained in:
parent
03e1facb97
commit
37e57c2c08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258296
4 changed files with 35 additions and 0 deletions
|
@ -539,6 +539,7 @@
|
|||
SUBDIR += happydoc
|
||||
SUBDIR += hapy
|
||||
SUBDIR += hcs12mem
|
||||
SUBDIR += hexcompare
|
||||
SUBDIR += hg-git
|
||||
SUBDIR += hgsvn
|
||||
SUBDIR += hgview
|
||||
|
|
26
devel/hexcompare/Makefile
Normal file
26
devel/hexcompare/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: hexcompare
|
||||
# Date created: 2010-07-20
|
||||
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= hexcompare
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20v${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}
|
||||
|
||||
MAINTAINER= skreuzer@FreeBSD.org
|
||||
COMMENT= Compare and identify differences between two binary files
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
PLIST_FILES= bin/hexcompare
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/hexcompare/distinfo
Normal file
3
devel/hexcompare/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (hexcompare.tar.gz) = 7d14e5f3ed0cd11bb5c362f8cf613d7e
|
||||
SHA256 (hexcompare.tar.gz) = bab0708698ccd12dc308fdf9d0c2d56bfd2c860e5527b97f4588be18146ca6c0
|
||||
SIZE (hexcompare.tar.gz) = 8549
|
5
devel/hexcompare/pkg-descr
Normal file
5
devel/hexcompare/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
hexcompare is a curses-based utility to compare and identify differences between
|
||||
two binary files. These differences are then represented visually with an
|
||||
interactive block diagram.
|
||||
|
||||
WWW: https://sourceforge.net/projects/hexcompare/
|
Loading…
Reference in a new issue