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.
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.
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!
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)
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(+)
Thank you for your contribution.