Port details |
- libgnt Toolkit based on glib and ncurses for text-mode user interfaces
- 2.14.3_3 devel =2 2.14.3_3Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2020-06-10 16:11:38
- Last Update: 2023-04-11 20:46:12
- Commit Hash: 2c2dd85
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- https://keep.imfreedom.org/libgnt/libgnt/
- Description:
- GNT is an ncurses toolkit for creating text-mode graphical user interfaces in a
fast and easy way. It is based on GLib and ncurses.
It was born out of the console-based UI, Finch, for the libpurple project, but
has now been split into its own independent repository.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/libgnt/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libgnt
- pkg install libgnt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libgnt
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1634942831
SHA256 (libgnt-2.14.3.tar.xz) = 57f5457f72999d0bb1a139a37f2746ec1b5a02c094f2710a339d8bcea4236123
SIZE (libgnt-2.14.3.tar.xz) = 106388
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gtkdoc-scan : textproc/gtk-doc
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libffi.so : devel/libffi
- libintl.so : devel/gettext-runtime
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libxml2.so : textproc/libxml2
- libiconv.so : converters/libiconv
- This port is required by:
- for Libraries
-
- net-im/finch
Configuration Options:
- No options to configure
- Options name:
- devel_libgnt
- USES:
- gettext-runtime gnome iconv:wchar_t meson pkgconfig tar:xz
- 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 |
2.14.3_3 11 Apr 2023 20:46:12 |
Muhammad Moinur Rahman (bofh) |
*/*: Adopt ports from swills@ |
2.14.3_3 11 Apr 2023 20:34:04 |
Rene Ladan (rene) |
all: return swills' ports to the pools after safeeping his ports bit.
With hat: portmgr-secretary |
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) |
2.14.3_3 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 ) |
2.14.3_3 09 May 2022 19:23:51 |
Kevin Bowling (kbowling) |
devel/libffi: Bump deps PORTREVISION for shlib change
PR: 263764
Reported by: VVD <vvd@unislabs.com> |
2.14.3_2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
2.14.3_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
2.14.3 27 Dec 2021 13:08:09 |
Daniel Engberg (diizzy) |
devel/libgnt: Remove (lib)pcre dependency
Remove unnecessary (lib)pcre dependency
PR: 260234
Approved by: mentors (implicit), portmgr (blanket), swills (maintainer timeout,
21 days) |
2.14.3 06 Nov 2021 01:43:47 |
Steve Wills (swills) |
devel/libgnt: update to 2.14.3 |
2.14.2 31 Aug 2021 12:54:32 |
Steve Wills (swills) |
devel/libgnt: update to 2.14.2 |
2.14.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.14.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.14.1 09 Feb 2021 19:26:21 |
swills |
devel/libgnt: update to 2.14.1 |
2.14.0_1 10 Jun 2020 22:46:28 |
swills |
devel/libgnt: remove unnecessary gtk dependency |
2.14.0 10 Jun 2020 16:11:33 |
swills |
devel/libgnt: create port
GNT is an ncurses toolkit for creating text-mode graphical user interfaces in a
fast and easy way. It is based on GLib and ncurses.
It was born out of the console-based UI, Finch, for the libpurple project, but
has now been split into its own independent repository.
WWW: https://keep.imfreedom.org/libgnt/libgnt/ |