FreeBSD Bugzilla – Attachment 251671 Details for
Bug 279948
www/automated-ytdlp-downloader: new port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
www/automated-ytdlp-downloader
automated-ytdlp-downloader.patch (text/plain), 3.06 KB, created by
Yusuf Yaman
on 2024-06-24 12:14:48 UTC
(
hide
)
Description:
www/automated-ytdlp-downloader
Filename:
MIME Type:
Creator:
Yusuf Yaman
Created:
2024-06-24 12:14:48 UTC
Size:
3.06 KB
patch
obsolete
>From 395874eba7b5804124bbc0d57f0dd7c5aa099b28 Mon Sep 17 00:00:00 2001 >From: Yusuf Yaman <nxjoseph@protonmail.com> >Date: Mon, 24 Jun 2024 15:09:38 +0300 >Subject: [PATCH] www/automated-ytdlp-downloader: new port > >An interactive CLI tool for downloading >Videos/Audios using yt-dlp from YouTube. > >PR: 279948 >--- > www/Makefile | 1 + > www/automated-ytdlp-downloader/Makefile | 27 ++++++++++++++++++++++++ > www/automated-ytdlp-downloader/distinfo | 7 ++++++ > www/automated-ytdlp-downloader/pkg-descr | 2 ++ > 4 files changed, 37 insertions(+) > create mode 100644 www/automated-ytdlp-downloader/Makefile > create mode 100644 www/automated-ytdlp-downloader/distinfo > create mode 100644 www/automated-ytdlp-downloader/pkg-descr > >diff --git a/www/Makefile b/www/Makefile >index 926c1d8fd..47d3c4a4b 100644 >--- a/www/Makefile >+++ b/www/Makefile >@@ -61,6 +61,7 @@ > SUBDIR += aria2 > SUBDIR += asql > SUBDIR += authelia >+ SUBDIR += automated-ytdlp-downloader > SUBDIR += awstats > SUBDIR += axis2 > SUBDIR += bacula-web >diff --git a/www/automated-ytdlp-downloader/Makefile b/www/automated-ytdlp-downloader/Makefile >new file mode 100644 >index 000000000..77d946990 >--- /dev/null >+++ b/www/automated-ytdlp-downloader/Makefile >@@ -0,0 +1,27 @@ >+PORTNAME= automated-ytdlp-downloader >+DISTVERSIONPREFIX= v >+DISTVERSION= 0.0.5 >+CATEGORIES= www >+ >+MAINTAINER= nxjoseph@protonmail.com >+COMMENT= CLI tool for downloading Videos/Audios using yt-dlp from YouTube >+WWW= https://github.com/nxjosephofficial/automated-ytdlp-downloader >+ >+LICENSE= GPLv3 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= yt-dlp:www/yt-dlp >+ >+USES= go:1.22,modules >+ >+USE_GITHUB= yes >+GH_ACCOUNT= nxjosephofficial >+GH_TUPLE= adrg:xdg:v0.4.0:adrg_xdg/vendor/github.com/adrg/xdg \ >+ golang:sys:69cdffdb9359:golang_sys/vendor/golang.org/x/sys >+ >+GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} >+GO_BUILDFLAGS= -ldflags="-s -w" -o ./build/automated-ytdlp-downloader >+ >+PLIST_FILES= bin/automated-ytdlp-downloader >+ >+.include <bsd.port.mk> >diff --git a/www/automated-ytdlp-downloader/distinfo b/www/automated-ytdlp-downloader/distinfo >new file mode 100644 >index 000000000..2c4e04c91 >--- /dev/null >+++ b/www/automated-ytdlp-downloader/distinfo >@@ -0,0 +1,7 @@ >+TIMESTAMP = 1719229919 >+SHA256 (nxjosephofficial-automated-ytdlp-downloader-v0.0.5_GH0.tar.gz) = 49e48535f5d71f8c27a494b43e49eb34592fbf725fd4638879667fdf349b6c3b >+SIZE (nxjosephofficial-automated-ytdlp-downloader-v0.0.5_GH0.tar.gz) = 15032 >+SHA256 (adrg-xdg-v0.4.0_GH0.tar.gz) = 7f80dcb6b7ce96f2b8ccaa5577f874cd6b9e2a65c29bbcffa04a2304b9bef98a >+SIZE (adrg-xdg-v0.4.0_GH0.tar.gz) = 20022 >+SHA256 (golang-sys-69cdffdb9359_GH0.tar.gz) = dfd2480a49546a3ee1ccc5b9426928bc3ecb15b803a6ebf73c872b2a4d0331f8 >+SIZE (golang-sys-69cdffdb9359_GH0.tar.gz) = 1221182 >diff --git a/www/automated-ytdlp-downloader/pkg-descr b/www/automated-ytdlp-downloader/pkg-descr >new file mode 100644 >index 000000000..7ffa78b4c >--- /dev/null >+++ b/www/automated-ytdlp-downloader/pkg-descr >@@ -0,0 +1,2 @@ >+An interactive CLI tool for downloading >+Videos/Audios using yt-dlp from YouTube. >-- >2.45.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 279948
: 251671