Page MenuHomeFreeBSD

New port: editors/xi-term: Terminal frontend for xi-editor
ClosedPublic

Authored by kai on May 4 2019, 9:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 8:02 AM
Unknown Object (File)
Thu, Sep 25, 11:38 PM
Unknown Object (File)
Sep 10 2025, 6:00 PM
Unknown Object (File)
Sep 2 2025, 6:01 AM
Unknown Object (File)
Aug 17 2025, 12:56 AM
Unknown Object (File)
Aug 14 2025, 2:56 PM
Unknown Object (File)
Aug 12 2025, 5:50 AM
Unknown Object (File)
Aug 11 2025, 11:42 AM
Subscribers

Details

Reviewers
tobik
Group Reviewers
rust
Commits
rP500856: New port: editors/xi-term
Summary

Formely xi-tui, xi-term is a terminal frontend for xi.

It is experimental and under development, so don't expect
anything magical (yet!).

WWW: https://github.com/xi-frontend/xi-term

PR: 237533
Submitted by: Nuno Teixeira

Test Plan
  • poudriere (11.2-, 12.0-RELEASE, 13.0-CURRENT@r346346 amd64 + i386) -> OK
  • portlint -> OK
  • Runtime tests -> OK

Minor fixes from the original patch:

  • Removed OPTIONS_DEFAULT=DOCS as DOCS is already set as default
  • Rearranged GH_TUPLE and CARGO_USE_GITHUB to make future update/commits somewhat easier

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tobik requested changes to this revision.May 4 2019, 10:29 PM
tobik added a subscriber: tobik.

Same nitpicks as in D20158:

  • CARGO_USE_GITHUB in the wrong order
  • INSTALL_MAN for installing documentation
editors/xi-term/pkg-descr
1โ€“4 โ†—(On Diff #57050)

This is not a good pkg-descr. Maybe explain what xi is in a one or two sentences (or copy some sentences from xi-core's description).

This revision now requires changes to proceed.May 4 2019, 10:29 PM
  • Rearranged GH_TUPLE, CARGO_CRATES, CARGO_USE_GITHUB
  • s/${INSTALL_DATA}/${INSTALL_MAN}/
  • Improved pkg-descr by copying some lines from pkg-descr of www/xi-core
This revision is now accepted and ready to land.May 4 2019, 10:56 PM
kai planned changes to this revision.May 4 2019, 11:01 PM

Awesome, many thanks also here for your suggestions and the quick review!

This revision was not accepted when it landed; it landed in state Changes Planned.May 5 2019, 1:16 PM
Closed by commit rP500856: New port: editors/xi-term (authored by kai). ยท Explain Why
This revision was automatically updated to reflect the committed changes.