pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/clive Update to 0.4.13:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13cb00a530e2
branches:  trunk
changeset: 542556:13cb00a530e2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 21 13:50:30 2008 +0000

description:
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:

 net/clive/Makefile |  4 ++--
 net/clive/PLIST    |  5 ++++-
 net/clive/distinfo |  9 ++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r db6b704b13ce -r 13cb00a530e2 net/clive/Makefile
--- a/net/clive/Makefile        Wed May 21 13:47:39 2008 +0000
+++ b/net/clive/Makefile        Wed May 21 13:50:30 2008 +0000
@@ -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 -r db6b704b13ce -r 13cb00a530e2 net/clive/PLIST
--- a/net/clive/PLIST   Wed May 21 13:47:39 2008 +0000
+++ b/net/clive/PLIST   Wed May 21 13:50:30 2008 +0000
@@ -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/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 -r db6b704b13ce -r 13cb00a530e2 net/clive/distinfo
--- a/net/clive/distinfo        Wed May 21 13:47:39 2008 +0000
+++ b/net/clive/distinfo        Wed May 21 13:50:30 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index