pkgsrc-WIP-changes archive

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

straw-viewer: Import straw-viewer-0.0.5 as wip/straw-viewer



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Jul 14 17:00:44 2020 +0200
Changeset:	3951fdeb381a0134c616e258725ada79dfbbea3a

Modified Files:
	Makefile
Added Files:
	straw-viewer/DESCR
	straw-viewer/Makefile
	straw-viewer/PLIST
	straw-viewer/TODO
	straw-viewer/distinfo

Log Message:
straw-viewer: Import straw-viewer-0.0.5 as wip/straw-viewer

straw-viewer is a lightweight application for searching and playing
videos from YouTube, using the API of invidio.us.

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

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

diffstat:
 Makefile              |  1 +
 straw-viewer/DESCR    |  2 ++
 straw-viewer/Makefile | 21 +++++++++++++++++++++
 straw-viewer/PLIST    |  4 ++++
 straw-viewer/TODO     |  2 ++
 straw-viewer/distinfo |  6 ++++++
 6 files changed, 36 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 7464720836..91ad4c3213 100644
--- a/Makefile
+++ b/Makefile
@@ -4561,6 +4561,7 @@ SUBDIR+=	stonx
 SUBDIR+=	stormlib
 SUBDIR+=	stracciatella
 SUBDIR+=	stratagus
+SUBDIR+=	straw-viewer
 SUBDIR+=	stress
 SUBDIR+=	stress-ng
 SUBDIR+=	strongswan
diff --git a/straw-viewer/DESCR b/straw-viewer/DESCR
new file mode 100644
index 0000000000..e608d242af
--- /dev/null
+++ b/straw-viewer/DESCR
@@ -0,0 +1,2 @@
+straw-viewer is a lightweight application for searching and playing
+videos from YouTube, using the API of invidio.us.
diff --git a/straw-viewer/Makefile b/straw-viewer/Makefile
new file mode 100644
index 0000000000..0221d295d8
--- /dev/null
+++ b/straw-viewer/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	straw-viewer-0.0.5
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_GITHUB:=trizen/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/trizen/straw-viewer/
+COMMENT=	Search and play video from YouTube, using the API of invidio.us
+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-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor
+DEPENDS+=	p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
+
+USE_LANGUAGES=		# empty
+PERL5_PACKLIST=		auto/WWW/StrawViewer/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/straw-viewer/PLIST b/straw-viewer/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/straw-viewer/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/straw-viewer/TODO b/straw-viewer/TODO
new file mode 100644
index 0000000000..bb7fb129f2
--- /dev/null
+++ b/straw-viewer/TODO
@@ -0,0 +1,2 @@
+- Double-check if all other dependencies are already provided by perl5,
+  otherwise add them to DEPENDS.
diff --git a/straw-viewer/distinfo b/straw-viewer/distinfo
new file mode 100644
index 0000000000..4423ce9c4a
--- /dev/null
+++ b/straw-viewer/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (straw-viewer-0.0.5.tar.gz) = 54ce962a5dd07f1a75725cc795aa8a43ac760671
+RMD160 (straw-viewer-0.0.5.tar.gz) = d43a6cb8dbf6d7782d16c677c4cfe392217a4d28
+SHA512 (straw-viewer-0.0.5.tar.gz) = 2d1cb5b72c084187faa2ce9c1bb771b7d652de9a5e7ef2c9edccbb494f6548d739bd785eecf3d865ae0e32da0507fc37b9f74fbe16fa1059e09a74a59c0ffab2
+Size (straw-viewer-0.0.5.tar.gz) = 239885 bytes


Home | Main Index | Thread Index | Old Index