Bug 269977

Summary: [NEW PORT] sysutils/llama: Terminal file manager
Product: Ports & Packages Reporter: Jesús Daniel Colmenares Oviedo <DtxdF>
Component: Individual Port(s)Assignee: Robert Clausecker <fuz>
Status: Closed FIXED    
Severity: Affects Only Me CC: fuz, grahamperrin
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/antonmedv/llama
Attachments:
Description Flags
llama-1.4.0.patch
none
llama-1.4.0.patch
DtxdF: maintainer-approval+
llama-1.4.0.patch DtxdF: maintainer-approval+

Description Jesús Daniel Colmenares Oviedo 2023-03-05 14:35:01 UTC
Created attachment 240602 [details]
llama-1.4.0.patch

Description:

llama is a simple and minimalistic file manager. It's fast way to
navigate the filesystem, and a cd and ls replacement. It allows for
quick navigation with fuzzy searching and the cd-integration with
the shell is a one-liner.

WWW: https://github.com/antonmedv/llama

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 13.1-RELEASE, amd64)
Comment 1 Jesús Daniel Colmenares Oviedo 2023-04-28 11:24:56 UTC
Created attachment 241814 [details]
llama-1.4.0.patch

Description:

llama is a simple and minimalistic file manager. It's fast way to
navigate the filesystem, and a cd and ls replacement. It allows for
quick navigation with fuzzy searching and the cd-integration with
the shell is a one-liner.

WWW: https://github.com/antonmedv/llama/

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 13.1-RELEASE, amd64)
Comment 2 Graham Perrin freebsd_committer freebsd_triage 2023-04-28 18:46:55 UTC
(In reply to Jesús Daniel Colmenares Oviedo from comment #1)

Grammar: 

> … It's fast way …

– should be: 

> … It's a fast way …
Comment 3 Jesús Daniel Colmenares Oviedo 2023-04-28 19:14:04 UTC
Created attachment 241838 [details]
llama-1.4.0.patch

Description:

* Fix typo in pkg-descr

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 13.1-RELEASE, amd64)
Comment 4 Jesús Daniel Colmenares Oviedo 2023-04-28 19:15:17 UTC
(In reply to Graham Perrin from comment #2)

Thanks!
Comment 5 commit-hook freebsd_committer freebsd_triage 2023-04-30 18:44:23 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=21006478f43527b22d29a0b51599cbfffa2444a2

commit 21006478f43527b22d29a0b51599cbfffa2444a2
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2023-04-28 19:12:48 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-04-30 18:41:40 +0000

    sysutils/llama: New port: Terminal file manager

    llama is a simple and minimalistic file manager. It's a fast way to
    navigate the filesystem, and a cd and ls replacement. It allows for
    quick navigation with fuzzy searching and the cd-integration with
    the shell is a one-liner.

    WWW: https://github.com/antonmedv/llama/

    PR:             269977

 sysutils/Makefile              |  1 +
 sysutils/llama/Makefile (new)  | 38 ++++++++++++++++++++++++++++++++++++++
 sysutils/llama/distinfo (new)  | 39 +++++++++++++++++++++++++++++++++++++++
 sysutils/llama/pkg-descr (new) |  4 ++++
 4 files changed, 82 insertions(+)
Comment 6 Robert Clausecker freebsd_committer freebsd_triage 2023-04-30 18:48:33 UTC
Thank you for your contribution.