Port details |
- libvterm Implementation of a VT220/xterm/ECMA-48 terminal emulator
- 0.3.3 devel =7 0.3.3Version of this port present on the latest quarterly branch.
- Maintainer: adamw@FreeBSD.org
- Port Added: 2015-05-28 09:59:12
- Last Update: 2023-09-07 11:14:01
- Commit Hash: 7ac7609
- People watching this port, also watch:: py311-six, indexinfo, p5-Error, jpeg-turbo, libxml2
- License: MIT
- WWW:
- https://www.leonerd.org.uk/code/libvterm/
- Description:
- Abstract C99 library which implements a VT220 or xterm-like terminal
emulator. It doesn't use any particular graphics toolkit or output
system, instead it invokes callback function pointers that its
embedding program should provide it to draw on its behalf. It
avoids calling malloc() during normal running state, allowing it
to be used in embedded kernel situations.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libvterm>0:devel/libvterm
- To install the port:
- cd /usr/ports/devel/libvterm/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libvterm
- pkg install libvterm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libvterm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1694084782
SHA256 (libvterm-0.3.3.tar.gz) = 09156f43dd2128bd347cbeebe50d9a571d32c64e0cf18d211197946aff7226e0
SIZE (libvterm-0.3.3.tar.gz) = 80024
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
- perl5>=5.34<5.35 : lang/perl5.34
- Test dependencies:
-
- perl5>=5.34<5.35 : lang/perl5.34
- This port is required by:
- for Libraries
-
- audio/synthpod-lv2
- editors/neovim
Configuration Options:
- No options to configure
- Options name:
- devel_libvterm
- USES:
- compiler:c11 cpe gmake libtool:build pathfix perl5
- 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.3.3 07 Sep 2023 11:14:01 |
Adam Weinberger (adamw) |
devel/libvterm: Update to 0.3.3 |
0.3.2 08 Jun 2023 16:19:03 |
Adam Weinberger (adamw) |
devel/libvterm: Update to 0.3.2 and take maintainership
This is the third consecutive PR with no response (in fact, maintainer
has not participated since taking maintainership).
PR: 271605 |
0.3.1 04 Feb 2023 15:14:52 |
Adam Weinberger (adamw) |
devel/libvterm: Update to 0.3.1
PR: 268990
Approved by: maintainer timeout (19 days) |
0.3 30 Sep 2022 16:37:49 |
Adam Weinberger (adamw) |
devel/libterm: Update to 0.3
PR: 266399
Approved by: maintainer timeout |
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.1.1 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.1.1 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.1.1 14 Oct 2021 21:30:30 |
Stefan Eßer (se) |
devel/libvterm: Add CPE information
Approved by: portmgr (blanket) |
0.1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.1 14 Feb 2020 23:09:20 |
linimon |
Over to new volunteer.
PR: 244115 |
0.1.1 27 Oct 2019 05:25:04 |
yuri |
net/pear-Net_URL2 multimedia/libav devel/libvterm: Reset maintainer due to
extended timeouts on bug #240101, #240100, #240089, as per policy. |
0.1.1 13 Oct 2019 00:25:52 |
pkubaj |
devel/libvterm: fix build on GCC architectures
Use newer GCC:
cc1: error: unrecognized command line option "-Wpedantic"
Approved by: mentors (implicit approval) |
0.1.1 07 Oct 2019 15:32:47 |
adamw |
libvterm: Update to 0.1.1 and change upstream source
Previously, we were using a neovim-maintained fork of upstream,
which these days is essentially a staging group before being
merged to the official repo. Releases come from the official
upstream, though, so this commit tracks that instead of cherry-picking
from the neovim repo.
While here, mark perl as being test-only.
PR: 240698
Submitted by: checo175 secmailpro
Approved by: maintainer |
git20161218 04 Feb 2017 12:40:13 |
cpm |
- Update to git20161218
- Pass maintainership to submitter
- Silece all explicitly called commands
PR: 216765
Submitted by: Demetris Procopiou <dem.procopiou@gmail.com> |
git20160104 18 Apr 2016 14:06:58 |
mat |
Update to git20160104.
PR: 208865
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
git20150828 30 Mar 2016 16:41:22 |
culot |
- Reassign to the heap, on maintainer's request |
git20150828 21 Dec 2015 14:05:01 |
miwi |
- Update to git20150828
PR: 200996
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: D4642 |
git20150527 28 May 2015 09:58:55 |
amdmi3 |
Abstract C99 library which implements a VT220 or xterm-like terminal emulator.
It doesn't use any particular graphics toolkit or output system,
instead it invokes callback function pointers that its
embedding program should provide it to draw on its behalf.
It avoids calling malloc() during normal running state,
allowing it to be used in embedded kernel situations.
WWW: http://www.leonerd.org.uk/code/libvterm/
PR: 198712
Submitted by: antont@inbox.lv |