diff options
author | mezz <mezz@FreeBSD.org> | 2004-11-26 14:20:11 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-11-26 14:20:11 +0800 |
commit | 9a775450f15a14a7d7d7f0569127ea3fa9f2d13d (patch) | |
tree | a65b8af036dae5918f80694bc1ed57a721cb52fe /editors/Makefile | |
parent | cf587a37866fcea9b0ae3f184341e1f3b7dacedf (diff) | |
download | freebsd-ports-graphics-9a775450f15a14a7d7d7f0569127ea3fa9f2d13d.tar.gz freebsd-ports-graphics-9a775450f15a14a7d7d7f0569127ea3fa9f2d13d.tar.zst freebsd-ports-graphics-9a775450f15a14a7d7d7f0569127ea3fa9f2d13d.zip |
Bless is a binary (hex) editor, a program that enables you to edit files as
a sequence of bytes. It is written in C# and uses the Gtk# bindings for the
GTK+ toolkit.
Main Features
-------------
* Efficient editing of large data files.
* Multilevel undo - redo operations.
* Customizable data views.
* Fast data rendering on screen.
WWW: http://home.gna.org/bless/
Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
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 1b91d771e81..f8877791a2f 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -23,6 +23,7 @@ SUBDIR += bitmap SUBDIR += bitmap-emacs20 SUBDIR += bitmap-mule + SUBDIR += bless SUBDIR += boiling-egg SUBDIR += bpatch SUBDIR += bvi |