Bug 267096 - [NEW PORT] www/rustypaste-cli: CLI tool for rustypaste
Summary: [NEW PORT] www/rustypaste-cli: CLI tool for rustypaste
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: Li-Wen Hsu
URL: https://github.com/orhun/rustypaste-cli/
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-15 18:06 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2022-10-22 15:26 UTC (History)
1 user (show)

See Also:


Attachments
rustypaste-cli-0.2.0 (15.76 KB, patch)
2022-10-15 18:06 UTC, Jesús Daniel Colmenares Oviedo
no flags 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 2022-10-15 18:06:59 UTC
Created attachment 237349 [details]
rustypaste-cli-0.2.0

Description:

rustypaste-cli or rpaste is a CLI tool for the minimal file
upload/pastebin service: rustypaste.

WWW: https://github.com/orhun/rustypaste-cli/

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 13.1-RELEASE, amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-10-22 15:26:02 UTC
A commit in branch main references this bug:

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

commit e56b812cc003c0721e40d34077738d593821e2fa
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2022-10-15 17:51:22 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-10-22 15:24:29 +0000

    Add www/rustypaste-cli: CLI tool for rustypaste

    rustypaste-cli or rpaste is a CLI tool for the minimal file
    upload/pastebin service: rustypaste.

    WWW: https://github.com/orhun/rustypaste-cli/

    PR:             267096

 www/rustypaste-cli/Makefile (new)        |  26 ++++++
 www/rustypaste-cli/Makefile.crates (new) |  73 +++++++++++++++
 www/rustypaste-cli/distinfo (new)        | 149 +++++++++++++++++++++++++++++++
 www/rustypaste-cli/pkg-descr (new)       |   2 +
 4 files changed, 250 insertions(+)