diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-15 21:23:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-15 21:23:29 +0000 |
commit | 35a0daeb925a271ffa8392f80121d5cb4b5fd059 (patch) | |
tree | 8b3a4987b736be4d78d32ff4f688cdc89964c674 /editors/Makefile | |
parent | 94078759950504c5134985275bcd927e4d9f55b9 (diff) |
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.
WWW: http://www.chiark.greenend.org.uk/~sgtatham/tweak/
PR: ports/131724
Submitted by: Jille Timmermans (jille at quis.cx)
Notes
Notes:
svn path=/head/; revision=228459
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 7daf57c1e467..64a6cee6ace4 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -163,6 +163,7 @@ SUBDIR += tpad SUBDIR += tree-widget SUBDIR += treeform + SUBDIR += tweak SUBDIR += uemacs SUBDIR += uzap SUBDIR += ved |