Port details |
- turbo Text editor based on Scintilla and Turbo Vision
- g20230621 editors =2 g20230621Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2022-11-24 12:54:09
- Last Update: 2023-09-18 04:45:56
- Commit Hash: 851616e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/magiblot/turbo
- Description:
- Turbo is an experimental text editor for the terminal, based on the
Scintilla editing component and the Turbo Vision application framework.
It aims at being intuitive and easy to use. Usability and productivity
are its two other major objectives, although it has not got that far yet.
And only for being a Turbo Vision application, it offers a vintage look
and feel, while being fully Unicode/UTF-8 aware, including support for
CJK (wide) characters.
- ¦ ¦ ¦ ¦
- 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/editors/turbo/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/turbo
- pkg install turbo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: turbo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1687388127
SHA256 (magiblot-turbo-g20230621-45a02f7_GH0.tar.gz) = 2ff8e4552f7170f389103366f4f7c906a74af25164df7125063bd7ffe1bb8830
SIZE (magiblot-turbo-g20230621-45a02f7_GH0.tar.gz) = 730575
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- editors_turbo
- USES:
- cmake compiler:c++17-lang
- pkg-message:
- For install:
- The runtime requirements are (please install at your preference):
* `xsel' or `xclip' for clipboard support in X11 environments
* `wl-clipboard' for clipboard support in Wayland environments
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
g20230621 18 Sep 2023 04:45:56 |
Alexey Dokuchaev (danfe) |
editors/turbo: update the port to the latest GitHub snapshot
- Clipboard is now managed via external programs, hence drop
corresponding dependencies and provide post-install advice
- Use of `devel/libfmt' had been abandoned upstream (yay!)
- Update Turbo Vision framework and do not install its files
PR: 273888
Submitted by: diizzy |
g20221121_1 19 Dec 2022 09:31:34 |
Thierry Thomas (thierry) |
*/*: chase the upgrade of devel/libfmt to 9.1.0
PR: 268081 |
g20221121 24 Nov 2022 12:49:48 |
Alexey Dokuchaev (danfe) |
editors/turbo: new port had been added (+)
It is an experimental text editor for the terminal, based on
the Scintilla code editing component by Neil Hodgson and the
famous old-school Turbo Vision application framework. |