Bug 269977 - [NEW PORT] sysutils/llama: Terminal file manager
Summary: [NEW PORT] sysutils/llama: Terminal file manager
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: Robert Clausecker
URL: https://github.com/antonmedv/llama
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-05 14:35 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2023-04-30 18:48 UTC (History)
2 users (show)

See Also:


Attachments
llama-1.4.0.patch (6.51 KB, patch)
2023-03-05 14:35 UTC, Jesús Daniel Colmenares Oviedo
no flags Details | Diff
llama-1.4.0.patch (6.51 KB, patch)
2023-04-28 11:24 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff
llama-1.4.0.patch (6.51 KB, patch)
2023-04-28 19:14 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.