DELETE: www/p5-WWW-YouTube-Download

2017-11-29 Thread Mikolaj Kucharski
Hi,

So I've looked into updating it, but I don't really see a point. Current
version on CPAN doesn't support encrypted signature videos. I don't use
it any more. Anyone has objections to remove it?

If decision will be to remove it, please review carefully as I'm not
that familiar with ports removal.

If you really need perl based youtube downloader, I guess you can try:

https://www.jwz.org/hacks/youtubedown

otherwise, there are better alternatives.


Index: devel/quirks/Makefile
===
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.550
diff -u -p -r1.550 Makefile
--- devel/quirks/Makefile   20 Nov 2017 18:51:45 -  1.550
+++ devel/quirks/Makefile   30 Nov 2017 00:54:17 -
@@ -5,7 +5,7 @@ CATEGORIES =devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =  quirks-2.395
+PKGNAME =  quirks-2.396
 PKG_ARCH = *
 MAINTAINER =   Marc Espie 
 
Index: devel/quirks/files/Quirks.pm
===
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.563
diff -u -p -r1.563 Quirks.pm
--- devel/quirks/files/Quirks.pm20 Nov 2017 18:51:45 -  1.563
+++ devel/quirks/files/Quirks.pm30 Nov 2017 00:54:17 -
@@ -1210,6 +1210,7 @@ my $obsolete_reason = {
'hs-tuple' => 6,
'hs-zlib-bindings' => 6,
'vomit' => 0,
+   'p5-WWW-YouTube-Download' => 6,
 };
 
 # reasons for obsolete packages
Index: www/Makefile
===
RCS file: /cvs/ports/www/Makefile,v
retrieving revision 1.840
diff -u -p -r1.840 Makefile
--- www/Makefile19 Nov 2017 13:23:18 -  1.840
+++ www/Makefile30 Nov 2017 00:54:48 -
@@ -324,7 +324,6 @@
  SUBDIR += p5-WWW-Shorten-Googl
  SUBDIR += p5-WWW-Tumblr
  SUBDIR += p5-WWW-Wikipedia
- SUBDIR += p5-WWW-YouTube-Download
  SUBDIR += p5-Weather-Com
  SUBDIR += p5-WebService-Audioscrobbler
  SUBDIR += p5-WebService-MusicBrainz
Index: www/p5-WWW-YouTube-Download/Makefile
===
RCS file: www/p5-WWW-YouTube-Download/Makefile
diff -N www/p5-WWW-YouTube-Download/Makefile
--- www/p5-WWW-YouTube-Download/Makefile20 Mar 2016 19:57:23 -  
1.12
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,31 +0,0 @@
-# $OpenBSD: Makefile,v 1.12 2016/03/20 19:57:23 naddy Exp $
-
-COMMENT =  simple YouTube interface for downloading videos
-
-MODULES =  cpan
-PKG_ARCH = *
-DISTNAME = WWW-YouTube-Download-0.56
-CATEGORIES =   www
-
-MAINTAINER =   Mikolaj Kucharski 
-
-# Perl
-PERMIT_PACKAGE_CDROM = Yes
-
-CPAN_AUTHOR =  XAICRON
-CONFIGURE_STYLE =  modbuild
-
-MODCPAN_EXAMPLES = Yes
-MODCPAN_EXAMPLES_DIST =eg
-
-RUN_DEPENDS =  converters/p5-JSON \
-   textproc/p5-XML-TreePP \
-   www/p5-LWP-Protocol-https \
-   www/p5-LWP-Protocol-socks \
-   www/p5-HTML-Parser \
-   www/p5-URI \
-   www/p5-libwww
-
-BUILD_DEPENDS = ${RUN_DEPENDS}
-
-.include 
Index: www/p5-WWW-YouTube-Download/distinfo
===
RCS file: www/p5-WWW-YouTube-Download/distinfo
diff -N www/p5-WWW-YouTube-Download/distinfo
--- www/p5-WWW-YouTube-Download/distinfo25 Oct 2014 14:25:21 -  
1.9
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,2 +0,0 @@
-SHA256 (WWW-YouTube-Download-0.56.tar.gz) = 
C3/97l4cKrT9dY5cdi2q/hd9psBUocUr+sbaxpmAgso=
-SIZE (WWW-YouTube-Download-0.56.tar.gz) = 23453
Index: www/p5-WWW-YouTube-Download/pkg/DESCR
===
RCS file: www/p5-WWW-YouTube-Download/pkg/DESCR
diff -N www/p5-WWW-YouTube-Download/pkg/DESCR
--- www/p5-WWW-YouTube-Download/pkg/DESCR   25 Apr 2011 13:04:17 -  
1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1 +0,0 @@
-WWW::YouTube::Download lets you download video files from YouTube.
Index: www/p5-WWW-YouTube-Download/pkg/PLIST
===
RCS file: www/p5-WWW-YouTube-Download/pkg/PLIST
diff -N www/p5-WWW-YouTube-Download/pkg/PLIST
--- www/p5-WWW-YouTube-Download/pkg/PLIST   8 Apr 2013 19:24:19 -   
1.3
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-@comment $OpenBSD: PLIST,v 1.3 2013/04/08 19:24:19 sthen Exp $
-bin/youtube-download
-bin/youtube-playlists
-${P5SITE}/WWW/YouTube/
-${P5SITE}/WWW/YouTube/Download.pm
-@man man/man1/youtube-download.1
-@man man/man1/youtube-playlists.1
-@man man/man3p/WWW::YouTube::Download.3p
-share/examples/p5-WWW-YouTube-Download/
-share/examples/p5-WWW-YouTube-Download/cb.pl
-share/examples/p5-WWW-YouTube-Download/menu.pl
-share/examples/p5-WWW-YouTube-Download/parallel.pl


