diff options
author | wiz <wiz@pkgsrc.org> | 2008-03-14 01:32:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-03-14 01:32:48 +0000 |
commit | aeb7c279d42a229b82d3e54a6b1d3a6d78f5722e (patch) | |
tree | 7eae5470e5a01e55d16b38a865af6b399f478ff5 /net | |
parent | f1e9d47ddc65f924d3dfa5b1d183185ce3f6065d (diff) | |
download | pkgsrc-aeb7c279d42a229b82d3e54a6b1d3a6d78f5722e.tar.gz |
Import clive-0.4.6 as net/clive.
clive is a cross-platform command line video extraction tool for
user-uploaded video hosts such as Youtube, Google Video, Dailymotion,
Guba, and Metacafe. It can be chained with 3rd party tools for
subsequent video re-encoding and playing.
Diffstat (limited to 'net')
-rw-r--r-- | net/clive/DESCR | 4 | ||||
-rw-r--r-- | net/clive/Makefile | 22 | ||||
-rw-r--r-- | net/clive/PLIST | 37 | ||||
-rw-r--r-- | net/clive/distinfo | 5 |
4 files changed, 68 insertions, 0 deletions
diff --git a/net/clive/DESCR b/net/clive/DESCR new file mode 100644 index 00000000000..a06202ac7bd --- /dev/null +++ b/net/clive/DESCR @@ -0,0 +1,4 @@ +clive is a cross-platform command line video extraction tool for +user-uploaded video hosts such as Youtube, Google Video, Dailymotion, +Guba, and Metacafe. It can be chained with 3rd party tools for +subsequent video re-encoding and playing. diff --git a/net/clive/Makefile b/net/clive/Makefile new file mode 100644 index 00000000000..7d2e215da68 --- /dev/null +++ b/net/clive/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/03/14 01:32:48 wiz Exp $ +# + +DISTNAME= clive-0.4.6 +CATEGORIES= net multimedia www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clive/} \ + http://dl.gna.org/clive/0.4/src/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://clive.sourceforge.net/ +COMMENT= Command line video extraction tool for user-uploaded video hosts + +DEPENDS+= urlgrabber>=2.9.9:../../www/urlgrabber +DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk + +USE_LANGUAGES= # none +PYTHON_VERSIONS_ACCEPTED= 24 23 22 +PYDISTUTILSPKG= yes +PY_PATCHPLIST= yes + +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/clive/PLIST b/net/clive/PLIST new file mode 100644 index 00000000000..07e101efdd3 --- /dev/null +++ b/net/clive/PLIST @@ -0,0 +1,37 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/14 01:32:48 wiz Exp $ +bin/clive +${PYSITELIB}/clive/__init__.py +${PYSITELIB}/clive/__init__.pyc +${PYSITELIB}/clive/__init__.pyo +${PYSITELIB}/clive/configure.py +${PYSITELIB}/clive/configure.pyc +${PYSITELIB}/clive/configure.pyo +${PYSITELIB}/clive/console.py +${PYSITELIB}/clive/console.pyc +${PYSITELIB}/clive/console.pyo +${PYSITELIB}/clive/error.py +${PYSITELIB}/clive/error.pyc +${PYSITELIB}/clive/error.pyo +${PYSITELIB}/clive/history.py +${PYSITELIB}/clive/history.pyc +${PYSITELIB}/clive/history.pyo +${PYSITELIB}/clive/main.py +${PYSITELIB}/clive/main.pyc +${PYSITELIB}/clive/main.pyo +${PYSITELIB}/clive/nomad.py +${PYSITELIB}/clive/nomad.pyc +${PYSITELIB}/clive/nomad.pyo +${PYSITELIB}/clive/opts.py +${PYSITELIB}/clive/opts.pyc +${PYSITELIB}/clive/opts.pyo +${PYSITELIB}/clive/parse.py +${PYSITELIB}/clive/parse.pyc +${PYSITELIB}/clive/parse.pyo +${PYSITELIB}/clive/progress.py +${PYSITELIB}/clive/progress.pyc +${PYSITELIB}/clive/progress.pyo +${PYSITELIB}/clive/update.py +${PYSITELIB}/clive/update.pyc +${PYSITELIB}/clive/update.pyo +man/man1/clive.1 +@dirrm ${PYSITELIB}/clive diff --git a/net/clive/distinfo b/net/clive/distinfo new file mode 100644 index 00000000000..38b75b71684 --- /dev/null +++ b/net/clive/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/03/14 01:32:48 wiz Exp $ + +SHA1 (clive-0.4.6.tar.gz) = 94c730feaaac11bf2a0fcde14e477649ce7d895d +RMD160 (clive-0.4.6.tar.gz) = fface2c3d8a001f4266dcdebaa673e5034c311e0 +Size (clive-0.4.6.tar.gz) = 62910 bytes |