pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pipe-viewer: Import pipe-viewer-0.0.8 as wip/pipeviewer



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Mar 13 22:47:58 2021 +0100
Changeset:	11227a51e337fb21a5192855d6ef1cd400c7dd07

Modified Files:
	Makefile
Added Files:
	pipe-viewer/DESCR
	pipe-viewer/Makefile
	pipe-viewer/distinfo

Log Message:
pipe-viewer: Import pipe-viewer-0.0.8 as wip/pipeviewer

A lightweight application (fork of straw-viewer) for searching and
playing videos from YouTube.

This fork parses the YouTube website directly and relies on the
invidious instances only as a fallback method.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=11227a51e337fb21a5192855d6ef1cd400c7dd07

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile             |  1 +
 pipe-viewer/DESCR    |  5 +++++
 pipe-viewer/Makefile | 22 ++++++++++++++++++++++
 pipe-viewer/distinfo |  6 ++++++
 4 files changed, 34 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index e6b27fa0d6..2e2f209b67 100644
--- a/Makefile
+++ b/Makefile
@@ -3089,6 +3089,7 @@ SUBDIR+=	pinball
 SUBDIR+=	pinentry-dmenu
 SUBDIR+=	pinkpony
 SUBDIR+=	pioneer
+SUBDIR+=	pipe-viewer
 SUBDIR+=	pipes-c
 SUBDIR+=	piranha
 SUBDIR+=	piwik
diff --git a/pipe-viewer/DESCR b/pipe-viewer/DESCR
new file mode 100644
index 0000000000..0a1967bf38
--- /dev/null
+++ b/pipe-viewer/DESCR
@@ -0,0 +1,5 @@
+A lightweight application (fork of straw-viewer) for searching and
+playing videos from YouTube.
+
+This fork parses the YouTube website directly and relies on the
+invidious instances only as a fallback method.
diff --git a/pipe-viewer/Makefile b/pipe-viewer/Makefile
new file mode 100644
index 0000000000..dbf64e0311
--- /dev/null
+++ b/pipe-viewer/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	pipe-viewer-0.0.8
+CATEGORIES=	www
+MASTER_SITES=	${MASTER_SITE_GITHUB:=trizen/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/trizen/pipe-viewer/
+COMMENT=	Lightweight application for searching and playing videos from YouTube
+LICENSE=	artistic-2.0
+
+DEPENDS+=	p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump
+DEPENDS+=	p5-JSON-[0-9]*:../../converters/p5-JSON
+DEPENDS+=	p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
+DEPENDS+=	p5-libwww-[0-9]*:../../www/p5-LWP-Protocol-https
+DEPENDS+=	p5-libwww-[0-9]*:../../www/p5-libwww
+
+USE_LANGUAGES=		# empty
+PERL5_PACKLIST=		auto/WWW/PipeViewer/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/pipe-viewer/distinfo b/pipe-viewer/distinfo
new file mode 100644
index 0000000000..05d82a7871
--- /dev/null
+++ b/pipe-viewer/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pipe-viewer-0.0.8.tar.gz) = eaab2f06742d493a60df5639973520017fe03860
+RMD160 (pipe-viewer-0.0.8.tar.gz) = bf3962116b5d5f6e2755acbf02fb5caeef8cd1f5
+SHA512 (pipe-viewer-0.0.8.tar.gz) = 13c49717a55c0eac790b43fc2280c77f7a9c5a10300d7390567a5f908f2bb874dbb673f11e8a0052255732c178fb6d15f39db670cde31e2a8879de43e49383b8
+Size (pipe-viewer-0.0.8.tar.gz) = 251769 bytes


Home | Main Index | Thread Index | Old Index