aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2022-12-01 10:11:40 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2022-12-01 10:11:40 +0000
commit6ebfebd565341f5ea17b34bb913b413913c34fc0 (patch)
tree229400dbd30d282bf1f285e4905f6d3eecd70575
parentfee2b338d2af883ca4dd75a7d285f65b284fb73b (diff)
editors/bless: (re)define some knobs and amend port description
- Spell compound adjectives in COMMENT correctly (with a hyphen) - Set LICENSE (GPLv2+), update and move WWW line to the Makefile - Provide elaborate list of features and trim EOL whitespace
-rw-r--r--editors/bless/Makefile5
-rw-r--r--editors/bless/pkg-descr26
2 files changed, 19 insertions, 12 deletions
diff --git a/editors/bless/Makefile b/editors/bless/Makefile
index 51a692394bbb..bae998497337 100644
--- a/editors/bless/Makefile
+++ b/editors/bless/Makefile
@@ -4,7 +4,10 @@ DISTVERSIONPREFIX= v
CATEGORIES= editors
MAINTAINER= mono@FreeBSD.org
-COMMENT= High quality, full featured hex editor
+COMMENT= High-quality, full-featured hexadecimal editor
+WWW= https://github.com/afrantzis/bless
+
+LICENSE= GPLv2+
USES= gnome meson mono pkgconfig
USE_GNOME= gtksharp20
diff --git a/editors/bless/pkg-descr b/editors/bless/pkg-descr
index ead742e0379f..c976edfedc86 100644
--- a/editors/bless/pkg-descr
+++ b/editors/bless/pkg-descr
@@ -1,12 +1,16 @@
-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.
+Bless is a binary (hexadecimal aka "hex") editor, a program that allows
+to edit files as a sequence of bytes. It is written in C# and uses the
+Gtk# bindings for the GTK+ toolkit. Its main features are:
-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/
+ - Efficient editing of large data files
+ - Raw disk editing
+ - Multilevel undo/redo operations
+ - Customizable data views
+ - Fast data rendering on screen
+ - Multiple tabs
+ - Fast find and replace operations
+ - Conversion table
+ - Advanced copy/paste capabilities
+ - Multi-threaded search and save operations
+ - Export to text and HTML (others with plugins)
+ - Extensibility with plugins