Bug 269718 - [NEW PORT] sysutils/imgurbash2: Upload or delete images and videos to imgur
Summary: [NEW PORT] sysutils/imgurbash2: Upload or delete images and videos to imgur
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/ram-on/imgurbash2
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-20 13:23 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2023-04-30 18:47 UTC (History)
1 user (show)

See Also:


Attachments
imgurbash2-3.3.patch (3.30 KB, patch)
2023-02-20 13:23 UTC, Jesús Daniel Colmenares Oviedo
no flags Details | Diff
imgurbash2-3.3.patch (3.30 KB, patch)
2023-02-20 13:25 UTC, Jesús Daniel Colmenares Oviedo
no flags Details | Diff
imgurbash2-3.3.patch (3.28 KB, patch)
2023-04-28 11:01 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-02-20 13:23:11 UTC
Created attachment 240283 [details]
imgurbash2-3.3.patch

Description:

imgurbash2 is a simple bash script that allows you to upload images
and videos to imgur. Once an image/video is uploaded, the link is
displayed on the terminal and copied to your clipboard.

Features:

* Upload remote HTTP/HTTPS images and videos to imgur.
* Upload multiple images and videos at one go.
* Upload images/videos to your album and to your account.
* Delete previously uploaded images/videos.
* Automatically images/videos deletion.
* Copy uploaded images/videos' URLs to clipboard.

WWW: https://github.com/ram-on/imgurbash2

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 13.1-RELEASE, amd64, WL_COPY XCLIP tested)

Notes:

* At the moment I can't test WL_COPY option because I can't use wayland, so if someone can test it on your system I would appreciate it.
Comment 1 Jesús Daniel Colmenares Oviedo 2023-02-20 13:25:23 UTC
Created attachment 240284 [details]
imgurbash2-3.3.patch

Description:

imgurbash2 is a simple bash script that allows you to upload images
and videos to imgur. Once an image/video is uploaded, the link is
displayed on the terminal and copied to your clipboard.

Features:

* Upload remote HTTP/HTTPS images and videos to imgur.
* Upload multiple images and videos at one go.
* Upload images/videos to your album and to your account.
* Delete previously uploaded images/videos.
* Automatically images/videos deletion.
* Copy uploaded images/videos' URLs to clipboard.

WWW: https://github.com/ram-on/imgurbash2

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 13.1-RELEASE, amd64, XCLIP XSEL tested)

Notes:

* At the moment I can't test WL_COPY option because I can't use wayland, so if someone can test it on your system I would appreciate it.
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2023-04-28 10:08:46 UTC
Thank you for your submission.  Please

 - use DISTVERSION instead of PORTVERSION if possible
 - set "maintainer-approval" on newly submitted ports so they get looked at
 - PLIST_DIRS does not need to be set in this case.  Please remove it.

Port looks good otherwise!
Comment 3 Jesús Daniel Colmenares Oviedo 2023-04-28 11:01:59 UTC
Created attachment 241812 [details]
imgurbash2-3.3.patch

Description:

* Change PORTVERSION to DISTVERSION
* Remove PLIST_DIRS

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 13.1-RELEASE, amd64, XCLIP XSEL tested)
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-04-30 18:44:22 UTC
A commit in branch main references this bug:

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

commit d2548793c768b08e6c18d037b319b12314f123e4
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2023-04-28 10:59:58 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-04-30 18:41:41 +0000

    sysutils/imgurbash2: New port: Upload or delete images and videos to imgur

    imgurbash2 is a simple bash script that allows you to upload images
    and videos to imgur. Once an image/video is uploaded, the link is
    displayed on the terminal and copied to your clipboard.

    Features:

    * Upload remote HTTP/HTTPS images and videos to imgur.
    * Upload multiple images and videos at one go.
    * Upload images/videos to your album and to your account.
    * Delete previously uploaded images/videos.
    * Automatically images/videos deletion.
    * Copy uploaded images/videos' URLs to clipboard.

    WWW: https://github.com/ram-on/imgurbash2/

    PR:             269718

 sysutils/Makefile                   |  1 +
 sysutils/imgurbash2/Makefile (new)  | 39 +++++++++++++++++++++++++++++++++++++
 sysutils/imgurbash2/distinfo (new)  |  3 +++
 sysutils/imgurbash2/pkg-descr (new) | 12 ++++++++++++
 4 files changed, 55 insertions(+)
Comment 5 Robert Clausecker freebsd_committer freebsd_triage 2023-04-30 18:47:14 UTC
Thank you for your contribution.