Bug 246340 - [NEW PORT] editors/kibi: Tiny text editor written in Rust
Summary: [NEW PORT] editors/kibi: Tiny text editor written in Rust
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: freebsd-ports-bugs (Nobody)
URL: https://github.com/ilai-deutel/kibi
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-09 21:04 UTC by Lewis Cook
Modified: 2020-09-04 01:30 UTC (History)
0 users

See Also:


Attachments
kibi-0.2.0.diff (11.45 KB, patch)
2020-05-09 21:04 UTC, Lewis Cook
no flags Details | Diff
kibi-0.2.0.log (30.41 KB, text/plain)
2020-05-09 21:05 UTC, Lewis Cook
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lewis Cook freebsd_committer freebsd_triage 2020-05-09 21:04:35 UTC
Created attachment 214322 [details]
kibi-0.2.0.diff

Configurable text editor with UTF-8 support, incremental search,
syntax highlighting, line numbers and more, written in less than
1024 lines of Rust with minimal dependencies.

WWW: https://github.com/ilai-deutel/kibi

Tested:
 * portlint: OK (looks fine).
 * testport: OK (poudriere: 3.3.4).
Comment 1 Lewis Cook freebsd_committer freebsd_triage 2020-05-09 21:05:02 UTC
Created attachment 214323 [details]
kibi-0.2.0.log

* Poudriere testport log.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-09-04 01:29:45 UTC
A commit references this bug:

Author: swills
Date: Fri Sep  4 01:29:39 UTC 2020
New revision: 547495
URL: https://svnweb.freebsd.org/changeset/ports/547495

Log:
  editors/kibi: create port

  Configurable text editor with UTF-8 support, incremental search, syntax
  highlighting, line numbers and more, written in less than 1024 lines of Rust
  with minimal dependencies.

  WWW: https://github.com/ilai-deutel/kibi

  PR:		246340
  Submitted by:	Lewis Cook <vulcan@wired.sh>

Changes:
  head/editors/Makefile
  head/editors/kibi/
  head/editors/kibi/Makefile
  head/editors/kibi/distinfo
  head/editors/kibi/files/
  head/editors/kibi/files/patch-src_unix.rs
  head/editors/kibi/pkg-descr
  head/editors/kibi/pkg-plist
Comment 3 Steve Wills freebsd_committer freebsd_triage 2020-09-04 01:30:47 UTC
Committed, thanks!