diff options
author | wiz <wiz@pkgsrc.org> | 2008-05-21 13:50:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-05-21 13:50:30 +0000 |
commit | 60e7f00d4f8cb08841ec424bcad61c6dabf727db (patch) | |
tree | 987900eb8c0b7ba2fda3e3408e83dbf9b9ccf4a4 /net | |
parent | 137ada18cf1b46a27e19a90bd0547cc545f84fed (diff) | |
download | pkgsrc-60e7f00d4f8cb08841ec424bcad61c6dabf727db.tar.gz |
Update to 0.4.13:
Version 0.4.13 [2008-05-20]
=================================================================
+new !fix ~change -remove | focus: minor feature enhancements
+ --scan, -S
Causes clive to scan the fed URLs for identifiable video links.
The found links are then checked and displayed to the user for
selection.
Example:
% clive -S "http://fakesteve.blogspot.com/"
This feature currently scans for Youtube video links only.
Googlevideo support will follow.
! manual page
Cleaned up and fixed some typos.
~ config: url_feed -> feed_url
Renamed config file command "url_feed" to "feed_url".
Version 0.4.12 [2008-05-12]
=================================================================
+new !fix ~change -remove | focus: Minor bugfixes
! VGoogle: OSError: [Errno 2] No such file or directory (bug #11668)
Affected versions: clive 0.4.10, 0.4.11
Extraction would fail for google videos that did not have mp4
link available. See also:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480444
! cache: "OperationalError: no such column: cache_lowq" [blocker]
Affected versions: clive 0.4.10, 0.4.11
Cache upgrade would fail on some configurations for still unknown
reasons. clive will attempt to recreate the cache if the above error
occurs. Any existing cache data will be lost. See also:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479315
~ configure.ac: module checks
configure no longer checks for modules (urlgrabber, feedparser) when
--without-PACKAGE or --with-PACKAGE=no are being used.
~ Warnings: tweaked
Some warnings have been tweaked.
Diffstat (limited to 'net')
-rw-r--r-- | net/clive/Makefile | 4 | ||||
-rw-r--r-- | net/clive/PLIST | 5 | ||||
-rw-r--r-- | net/clive/distinfo | 9 |
3 files changed, 10 insertions, 8 deletions
diff --git a/net/clive/Makefile b/net/clive/Makefile index d609d601200..46c62287611 100644 --- a/net/clive/Makefile +++ b/net/clive/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2008/04/26 01:23:58 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2008/05/21 13:50:30 wiz Exp $ # -DISTNAME= clive-0.4.11 +DISTNAME= clive-0.4.13 CATEGORIES= net multimedia www MASTER_SITES= http://dl.gna.org/clive/0.4/src/ \ ${MASTER_SITE_SOURCEFORGE:=clive/} diff --git a/net/clive/PLIST b/net/clive/PLIST index 555045128c2..f69a6e14d50 100644 --- a/net/clive/PLIST +++ b/net/clive/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2008/04/26 01:23:58 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2008/05/21 13:50:30 wiz Exp $ bin/clive ${PYSITELIB}/clive/__init__.py ${PYSITELIB}/clive/__init__.pyc @@ -42,6 +42,9 @@ ${PYSITELIB}/clive/recall.pyo ${PYSITELIB}/clive/rss.py ${PYSITELIB}/clive/rss.pyc ${PYSITELIB}/clive/rss.pyo +${PYSITELIB}/clive/scan.py +${PYSITELIB}/clive/scan.pyc +${PYSITELIB}/clive/scan.pyo ${PYSITELIB}/clive/update.py ${PYSITELIB}/clive/update.pyc ${PYSITELIB}/clive/update.pyo diff --git a/net/clive/distinfo b/net/clive/distinfo index 7d53b95d8f4..87be940f1c6 100644 --- a/net/clive/distinfo +++ b/net/clive/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.4 2008/04/26 01:23:58 wiz Exp $ +$NetBSD: distinfo,v 1.5 2008/05/21 13:50:30 wiz Exp $ -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 +SHA1 (clive-0.4.13.tar.bz2) = ae362ef3cc4272532adeac0edca42c6e8f0738d0 +RMD160 (clive-0.4.13.tar.bz2) = 9f5dd14ba99ff94f4951635dcf0a2acbc9ed4835 +Size (clive-0.4.13.tar.bz2) = 407760 bytes |