Port details |
- bsddialog Text User Interface Widgets
- 1.0.1 devel =9 1.0.1Version of this port present on the latest quarterly branch.
- Maintainer: alfix86@gmail.com
- Port Added: 2021-11-23 14:00:09
- Last Update: 2024-01-10 08:16:01
- Commit Hash: 1b819e4
- People watching this port, also watch:: ca_root_nss, pkg, perl5, autoconf, indexinfo
- License: BSD2CLAUSE
- WWW:
- https://gitlab.com/alfix/bsddialog
- Description:
- Utility (bsddialog(1)) and library (libbsddialog) to build scripts and tools
with TUI Widgets.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bsddialog>0:devel/bsddialog
- To install the port:
- cd /usr/ports/devel/bsddialog/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/bsddialog
- pkg install bsddialog
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bsddialog
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1700159529
SHA256 (bsddialog-1.0.1.tar.bz2) = e6146a86687e031262393b6ee3d417d6957d872d91bdd9b5f365265f06a421c6
SIZE (bsddialog-1.0.1.tar.bz2) = 70721
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Build
-
- ports-mgmt/portconfig
- for Libraries
-
- audio/mixertui
- for Run
-
- ports-mgmt/pkg_rmleaves
Configuration Options:
- No options to configure
- Options name:
- devel_bsddialog
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.1 10 Jan 2024 08:16:01 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
1.0.1 17 Nov 2023 18:55:58 |
Alfonso S. Siciliano (asiciliano) |
devel/bsddialog: Update to 1.0.1
Changes: https://gitlab.com/alfix/bsddialog/-/blob/main/CHANGELOG
PR: 275134 274472
Approved by: fernape |
1.0 10 Oct 2023 11:58:31 |
Baptiste Daroussin (bapt) |
bsddialog: update bsddialog to 1.0 & portconfig to 0.6
PR: 272975 272975
Submitted by: asiciliano |
0.4.1 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
0.4.1 06 Jan 2023 13:34:33 |
Alfonso S. Siciliano (asiciliano) |
devel/bsddialog: Update to 0.4.1
ChangeLog: https://gitlab.com/alfix/bsddialog/-/blob/main/CHANGELOG
PR: 268782
Approved by: bapt |
0.3 15 Sep 2022 00:26:55 |
Alfonso S. Siciliano (asiciliano) |
devel/bsddialog: update to 0.3
New features overview:
* Unicode. User interface handles multi-column characters. API can
handle char* like a multibyte character string. Internally wide
characters are used for keyboard input, to adapt word wrapping and
dynamic text auto-sizing for multi-column characters.
* Forms refactoring. Complete rewrite deleting libformw dependency.
* Theme. New utility options to save and load custom theme at run-time.
* TUI navigation. Added keys to navigate input components. Changed
default focus behavior of input dialogs to be LGPL-dialog-like; a new
option can set the previous whiptail-like behavior.
Change port maintainership
ChangeLog: https://gitlab.com/alfix/bsddialog/-/raw/main/CHANGELOG
PR: 266131
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.2 22 Apr 2022 19:30:50 |
Alfonso S. Siciliano (asiciliano) |
devel/bsddialog: Update to 0.2
ChangeLog: https://gitlab.com/alfix/bsddialog/-/blob/c4b7fed3cd5ce3b6a5aa77ff194e0a86f830bf4c/CHANGELOG
PR: 263127
Approved by: bapt |
0.0.0.g20211213 17 Jan 2022 15:53:41 |
Baptiste Daroussin (bapt) Author: Alfonso S. Siciliano |
devel/bsddialog: update to 20211213
PR: 260396 |
0.0.0.g20211206 06 Dec 2021 09:50:49 |
Baptiste Daroussin (bapt) |
devel/bsddialog: update to snapshot 20211206 |
0.0.0.g20211124 24 Nov 2021 08:35:09 |
Baptiste Daroussin (bapt) |
devel/bsddialog: update to new snapshot
Among other things it implements page up/page down support for menus
and improve the textbox widget |
0.0.0.g20211123 23 Nov 2021 13:58:37 |
Baptiste Daroussin (bapt) |
devel/bsddialog: Update snapshot |
0.0.0.g20211122 23 Nov 2021 13:58:36 |
Baptiste Daroussin (bapt) |
devel/bsddialog: new port
bsddialog is an effort to provide a bsd 2 clause alternative to
libdialog. |