pkgsrc-WIP-changes archive

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

quvi: Import quvi-0.9.5 as wip/quvi



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Tue Mar 21 20:26:42 2017 +0100
Changeset:	68438a1940d543ce8b582b001902b36f2be8b99d

Modified Files:
	Makefile
Added Files:
	quvi/DESCR
	quvi/Makefile
	quvi/PLIST
	quvi/distinfo

Log Message:
quvi: Import quvi-0.9.5 as wip/quvi

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

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

diffstat:
 Makefile      |  1 +
 quvi/DESCR    |  5 +++++
 quvi/Makefile | 22 ++++++++++++++++++++++
 quvi/PLIST    |  8 ++++++++
 quvi/distinfo |  5 +++++
 5 files changed, 41 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 8ade8b1749..17f43b8793 100644
--- a/Makefile
+++ b/Makefile
@@ -3744,6 +3744,7 @@ SUBDIR+=	quickfix
 SUBDIR+=	quickie
 SUBDIR+=	qupzilla
 SUBDIR+=	qutebrowser
+SUBDIR+=	quvi
 SUBDIR+=	qvamps
 SUBDIR+=	r8s
 SUBDIR+=	radare2-git
diff --git a/quvi/DESCR b/quvi/DESCR
new file mode 100644
index 0000000000..0394ab669c
--- /dev/null
+++ b/quvi/DESCR
@@ -0,0 +1,5 @@
+The quvi is a command line tool for parsing video download links. It
+supports Youtube and other similar video websites.  libquvi is a
+library for parsing video download links with C API. It is written in
+C and intended to be a cross-platform library.
+You can see the list of supported sites from 'quvi info -D'.
diff --git a/quvi/Makefile b/quvi/Makefile
new file mode 100644
index 0000000000..c380d6bece
--- /dev/null
+++ b/quvi/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.22 2014/05/03 13:14:38 alnsn Exp $
+#
+
+DISTNAME=	quvi-0.9.5
+PKGREVISION=	6
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=quvi/}
+EXTRACT_SUFX=	.tar.xz
+
+MAINTAINER=	ryoon%NetBSD.org@localhost
+HOMEPAGE=	http://quvi.sourceforge.net/
+COMMENT=	Command line tool for parsing video links
+LICENSE=	gnu-lgpl-v2.1
+
+GNU_CONFIGURE=	yes
+USE_TOOLS+=	pkg-config
+
+BUILDLINK_API_DEPENDS.curl+=		curl>=7.18.2
+.include "../../www/curl/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libquvi+=		libquvi>=0.9
+.include "../../wip/libquvi/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/quvi/PLIST b/quvi/PLIST
new file mode 100644
index 0000000000..71abff8100
--- /dev/null
+++ b/quvi/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+bin/quvi
+man/man1/quvi-dump.1
+man/man1/quvi-get.1
+man/man1/quvi-info.1
+man/man1/quvi-scan.1
+man/man1/quvi.1
+man/man5/quvirc.5
diff --git a/quvi/distinfo b/quvi/distinfo
new file mode 100644
index 0000000000..cd2376926e
--- /dev/null
+++ b/quvi/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.12 2012/07/31 00:37:09 wiz Exp $
+
+SHA1 (quvi-0.9.5.tar.xz) = 8040b8fef103350c462ba51fa614cb35a2bc1873
+RMD160 (quvi-0.9.5.tar.xz) = 356e20d54c7a9137d032fa98a6e94d326b9bc04a
+Size (quvi-0.9.5.tar.xz) = 316676 bytes


Home | Main Index | Thread Index | Old Index