summaryrefslogtreecommitdiff
path: root/net/clive
diff options
context:
space:
mode:
authorwiz <wiz>2008-04-26 01:23:58 +0000
committerwiz <wiz>2008-04-26 01:23:58 +0000
commitdae574503e1ce76d38ef627c3b92db8f2d3802a3 (patch)
treef24e3c902428c08d757bc97c94e140fd456bec75 /net/clive
parent0b71564dbaaf5710728b01fe665462676d6a154a (diff)
downloadpkgsrc-dae574503e1ce76d38ef627c3b92db8f2d3802a3.tar.gz
Update to 1.4.11:
pkgsrc change: use python dependencies from pkgsrc instead of the ones delivered with clive. Version 0.4.11 [2008-04-24] ================================================================= +new !fix ~change -remove | focus: Major bugfixes + --with-PACKAGE[=yes|no] (sr #1986) See the INSTALL file for more details. ~ Prerequisite: newt (snack) module The module is now expected to be found. ! Youtube: "video removed" (bug #11564) [blocker] Affected versions: clive < 0.4.11 ! Unportable test(1) construct (bug #11552) [0.4.10] configure used previously the unportable bash "==" comparison operator for test(1) which is not supported by most other shells.
Diffstat (limited to 'net/clive')
-rw-r--r--net/clive/Makefile16
-rw-r--r--net/clive/PLIST35
-rw-r--r--net/clive/distinfo8
-rw-r--r--net/clive/patches/patch-aa13
4 files changed, 16 insertions, 56 deletions
diff --git a/net/clive/Makefile b/net/clive/Makefile
index 2fda6344134..d609d601200 100644
--- a/net/clive/Makefile
+++ b/net/clive/Makefile
@@ -1,17 +1,24 @@
-# $NetBSD: Makefile,v 1.5 2008/04/25 20:39:11 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2008/04/26 01:23:58 wiz Exp $
#
-DISTNAME= clive-0.4.10
+DISTNAME= clive-0.4.11
CATEGORIES= net multimedia www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clive/} \
- http://dl.gna.org/clive/0.4/src/
+MASTER_SITES= http://dl.gna.org/clive/0.4/src/ \
+ ${MASTER_SITE_SOURCEFORGE:=clive/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://clive.sourceforge.net/
COMMENT= Command line video extraction tool for user-uploaded video hosts
+DEPENDS+= ${PYPKGPREFIX}-newt>=0.51:../../devel/py-newt
+DEPENDS+= ${PYPKGPREFIX}-feedparser>=4.1:../../textproc/py-feedparser
+DEPENDS+= urlgrabber>=3.1.0:../../www/urlgrabber
+
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --without-urlgrabber
+CONFIGURE_ARGS+= --without-feedparser
+CONFIGURE_ARGS+= --without-newt
USE_LANGUAGES= # none
PY_PATCHPLIST= yes
@@ -21,6 +28,5 @@ REPLACE.env_python.new= ${PYTHONBIN}
REPLACE_FILES.env_python= src/clive/feedparser/feedparser.py
REPLACE_FILES.env_python+= src/scripts/clive
-.include "../../devel/libslang/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/clive/PLIST b/net/clive/PLIST
index c055f1b59cc..555045128c2 100644
--- a/net/clive/PLIST
+++ b/net/clive/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2008/04/22 23:05:49 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2008/04/26 01:23:58 wiz Exp $
bin/clive
${PYSITELIB}/clive/__init__.py
${PYSITELIB}/clive/__init__.pyc
@@ -15,27 +15,12 @@ ${PYSITELIB}/clive/console.pyo
${PYSITELIB}/clive/error.py
${PYSITELIB}/clive/error.pyc
${PYSITELIB}/clive/error.pyo
-${PYSITELIB}/clive/feedparser/__init__.py
-${PYSITELIB}/clive/feedparser/__init__.pyc
-${PYSITELIB}/clive/feedparser/__init__.pyo
-${PYSITELIB}/clive/feedparser/feedparser.py
-${PYSITELIB}/clive/feedparser/feedparser.pyc
-${PYSITELIB}/clive/feedparser/feedparser.pyo
${PYSITELIB}/clive/login.py
${PYSITELIB}/clive/login.pyc
${PYSITELIB}/clive/login.pyo
${PYSITELIB}/clive/main.py
${PYSITELIB}/clive/main.pyc
${PYSITELIB}/clive/main.pyo
-${PYSITELIB}/clive/newt/__init__.py
-${PYSITELIB}/clive/newt/__init__.pyc
-${PYSITELIB}/clive/newt/__init__.pyo
-${PYSITELIB}/clive/newt/_snackmodule.a
-${PYSITELIB}/clive/newt/_snackmodule.la
-${PYSITELIB}/clive/newt/_snackmodule.so
-${PYSITELIB}/clive/newt/snack.py
-${PYSITELIB}/clive/newt/snack.pyc
-${PYSITELIB}/clive/newt/snack.pyo
${PYSITELIB}/clive/nomad.py
${PYSITELIB}/clive/nomad.pyc
${PYSITELIB}/clive/nomad.pyo
@@ -60,23 +45,5 @@ ${PYSITELIB}/clive/rss.pyo
${PYSITELIB}/clive/update.py
${PYSITELIB}/clive/update.pyc
${PYSITELIB}/clive/update.pyo
-${PYSITELIB}/clive/urlgrabber/__init__.py
-${PYSITELIB}/clive/urlgrabber/__init__.pyc
-${PYSITELIB}/clive/urlgrabber/__init__.pyo
-${PYSITELIB}/clive/urlgrabber/byterange.py
-${PYSITELIB}/clive/urlgrabber/byterange.pyc
-${PYSITELIB}/clive/urlgrabber/byterange.pyo
-${PYSITELIB}/clive/urlgrabber/grabber.py
-${PYSITELIB}/clive/urlgrabber/grabber.pyc
-${PYSITELIB}/clive/urlgrabber/grabber.pyo
-${PYSITELIB}/clive/urlgrabber/keepalive.py
-${PYSITELIB}/clive/urlgrabber/keepalive.pyc
-${PYSITELIB}/clive/urlgrabber/keepalive.pyo
-${PYSITELIB}/clive/urlgrabber/sslfactory.py
-${PYSITELIB}/clive/urlgrabber/sslfactory.pyc
-${PYSITELIB}/clive/urlgrabber/sslfactory.pyo
man/man1/clive.1
-@dirrm ${PYSITELIB}/clive/urlgrabber
-@dirrm ${PYSITELIB}/clive/newt
-@dirrm ${PYSITELIB}/clive/feedparser
@dirrm ${PYSITELIB}/clive
diff --git a/net/clive/distinfo b/net/clive/distinfo
index 8823af72781..7d53b95d8f4 100644
--- a/net/clive/distinfo
+++ b/net/clive/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2008/04/22 23:05:49 wiz Exp $
+$NetBSD: distinfo,v 1.4 2008/04/26 01:23:58 wiz Exp $
-SHA1 (clive-0.4.10.tar.bz2) = 6acc117a6120962be6a7b5226cb0e5c4e8c07846
-RMD160 (clive-0.4.10.tar.bz2) = fef8726ab4ec7128e18901a3cec6c4245fc73fba
-Size (clive-0.4.10.tar.bz2) = 403052 bytes
+SHA1 (clive-0.4.11.tar.bz2) = 9d9ab239d27b7256452991657a7821837dcea7b8
+RMD160 (clive-0.4.11.tar.bz2) = aa9417218e2b9c5ce768029b5da081b290d3cc4b
+Size (clive-0.4.11.tar.bz2) = 405065 bytes
SHA1 (patch-aa) = b307903a321bb8d93b75dbf39812e43a82743cef
diff --git a/net/clive/patches/patch-aa b/net/clive/patches/patch-aa
deleted file mode 100644
index 51fc1681e7b..00000000000
--- a/net/clive/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2008/04/22 23:05:49 wiz Exp $
-
---- configure.orig 2008-04-22 23:01:36.000000000 +0000
-+++ configure
-@@ -21698,7 +21698,7 @@ echo "${ECHO_T}$am_cv_python_pyexecdir"
- fi
-
-
--if test x"$with_newt" == "xyes" ; then
-+if test x"$with_newt" = "xyes" ; then
- SPEC_FILE=$srcdir/src/clive/newt/newt.spec
- NEWT_VERSION=$(awk '/^Version: / {print $2}' $SPEC_FILE)
-