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 -0000 1.550
+++ devel/quirks/Makefile 30 Nov 2017 00:54:17 -0000
@@ -5,7 +5,7 @@ CATEGORIES = devel databases
DISTFILES =
# API.rev
-PKGNAME = quirks-2.395
+PKGNAME = quirks-2.396
PKG_ARCH = *
MAINTAINER = Marc Espie <[email protected]>
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.pm 20 Nov 2017 18:51:45 -0000 1.563
+++ devel/quirks/files/Quirks.pm 30 Nov 2017 00:54:17 -0000
@@ -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/Makefile 19 Nov 2017 13:23:18 -0000 1.840
+++ www/Makefile 30 Nov 2017 00:54:48 -0000
@@ -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/Makefile 20 Mar 2016 19:57:23 -0000
1.12
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -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 <[email protected]>
-
-# 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 <bsd.port.mk>
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/distinfo 25 Oct 2014 14:25:21 -0000
1.9
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -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 -0000
1.1.1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -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 -0000
1.3
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -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#