Bug 246340

Summary: [NEW PORT] editors/kibi: Tiny text editor written in Rust
Product: Ports & Packages Reporter: Lewis Cook <lcook>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/ilai-deutel/kibi
Attachments:
Description Flags
kibi-0.2.0.diff
none
kibi-0.2.0.log none

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!