Date: Sun, 15 Feb 2009 19:58:54 GMT From: Jille Timmermans <jille@quis.cx> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/131724: [new port] Tweak: an efficient hex editor Message-ID: <200902151958.n1FJwsUX015478@www.freebsd.org> Resent-Message-ID: <200902152000.n1FK048k054852@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131724 >Category: ports >Synopsis: [new port] Tweak: an efficient hex editor >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 15 20:00:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Jille Timmermans >Release: >Organization: >Environment: >Description: Tweak is a hex editor. It allows you to edit a file at very low level, letting you see the full and exact binary contents of the file. It can be useful for modifying binary files such as executables, editing disk or CD images, debugging programs that generate binary file formats incorrectly, and many other things. >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # /usr/ports/editors/tweak/ # /usr/ports/editors/tweak/Makefile # /usr/ports/editors/tweak/distinfo # /usr/ports/editors/tweak/pkg-descr # echo c - /usr/ports/editors/tweak/ mkdir -p /usr/ports/editors/tweak/ > /dev/null 2>&1 echo x - /usr/ports/editors/tweak/Makefile sed 's/^X//' >/usr/ports/editors/tweak/Makefile << 'bb18a7253cf958681577f6921867f4ea' X# Ports collection makefile for: tweak X# Date created: Sun Feb 15, 2009 X# Whom: Jille Timmermans (jille@quis.cx) X# $FreeBSD$ X XPORTNAME= tweak XPORTVERSION= 3.01 XCATEGORIES= editors XMASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/ XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= jille@quis.cx XCOMMENT= An efficient hex editor X XUSE_GMAKE= yes XMAN1= tweak.1 XPLIST_FILES= bin/tweak X X.include <bsd.port.mk> bb18a7253cf958681577f6921867f4ea echo x - /usr/ports/editors/tweak/distinfo sed 's/^X//' >/usr/ports/editors/tweak/distinfo << 'e8634ef72a4fced94e8f83a0138dac48' XMD5 (tweak-3.01.tar.gz) = 3ae8db9fd482b679835a80c4635f71be XSHA256 (tweak-3.01.tar.gz) = 196e629705969d0f44fdd1436a31c213478bc3ee8ba63e986b56105353c8fd94 XSIZE (tweak-3.01.tar.gz) = 71681 e8634ef72a4fced94e8f83a0138dac48 echo x - /usr/ports/editors/tweak/pkg-descr sed 's/^X//' >/usr/ports/editors/tweak/pkg-descr << '23d0eff0f6688efe782d57aacf70c462' XTweak is a hex editor. It allows you to edit a file at very low level, Xletting you see the full and exact binary contents of the file. It can be Xuseful for modifying binary files such as executables, editing disk or XCD images, debugging programs that generate binary file formats incorrectly, Xand many other things. X XWWW: http://www.chiark.greenend.org.uk/~sgtatham/tweak/ 23d0eff0f6688efe782d57aacf70c462 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902151958.n1FJwsUX015478>