Port details |
- unibilium Terminfo parsing library
- 2.1.2 devel
=7 2.1.2Version of this port present on the latest quarterly branch. - Maintainer: adamw@FreeBSD.org
 - Port Added: 2015-05-28 09:17:21
- Last Update: 2024-09-14 11:36:48
- Commit Hash: 26e5b68
- People watching this port, also watch:: py311-six, indexinfo, p5-Error, jpeg-turbo, libxml2
- License: LGPL3
- WWW:
- https://github.com/neovim/unibilium
- Description:
- Unibilium is a very basic terminfo library. It can read and write
ncurses-style terminfo files, and it can interpret terminfo format
strings. It doesn't depend on curses or any other library. It also
doesn't use global variables, so it should be thread-safe.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- unibilium>0:devel/unibilium
- To install the port:
- cd /usr/ports/devel/unibilium/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/unibilium
- pkg install unibilium
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: unibilium
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1726312690
SHA256 (neovim-unibilium-v2.1.2_GH0.tar.gz) = 370ecb07fbbc20d91d1b350c55f1c806b06bf86797e164081ccc977fc9b3af7a
SIZE (neovim-unibilium-v2.1.2_GH0.tar.gz) = 122525
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.4.1 : devel/gmake
- libtool : devel/libtool
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Libraries
-
- devel/libtermkey
- devel/libtickit
- editors/neovim
Configuration Options:
- No options to configure
- Options name:
- devel_unibilium
- USES:
- autoreconf gmake libtool:build perl5 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 |
2.1.2 14 Sep 2024 11:36:48
    |
Adam Weinberger (adamw)  |
devel/unibilium: Update to 2.1.2 |
2.1.1_1 21 Jan 2024 15:26:52
    |
Muhammad Moinur Rahman (bofh)  |
devel/unibilium: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
2.1.1 16 Oct 2022 15:50:42
    |
Adam Weinberger (adamw)  |
devel/unibilium: Tidy up
Various small cleanups.
The biggest change here is that GH_TAGNAME is removed. It was specifying
the commit hash of the release, which is redundant. Removing it means
that the distfile is changed, but the contents are necessarily
identical. No PORTREVISION bump for this. |
2.1.1 16 Oct 2022 15:03:45
    |
Adam Weinberger (adamw)  |
devel/unibilium: Take maintainership |
2.1.1 15 Oct 2022 10:44:56
    |
Rene Ladan (rene)  |
devel/unibilium: return to pool per maintainer request |
2.1.1 14 Oct 2022 05:52:43
    |
Fernando Apesteguía (fernape)  Author: Gian-Simon Purkert |
devel/unibilium: Update to 2.1.1
ChangeLog: https://github.com/neovim/unibilium/releases/tag/v2.1.1
Makefile: fix undefined references with static builds
PR: 266717
Reported by: gspurki@gmail.com
Approved by: chuck@tuffli.net (maintainer, timeout > 2 weeks) |
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.1.0 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.1.0 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 ) |
2.1.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.1.0 27 May 2020 13:43:31
  |
danfe  |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 2). |
2.1.0 20 Mar 2020 20:28:33
  |
tcberner  |
devel/unibilium: Update to 2.1.0
PR: 244938
Submitted by: chuck@tuffli.net (maintainer) |
2.0.0.20190811 30 Dec 2019 18:16:08
  |
adamw  |
unibilium: Switch to neovim fork
github/mauke/unibilium has been abandoned by the developer. As possibly
the only project that actually uses it, neovim has forked it and
continues development of it. This commit switches our port to that fork.
The original intent is to fix home/end keys in neovim under screen. Those
keys do not work in tmux even after this commit, so that will need some
attention.
PR: 242560
Submitted by: cem
Approved by: maintainer (chuck tuffli net) |
2.0.0 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) |
1.2.1 05 Sep 2017 23:11:01
  |
cpm  |
- Update to 1.2.1
- Pet portlint, USE_* comes before USES
Changes from 1.2.0 to 1.2.1
- Deprecate direct access to unibi_var_t members
- Better support for building Windows
PR: 222073
Submitted by: chuck@tuffli.net (maintainer) |
1.2.0 19 Mar 2017 14:47:21
  |
tobik  |
Assign new maintainer
PR: 217866
Submitted by: chuck@tuffli.net
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D10054 |
1.2.0 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 |
1.2.0 30 Mar 2016 16:41:22
  |
culot  |
- Reassign to the heap, on maintainer's request |
1.2.0 12 Feb 2016 13:12:34
  |
miwi  |
- Update to 1.2.0
PR: 207090
Submitted by: maintainer |
1.1.2_1 29 Dec 2015 14:30:47
  |
mat  |
Cleanup GH_* and variables order.
Sponsored by: Absolight |
1.1.2_1 19 Sep 2015 10:27:42
  |
bapt  |
Install manpages in the proper location
While here use the patch phase to actually patch the Makefile |
1.1.2 28 May 2015 09:17:02
  |
amdmi3  |
Unibilium is a very basic terminfo library. It doesn't depend on curses or any
other library. It also doesn't use global variables, so it should be
thread-safe.
WWW: https://github.com/mauke/unibilium
PR: 198709
Submitted by: antont@inbox.lv |