Port details |
- libtermkey Easy processing of keyboard entry from terminal-based programs
- 0.22_1 devel =6 0.22_1Version of this port present on the latest quarterly branch.
- Maintainer: rodrigo@FreeBSD.org
- Port Added: 2015-07-08 18:41:19
- Last Update: 2024-01-21 01:01:07
- Commit Hash: 0302ece
- People watching this port, also watch:: xorg-fonts-truetype, dbus, indexinfo, libevent, p5-Error
- License: MIT
- WWW:
- https://www.leonerd.org.uk/code/libtermkey/
- Description:
- This library allows easy processing of keyboard entry from terminal-based
programs. It handles all the necessary logic to recognise special keys,
UTF-8 combining, and so on, with a simple interface.
Use of this library for new programs is discouraged. It is being maintained
for legacy purposes only. For writing new programs, please use libtickit instead.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libtermkey>0:devel/libtermkey
- To install the port:
- cd /usr/ports/devel/libtermkey/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libtermkey
- pkg install libtermkey
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libtermkey
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1552643367
SHA256 (libtermkey-0.22.tar.gz) = 6945bd3c4aaa83da83d80a045c5563da4edd7d0374c62c0d35aec09eb3014600
SIZE (libtermkey-0.22.tar.gz) = 46147
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:
-
- gmake>=4.3 : devel/gmake
- libtool : devel/libtool
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libunibilium.so : devel/unibilium
- This port is required by:
- for Libraries
-
- devel/libtickit
- devel/p5-Term-TermKey
- editors/vis
Configuration Options:
- No options to configure
- Options name:
- devel_libtermkey
- USES:
- gmake libtool:build ncurses pathfix pkgconfig
- 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 |
0.22_1 21 Jan 2024 01:01:07 |
Muhammad Moinur Rahman (bofh) |
devel/libtermkey: Sanitize MANPREFIX
- Pet portclippy
Approved by: portmgr (blanket) |
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.22 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.22 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.22 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.22 15 Mar 2019 13:31:46 |
rodrigo |
Upgrade devel/libtermkey from v0.21.1 to v0.22
changes: bugfixes for unit tests on BSD platforms
Also update pkg-descr to add a note about upstream port deprecation |
0.21.1 27 Feb 2019 17:14:49 |
rodrigo |
Update from v0.20 to v0.21.1
changes: internal bugfixes, valgrind neatness |
0.20_1 16 Mar 2018 07:24:12 |
yuri |
devel/unibilium: Update to 2.0.0
* Change to DISTVERSION
* Bump devel/libtermkey, editors/neovim
editors/neovim fails on 12amd64 before and after this change
PR: 226638
Submitted by: chuck@tuffli.net <chuck@tuffli.net> (maintainer) |
0.20 31 Mar 2017 12:52:45 |
rodrigo |
Upgrade port to v0.20 and take maintenership
Also fix plist and add license file |
0.19 28 Dec 2016 08:36:42 |
vanilla |
Update to 0.19. |
0.18 02 Dec 2016 11:58:22 |
mat |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
0.18 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
0.18 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.18 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.18 30 Mar 2016 16:41:22 |
culot |
- Reassign to the heap, on maintainer's request |
0.18 12 Feb 2016 13:11:53 |
miwi |
- Update to 0.18
PR: 207089
Submitted by: maintainer |
0.17_1 07 Feb 2016 19:09:37 |
marino |
devel/libtermkey: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
0.17_1 19 Sep 2015 10:25:24 |
bapt |
Install manpages in the proper location
While here use the patch phase to actually patch the Makefile |
0.17 08 Jul 2015 18:41:08 |
swills |
devel/libtermkey: create port
This library allows easy processing of keyboard entry from terminal-based
programs. It handles all the necessary logic to recognise special keys,
UTF-8 combining, and so on, with a simple interface.
WWW: http://www.leonerd.org.uk/code/libtermkey/
PR: 198711
Submitted by: Anton Tornqvist <antont@inbox.lv> |