-- 
best regards
q#



Re: DELETE: www/p5-WWW-YouTube-Download

2017-12-03 Thread Mikolaj Kucharski
On Thu, Nov 30, 2017 at 01:37:42AM +, Mikolaj Kucharski wrote:
> Hi,
> 
> So I've looked into updating it, but I don't really see a point. Current
> version on CPAN doesn't support encrypted signature videos. I don't use
> it any more. Anyone has objections to remove it?
> 
> If decision will be to remove it, please review carefully as I'm not
> that familiar with ports removal.
> 
> If you really need perl based youtube downloader, I guess you can try:
> 
>   https://www.jwz.org/hacks/youtubedown
> 
> otherwise, there are better alternatives.
> 

Ping. Diff at:

https://marc.info/?l=openbsd-ports&m=151200587924618&w=2

-- 
best regards
q#



Re: DELETE: www/p5-WWW-YouTube-Download

2017-12-05 Thread Frederic Cambus
On Sun, Dec 03, 2017 at 06:51:56PM +, Mikolaj Kucharski wrote:

> > So I've looked into updating it, but I don't really see a point. Current
> > version on CPAN doesn't support encrypted signature videos. I don't use
> > it any more. Anyone has objections to remove it?
> > 
> > If decision will be to remove it, please review carefully as I'm not
> > that familiar with ports removal.
> > 
> > If you really need perl based youtube downloader, I guess you can try:
> > 
> > https://www.jwz.org/hacks/youtubedown
> > 
> > otherwise, there are better alternatives.
> > 
> 
> Ping. Diff at:
>   https://marc.info/?l=openbsd-ports&m=151200587924618&w=2

Please wait at least one week before pinging, that's the usual delay.

Nonetheless, I think removing it makes sense and it seems there was no
objections so far.

Anyone willing to OK this removal?



Re: DELETE: www/p5-WWW-YouTube-Download

2017-12-05 Thread Nigel Taylor
On 12/05/17 12:56, Frederic Cambus wrote:
> On Sun, Dec 03, 2017 at 06:51:56PM +, Mikolaj Kucharski wrote:
> 
>>> So I've looked into updating it, but I don't really see a point. Current
>>> version on CPAN doesn't support encrypted signature videos. I don't use
>>> it any more. Anyone has objections to remove it?
>>>
>>> If decision will be to remove it, please review carefully as I'm not
>>> that familiar with ports removal.
>>>
>>> If you really need perl based youtube downloader, I guess you can try:
>>>
>>> https://www.jwz.org/hacks/youtubedown
>>>
>>> otherwise, there are better alternatives.
>>>
>>
>> Ping. Diff at:
>>  https://marc.info/?l=openbsd-ports&m=151200587924618&w=2
> 
> Please wait at least one week before pinging, that's the usual delay.
> 
> Nonetheless, I think removing it makes sense and it seems there was no
> objections so far.
> 
> Anyone willing to OK this removal?
> 
> 

it's already been removed

CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/12/04 06:09:07

Modified files:
www: Makefile
Removed files:
www/p5-WWW-YouTube-Download: Makefile distinfo
www/p5-WWW-YouTube-Download/pkg: DESCR PLIST

Log message:
remove www/p5-WWW-YouTube-Download, req'd by maintainer Mikolaj Kucharski