diff options
author | kwm <kwm@FreeBSD.org> | 2014-09-30 03:51:27 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-09-30 03:51:27 +0800 |
commit | 4ffd0a264669b3630704482f1731f68ee5ea7141 (patch) | |
tree | 1367b3cb5cdf103bface290d779e002bc917525b /multimedia/quvi09 | |
parent | d60d86c852a00a1118e3669e4e5a18f91f3fce8e (diff) | |
download | freebsd-ports-gnome-4ffd0a264669b3630704482f1731f68ee5ea7141.tar.gz freebsd-ports-gnome-4ffd0a264669b3630704482f1731f68ee5ea7141.tar.zst freebsd-ports-gnome-4ffd0a264669b3630704482f1731f68ee5ea7141.zip |
Add libquvi 0.9.4, libquvi-scripts 0.9.20131130 and quvi 0.9.5.
svn cp from the 0.4.x versions since it not backwards compatible.
Sunpoet@ has agreed to also maintain these ports.
Obtained from: GNOME dev repo
Submitted by: Gustau Perez
Diffstat (limited to 'multimedia/quvi09')
-rw-r--r-- | multimedia/quvi09/Makefile | 31 | ||||
-rw-r--r-- | multimedia/quvi09/distinfo | 2 | ||||
-rw-r--r-- | multimedia/quvi09/pkg-descr | 10 |
3 files changed, 43 insertions, 0 deletions
diff --git a/multimedia/quvi09/Makefile b/multimedia/quvi09/Makefile new file mode 100644 index 000000000000..61211bd33def --- /dev/null +++ b/multimedia/quvi09/Makefile @@ -0,0 +1,31 @@ +# Created by: Toni Gundogdu <legatvs@gmail.com> +# $FreeBSD$ + +PORTNAME= quvi +PORTVERSION= 0.9.5 +CATEGORIES= multimedia devel +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}/${PORTNAME}/ \ + GOOGLE_CODE + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Command line tool for parsing flash media stream URLs + +LICENSE= AGPLv3 + +BUILD_DEPENDS= libquvi09>=0.9:${PORTSDIR}/multimedia/libquvi09 +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= pkgconfig tar:xz +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --program-suffix=09 + +PLIST_FILES= bin/quvi09 \ + man/man1/quvi-dump09.1.gz \ + man/man1/quvi-get09.1.gz \ + man/man1/quvi-info09.1.gz \ + man/man1/quvi-scan09.1.gz \ + man/man1/quvi09.1.gz \ + man/man5/quvirc09.5.gz + +.include <bsd.port.mk> diff --git a/multimedia/quvi09/distinfo b/multimedia/quvi09/distinfo new file mode 100644 index 000000000000..a7b6b14ce387 --- /dev/null +++ b/multimedia/quvi09/distinfo @@ -0,0 +1,2 @@ +SHA256 (quvi-0.9.5.tar.xz) = cb3918aad990b9bc49828a5071159646247199a63de0dd4c706adc5c8cd0a2c0 +SIZE (quvi-0.9.5.tar.xz) = 316676 diff --git a/multimedia/quvi09/pkg-descr b/multimedia/quvi09/pkg-descr new file mode 100644 index 000000000000..b5dfd27839b5 --- /dev/null +++ b/multimedia/quvi09/pkg-descr @@ -0,0 +1,10 @@ +quvi is a command line tool for parsing flash media stream URLs. It supports +many websites including YouTube and Dailymotion. + +Starting from 0.4.0, the quvi distribution has split into libquvi-scripts, +libquvi and quvi. + +git repo: http://repo.or.cz/w/quvi-tool.git + +WWW: http://quvi.sourceforge.net/ +WWW: http://quvi.googlecode.com/ |