Bug 237533 - New port: editors/xi-term Terminal frontend for xi-editor
Summary: New port: editors/xi-term Terminal frontend for xi-editor
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kai Knoblich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-24 16:16 UTC by Nuno Teixeira
Modified: 2019-05-05 13:16 UTC (History)
1 user (show)

See Also:


Attachments
xi-term shar (27.62 KB, text/plain)
2019-04-24 16:16 UTC, Nuno Teixeira
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nuno Teixeira freebsd_committer freebsd_triage 2019-04-24 16:16:23 UTC
Created attachment 203973 [details]
xi-term shar

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

I also adopted xi-editor backend:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237532

Thanks,

Nuno Teixeira
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-05-05 13:16:11 UTC
A commit references this bug:

Author: kai
Date: Sun May  5 13:15:56 UTC 2019
New revision: 500856
URL: https://svnweb.freebsd.org/changeset/ports/500856

Log:
  New port: editors/xi-term

  Formely known as xi-tui, xi-term is a terminal frontend for the xi editor.

  The xi editor project is an attempt to build a high quality text editor,
  using modern software engineering techniques.

  Goals include:
  - Incredibly high performance.  All editing operations should commit
    and paint in under 16ms.  The editor should never make you wait for
    anything.
  - Reliability.  Crashing, hanging, or losing work should never happen.
  - Developer friendliness.  It should be easy to customize xi editor,
    whether by adding plug-ins or hacking on the core.

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

  PR:		237533
  Submitted by:	Nuno Teixeira <ed.arrakis@gmail.com>
  Reviewed by:	tobik
  Differential Revision:	https://reviews.freebsd.org/D20159

Changes:
  head/editors/Makefile
  head/editors/xi-term/
  head/editors/xi-term/Makefile
  head/editors/xi-term/distinfo
  head/editors/xi-term/pkg-descr
Comment 2 Kai Knoblich freebsd_committer freebsd_triage 2019-05-05 13:16:50 UTC
Committed, thank you for your contribution!