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> References: <202312210602.3BL62xj2008372@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--000000000000a0b489060d15f2fa Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello Yuri, On Thu, Dec 21, 2023 at 2:03=E2=80=AFPM Yuri Victorovich <yuri@freebsd.org>= wrote: > The branch main has been updated by yuri: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=3D9854c15ac39641f99d498dd5c5b87= 6a8987b5e28 > > 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 +=3D py-xandikos > SUBDIR +=3D py-xyzservices > SUBDIR +=3D py-yarl > + SUBDIR +=3D py-yt-dlp-devel > SUBDIR +=3D pydio-cells > SUBDIR +=3D qdecoder > SUBDIR +=3D 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=3D yt-dlp > +DISTVERSION=3D 2023.11.16 > +CATEGORIES=3D www > +MASTER_SITES=3D > https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSIO= N}/ > +PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} > +PKGNAMESUFFIX=3D -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=3D ${PORTNAME} > +DIST_SUBDIR=3D ${PORTNAME}/${DISTVERSION} > + > +MAINTAINER=3D yuri@FreeBSD.org > +COMMENT=3D 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 --000000000000a0b489060d15f2fa Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div dir=3D"ltr">Hello Yuri,</div><div dir=3D"ltr"><br></d= iv><div dir=3D"ltr">On Thu, Dec 21, 2023 at 2:03=E2=80=AFPM Yuri Victorovic= h <<a href=3D"mailto:yuri@freebsd.org">yuri@freebsd.org</a>> wrote:</= div><div class=3D"gmail_quote"><blockquote class=3D"gmail_quote" style=3D"m= argin: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=3D"https://cgit.FreeBSD.org/ports/commit/?id=3D9854c15ac39641f= 99d498dd5c5b876a8987b5e28" rel=3D"noreferrer" target=3D"_blank">https://cgi= t.FreeBSD.org/ports/commit/?id=3D9854c15ac39641f99d498dd5c5b876a8987b5e28</= a><br> <br> commit 9854c15ac39641f99d498dd5c5b876a8987b5e28<br> Author:=C2=A0 =C2=A0 =C2=A0Yuri Victorovich <yuri@FreeBSD.org><br> AuthorDate: 2023-12-21 06:01:16 +0000<br> Commit:=C2=A0 =C2=A0 =C2=A0Yuri Victorovich <yuri@FreeBSD.org><br> CommitDate: 2023-12-21 06:02:55 +0000<br> <br> =C2=A0 =C2=A0 www/py-yt-dlp-devel: New port: Program for downloading videos= from various platforms (devel files)<br> <br> =C2=A0 =C2=A0 PR:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0275325<br> ---<br> =C2=A0www/Makefile=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 |=C2=A0 =C2=A0 1 +<br> =C2=A0www/py-yt-dlp-devel/Makefile=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 |=C2=A0 =C2=A056 +<br> =C2=A0www/py-yt-dlp-devel/distinfo=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 |=C2=A0 =C2=A0 3 +<br> =C2=A0www/py-yt-dlp-devel/files/patch-Makefile=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 |=C2=A0 =C2=A016 +<br> =C2=A0www/py-yt-dlp-devel/files/patch-yt__dlp_update.py |=C2=A0 =C2=A022 +<= br> =C2=A0www/py-yt-dlp-devel/pkg-descr=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0|=C2=A0 =C2=A0 4 +<br> =C2=A0www/py-yt-dlp-devel/pkg-plist=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| 1150 +++++++++++++++++++++<br> =C2=A07 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> =C2=A0 =C2=A0 =C2=A0SUBDIR +=3D py-xandikos<br> =C2=A0 =C2=A0 =C2=A0SUBDIR +=3D py-xyzservices<br> =C2=A0 =C2=A0 =C2=A0SUBDIR +=3D py-yarl<br> +=C2=A0 =C2=A0 SUBDIR +=3D py-yt-dlp-devel<br> =C2=A0 =C2=A0 =C2=A0SUBDIR +=3D pydio-cells<br> =C2=A0 =C2=A0 =C2=A0SUBDIR +=3D qdecoder<br> =C2=A0 =C2=A0 =C2=A0SUBDIR +=3D 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=3D=C2=A0 =C2=A0 =C2=A0 yt-dlp<br> +DISTVERSION=3D=C2=A0 =C2=A02023.11.16<br> +CATEGORIES=3D=C2=A0 =C2=A0 www<br> +MASTER_SITES=3D=C2=A0 <a href=3D"https://github.com/$%7BPORTNAME%7D/$%7BPO= RTNAME%7D/releases/download/$%7BDISTVERSION%7D/" rel=3D"noreferrer" target= =3D"_blank">https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${= DISTVERSION}/</a><br> +PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX}<br> +PKGNAMESUFFIX=3D -devel<br></blockquote><div><br></div><div>Please rename = this port to www/py-yt-dlp and remove -devel suffix which is meaningless he= re since it is not a devel version.</div><div>It is just the same version a= s www/yt-dlp.</div><div>=C2=A0</div><blockquote class=3D"gmail_quote" style= =3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding= -left:1ex"> +DISTNAME=3D=C2=A0 =C2=A0 =C2=A0 ${PORTNAME}<br> +DIST_SUBDIR=3D=C2=A0 =C2=A0${PORTNAME}/${DISTVERSION}<br> +<br> +MAINTAINER=3D=C2=A0 =C2=A0 yuri@FreeBSD.org<br> +COMMENT=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0Program for downloading videos from v= arious platforms (devel files)<br></blockquote><div><br></div><div>It is th= e python module rather than devel files.</div><div>And it would be better t= o 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> --000000000000a0b489060d15f2fa--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58TEy3eL8eWtEkhvbtYaGZYsf7rq6nGWT-ycEF5CaBHBJA>