From owner-cvs-ports@FreeBSD.ORG Mon Nov 1 14:11:20 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1D1B106566C; Mon, 1 Nov 2010 14:11:20 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B0E058FC14; Mon, 1 Nov 2010 14:11:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oA1EBKt0060772; Mon, 1 Nov 2010 14:11:20 GMT (envelope-from ohauer@repoman.freebsd.org) Received: (from ohauer@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oA1EBK0I060771; Mon, 1 Nov 2010 14:11:20 GMT (envelope-from ohauer) Message-Id: <201011011411.oA1EBK0I060771@repoman.freebsd.org> From: Olli Hauer Date: Mon, 1 Nov 2010 14:11:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/hextools Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2010 14:11:20 -0000 ohauer 2010-11-01 14:11:20 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/hextools Makefile distinfo pkg-descr Log: PR: 151607 Submitted by: Eitan Adler Approved by: glarkin (mentor, implicit) reversible hexdump is a hexdump/hex2bin-toolkit that dumps to a special readable and reversible hexadecimal byte-dump,where you can not only change bytes, but also insert or delete bytes. It has a flush-switch, where it will output hexbytes for each single char it reads. This is especially useful for watching output from slow devices (e.g., serial devices like mice). The hex2bin-utility (the reverse-hexdump) not only accepts hexbytes for input, but also double-quoted strings with most of the escape-chars known from C and makes good attempts at undumping even hexdumps with repetition-lines (a "*" on its own line). It's written in ANSI C. WWW: http://gnuwin32.sourceforge.net/packages/hextools.htm Revision Changes Path 1.1244 +1 -0 ports/sysutils/Makefile 1.1 +33 -0 ports/sysutils/hextools/Makefile (new) 1.1 +2 -0 ports/sysutils/hextools/distinfo (new) 1.1 +11 -0 ports/sysutils/hextools/pkg-descr (new)