Date: Fri, 22 Dec 2023 17:35:55 +0800 From: Po-Chuan Hsieh <sunpoet@sunpoet.net> To: Yuri Victorovich <yuri@freebsd.org> Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 9854c15ac396 - main - www/py-yt-dlp-devel: New port: Program for downloading videos from various platforms (devel files) Message-ID: <CAMHz58TEy3eL8eWtEkhvbtYaGZYsf7rq6nGWT-ycEF5CaBHBJA@mail.gmail.com> In-Reply-To: <202312210602.3BL62xj2008372@gitrepo.freebsd.org>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] Hello Yuri, On Thu, Dec 21, 2023 at 2:03 PM Yuri Victorovich <yuri@freebsd.org> wrote: > The branch main has been updated by yuri: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=9854c15ac39641f99d498dd5c5b876a8987b5e28 > > commit 9854c15ac39641f99d498dd5c5b876a8987b5e28 > Author: Yuri Victorovich <yuri@FreeBSD.org> > AuthorDate: 2023-12-21 06:01:16 +0000 > Commit: Yuri Victorovich <yuri@FreeBSD.org> > CommitDate: 2023-12-21 06:02:55 +0000 > > www/py-yt-dlp-devel: New port: Program for downloading videos from > various platforms (devel files) > > PR: 275325 > --- > www/Makefile | 1 + > www/py-yt-dlp-devel/Makefile | 56 + > www/py-yt-dlp-devel/distinfo | 3 + > www/py-yt-dlp-devel/files/patch-Makefile | 16 + > www/py-yt-dlp-devel/files/patch-yt__dlp_update.py | 22 + > www/py-yt-dlp-devel/pkg-descr | 4 + > www/py-yt-dlp-devel/pkg-plist | 1150 > +++++++++++++++++++++ > 7 files changed, 1252 insertions(+) > > diff --git a/www/Makefile b/www/Makefile > index fa26921d973b..8e1f9bb3c925 100644 > --- a/www/Makefile > +++ b/www/Makefile > @@ -1881,6 +1881,7 @@ > SUBDIR += py-xandikos > SUBDIR += py-xyzservices > SUBDIR += py-yarl > + SUBDIR += py-yt-dlp-devel > SUBDIR += pydio-cells > SUBDIR += qdecoder > SUBDIR += qhttpengine > diff --git a/www/py-yt-dlp-devel/Makefile b/www/py-yt-dlp-devel/Makefile > new file mode 100644 > index 000000000000..eecbb3d66606 > --- /dev/null > +++ b/www/py-yt-dlp-devel/Makefile > @@ -0,0 +1,56 @@ > +PORTNAME= yt-dlp > +DISTVERSION= 2023.11.16 > +CATEGORIES= www > +MASTER_SITES= > https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ > +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > +PKGNAMESUFFIX= -devel > Please rename this port to www/py-yt-dlp and remove -devel suffix which is meaningless here since it is not a devel version. It is just the same version as www/yt-dlp. > +DISTNAME= ${PORTNAME} > +DIST_SUBDIR= ${PORTNAME}/${DISTVERSION} > + > +MAINTAINER= yuri@FreeBSD.org > +COMMENT= Program for downloading videos from various platforms > (devel files) > It is the python module rather than devel files. And it would be better to use bin/yt-dlp-py or bin/py-yt-dlp instead of bin/yt-dlp-devel. Thanks. Regards, sunpoet [-- Attachment #2 --] <div dir="ltr"><div dir="ltr">Hello Yuri,</div><div dir="ltr"><br></div><div dir="ltr">On Thu, Dec 21, 2023 at 2:03 PM Yuri Victorovich <<a href="mailto:yuri@freebsd.org">yuri@freebsd.org</a>> wrote:</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The branch main has been updated by yuri:<br> <br> URL: <a href="https://cgit.FreeBSD.org/ports/commit/?id=9854c15ac39641f99d498dd5c5b876a8987b5e28" rel="noreferrer" target="_blank">https://cgit.FreeBSD.org/ports/commit/?id=9854c15ac39641f99d498dd5c5b876a8987b5e28</a><br> <br> commit 9854c15ac39641f99d498dd5c5b876a8987b5e28<br> Author: Yuri Victorovich <yuri@FreeBSD.org><br> AuthorDate: 2023-12-21 06:01:16 +0000<br> Commit: Yuri Victorovich <yuri@FreeBSD.org><br> CommitDate: 2023-12-21 06:02:55 +0000<br> <br> www/py-yt-dlp-devel: New port: Program for downloading videos from various platforms (devel files)<br> <br> PR: 275325<br> ---<br> www/Makefile | 1 +<br> www/py-yt-dlp-devel/Makefile | 56 +<br> www/py-yt-dlp-devel/distinfo | 3 +<br> www/py-yt-dlp-devel/files/patch-Makefile | 16 +<br> www/py-yt-dlp-devel/files/patch-yt__dlp_update.py | 22 +<br> www/py-yt-dlp-devel/pkg-descr | 4 +<br> www/py-yt-dlp-devel/pkg-plist | 1150 +++++++++++++++++++++<br> 7 files changed, 1252 insertions(+)<br> <br> diff --git a/www/Makefile b/www/Makefile<br> index fa26921d973b..8e1f9bb3c925 100644<br> --- a/www/Makefile<br> +++ b/www/Makefile<br> @@ -1881,6 +1881,7 @@<br> SUBDIR += py-xandikos<br> SUBDIR += py-xyzservices<br> SUBDIR += py-yarl<br> + SUBDIR += py-yt-dlp-devel<br> SUBDIR += pydio-cells<br> SUBDIR += qdecoder<br> SUBDIR += qhttpengine<br> diff --git a/www/py-yt-dlp-devel/Makefile b/www/py-yt-dlp-devel/Makefile<br> new file mode 100644<br> index 000000000000..eecbb3d66606<br> --- /dev/null<br> +++ b/www/py-yt-dlp-devel/Makefile<br> @@ -0,0 +1,56 @@<br> +PORTNAME= yt-dlp<br> +DISTVERSION= 2023.11.16<br> +CATEGORIES= www<br> +MASTER_SITES= <a href="https://github.com/$%7BPORTNAME%7D/$%7BPORTNAME%7D/releases/download/$%7BDISTVERSION%7D/" rel="noreferrer" target="_blank">https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/</a><br> +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}<br> +PKGNAMESUFFIX= -devel<br></blockquote><div><br></div><div>Please rename this port to www/py-yt-dlp and remove -devel suffix which is meaningless here since it is not a devel version.</div><div>It is just the same version as www/yt-dlp.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> +DISTNAME= ${PORTNAME}<br> +DIST_SUBDIR= ${PORTNAME}/${DISTVERSION}<br> +<br> +MAINTAINER= yuri@FreeBSD.org<br> +COMMENT= Program for downloading videos from various platforms (devel files)<br></blockquote><div><br></div><div>It is the python module rather than devel files.</div><div>And it would be better to use bin/yt-dlp-py or bin/py-yt-dlp instead of bin/yt-dlp-devel.<br></div><div>Thanks.</div><div><br></div><div>Regards,</div><div>sunpoet</div></div></div>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58TEy3eL8eWtEkhvbtYaGZYsf7rq6nGWT-ycEF5CaBHBJA>
