From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 16 03:40:04 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 024EB16A412 for ; Sat, 16 Dec 2006 03:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id F285943CA1 for ; Sat, 16 Dec 2006 03:38:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBG3e27L048687 for ; Sat, 16 Dec 2006 03:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBG3e2U3048686; Sat, 16 Dec 2006 03:40:02 GMT (envelope-from gnats) Resent-Date: Sat, 16 Dec 2006 03:40:02 GMT Resent-Message-Id: <200612160340.kBG3e2U3048686@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2201016A407 for ; Sat, 16 Dec 2006 03:36:11 +0000 (UTC) (envelope-from chinsan@chinsan.twbbs.org) Received: from chinsan.twbbs.org (220-132-119-51.HINET-IP.hinet.net [220.132.119.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9216643CA0 for ; Sat, 16 Dec 2006 03:34:25 +0000 (GMT) (envelope-from chinsan@chinsan.twbbs.org) Received: by chinsan.twbbs.org (Postfix, from userid 1001) id 3182E11448; Sat, 16 Dec 2006 11:36:07 +0800 (CST) Message-Id: <20061216033607.3182E11448@chinsan.twbbs.org> Date: Sat, 16 Dec 2006 11:36:07 +0800 (CST) From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/106800: [NEW PORT] textproc/vbindiff: Visual binary diff, visually compare binary files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Dec 2006 03:40:04 -0000 >Number: 106800 >Category: ports >Synopsis: [NEW PORT] textproc/vbindiff: Visual binary diff, visually compare binary files >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 16 03:40:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.twbbs.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #3: Mon Dec 4 02:04:40 CST >Description: 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/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- vbindiff-3.0.b1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # vbindiff # vbindiff/Makefile # vbindiff/distinfo # vbindiff/pkg-descr # echo c - vbindiff mkdir -p vbindiff > /dev/null 2>&1 echo x - vbindiff/Makefile sed 's/^X//' >vbindiff/Makefile << 'END-of-vbindiff/Makefile' X# New ports collection makefile for: vbindiff X# Date created: 2006/12/16 X# Whom: chinsan X# X# $FreeBSD$ X# X XPORTNAME= vbindiff XPORTVERSION= 3.0.b1 XCATEGORIES= textproc XMASTER_SITES= http://home.comcast.net/~chris-madsen/vbindiff/ XDISTNAME= ${PORTNAME}-${PORTVERSION:S/.b1/_beta1/} X XMAINTAINER= chinsan@FreeBSD.org XCOMMENT= Visual binary diff, visually compare binary files X XGNU_CONFIGURE= yes X XPLIST_FILES= bin/vbindiff XMAN1= vbindiff.1 X X.include END-of-vbindiff/Makefile echo x - vbindiff/distinfo sed 's/^X//' >vbindiff/distinfo << 'END-of-vbindiff/distinfo' XMD5 (vbindiff-3.0_beta1.tar.gz) = a003ab76c596f47ea14d9e8ec82e5ad9 XSHA256 (vbindiff-3.0_beta1.tar.gz) = 56ec4910f5a5a93c1b8b674d515d4ed64626ae2c2cfed144229eecfefc5b6248 XSIZE (vbindiff-3.0_beta1.tar.gz) = 106317 END-of-vbindiff/distinfo echo x - vbindiff/pkg-descr sed 's/^X//' >vbindiff/pkg-descr << 'END-of-vbindiff/pkg-descr' XVisual Binary Diff (VBinDiff) displays files in hexadecimal and ASCII (or XEBCDIC). It can also display two files at once, and highlight the Xdifferences between them. Unlike diff, it works well with large files (up to X4 GB). X XWWW: http://www.pobox.com/~cjm/vbindiff/ END-of-vbindiff/pkg-descr exit --- vbindiff-3.0.b1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: