Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Dec 2022 10:13:03 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6ebfebd56534 - main - editors/bless: (re)define some knobs and amend port description
Message-ID:  <202212011013.2B1AD3HX022372@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6ebfebd565341f5ea17b34bb913b413913c34fc0

commit 6ebfebd565341f5ea17b34bb913b413913c34fc0
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-12-01 10:11:40 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-12-01 10:11:40 +0000

    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
---
 editors/bless/Makefile  |  5 ++++-
 editors/bless/pkg-descr | 26 +++++++++++++++-----------
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212011013.2B1AD3HX022372>