Sat Sep 6 14:28:44 2008 UTC ()
Update to 1.0.1:

Version 1.0.1
(August 30 2008, from branches/release/1.0.x)
svn://svn.gna.org/svn/clive/tags/1.0.1

 User-visible changes:
    * minor startup performance improvements
    * config: warn/error messages now contain absolute path to config file
    * fixed: VGoogle: embedded URL -> video page URL conversion (patch #1097)
    * fixed: scan: progress is now immediately flushed to stdout
    * console: renamed commands
        - q_r_file -> q_import
        - q_w_write -> q_export
        - q_r_paste -> q_paste
        - q_r_recall -> q_recall

 Developer-visible changes:
    * Youtube: parser no longer attempts to "guess" whether video is available
        - Had a long history of detecting errors incorrectly
        - Ignorant of non-English errors.
    * ~/.clive/passwd: permissions are set to 0600
    * added: HACKING file
    * import statements are now used conservatively to reduce overhead
        - clive.modules.Modules caches the most commonly used imports
    * runtime options are no longer passed and copied back and forth
    * clive.modules.Modules is now a singleton
    * clive.opts.Options is now a singleton
    * added: src/clive/singleton.py
    * Makefile.am: clean-local: remove dist/ subdir

 Known issues:
  * Myvideo extraction fails ("error: extraction url not found")


(wiz)
diff -r1.12 -r1.13 pkgsrc/net/clive/Makefile
diff -r1.7 -r1.8 pkgsrc/net/clive/PLIST
diff -r1.9 -r1.10 pkgsrc/net/clive/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/net/clive/Makefile (expand / switch to unified diff)

--- pkgsrc/net/clive/Makefile 2008/08/14 19:38:27 1.12
+++ pkgsrc/net/clive/Makefile 2008/09/06 14:28:43 1.13
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.12 2008/08/14 19:38:27 wiz Exp $ 1# $NetBSD: Makefile,v 1.13 2008/09/06 14:28:43 wiz Exp $
2# 2#
3 3
4DISTNAME= clive-1.0.0 4DISTNAME= clive-1.0.1
5CATEGORIES= net multimedia www 5CATEGORIES= net multimedia www
6MASTER_SITES= http://dl.gna.org/clive/0.4/src/ \ 6MASTER_SITES= http://download.gna.org/clive/1.0.x/ \
7 ${MASTER_SITE_SOURCEFORGE:=clive/} 7 ${MASTER_SITE_SOURCEFORGE:=clive/}
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= wiz@NetBSD.org 10MAINTAINER= wiz@NetBSD.org
11HOMEPAGE= http://clive.sourceforge.net/ 11HOMEPAGE= http://clive.sourceforge.net/
12COMMENT= Command line video extraction tool for user-uploaded video hosts 12COMMENT= Command line video extraction tool for user-uploaded video hosts
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16DEPENDS+= ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2 16DEPENDS+= ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2
17DEPENDS+= ${PYPKGPREFIX}-newt>=0.51:../../devel/py-newt 17DEPENDS+= ${PYPKGPREFIX}-newt>=0.51:../../devel/py-newt
18DEPENDS+= ${PYPKGPREFIX}-m2crypto-[0-9]*:../../security/py-m2crypto 18DEPENDS+= ${PYPKGPREFIX}-m2crypto-[0-9]*:../../security/py-m2crypto
19DEPENDS+= ${PYPKGPREFIX}-feedparser>=4.1:../../textproc/py-feedparser 19DEPENDS+= ${PYPKGPREFIX}-feedparser>=4.1:../../textproc/py-feedparser

cvs diff -r1.7 -r1.8 pkgsrc/net/clive/PLIST (expand / switch to unified diff)

--- pkgsrc/net/clive/PLIST 2008/08/14 19:38:27 1.7
+++ pkgsrc/net/clive/PLIST 2008/09/06 14:28:43 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.7 2008/08/14 19:38:27 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.8 2008/09/06 14:28:43 wiz Exp $
2bin/clive 2bin/clive
3bin/clive-passwd 3bin/clive-passwd
4${PYSITELIB}/clive/__init__.py 4${PYSITELIB}/clive/__init__.py
5${PYSITELIB}/clive/__init__.pyc 5${PYSITELIB}/clive/__init__.pyc
6${PYSITELIB}/clive/__init__.pyo 6${PYSITELIB}/clive/__init__.pyo
7${PYSITELIB}/clive/cache.py 7${PYSITELIB}/clive/cache.py
8${PYSITELIB}/clive/cache.pyc 8${PYSITELIB}/clive/cache.pyc
9${PYSITELIB}/clive/cache.pyo 9${PYSITELIB}/clive/cache.pyo
10${PYSITELIB}/clive/config.py 10${PYSITELIB}/clive/config.py
11${PYSITELIB}/clive/config.pyc 11${PYSITELIB}/clive/config.pyc
12${PYSITELIB}/clive/config.pyo 12${PYSITELIB}/clive/config.pyo
13${PYSITELIB}/clive/console.py 13${PYSITELIB}/clive/console.py
14${PYSITELIB}/clive/console.pyc 14${PYSITELIB}/clive/console.pyc
@@ -42,25 +42,28 @@ ${PYSITELIB}/clive/path.pyc @@ -42,25 +42,28 @@ ${PYSITELIB}/clive/path.pyc
42${PYSITELIB}/clive/path.pyo 42${PYSITELIB}/clive/path.pyo
43${PYSITELIB}/clive/progress.py 43${PYSITELIB}/clive/progress.py
44${PYSITELIB}/clive/progress.pyc 44${PYSITELIB}/clive/progress.pyc
45${PYSITELIB}/clive/progress.pyo 45${PYSITELIB}/clive/progress.pyo
46${PYSITELIB}/clive/recall.py 46${PYSITELIB}/clive/recall.py
47${PYSITELIB}/clive/recall.pyc 47${PYSITELIB}/clive/recall.pyc
48${PYSITELIB}/clive/recall.pyo 48${PYSITELIB}/clive/recall.pyo
49${PYSITELIB}/clive/rss.py 49${PYSITELIB}/clive/rss.py
50${PYSITELIB}/clive/rss.pyc 50${PYSITELIB}/clive/rss.pyc
51${PYSITELIB}/clive/rss.pyo 51${PYSITELIB}/clive/rss.pyo
52${PYSITELIB}/clive/scan.py 52${PYSITELIB}/clive/scan.py
53${PYSITELIB}/clive/scan.pyc 53${PYSITELIB}/clive/scan.pyc
54${PYSITELIB}/clive/scan.pyo 54${PYSITELIB}/clive/scan.pyo
 55${PYSITELIB}/clive/singleton.py
 56${PYSITELIB}/clive/singleton.pyc
 57${PYSITELIB}/clive/singleton.pyo
55${PYSITELIB}/clive/unicode.py 58${PYSITELIB}/clive/unicode.py
56${PYSITELIB}/clive/unicode.pyc 59${PYSITELIB}/clive/unicode.pyc
57${PYSITELIB}/clive/unicode.pyo 60${PYSITELIB}/clive/unicode.pyo
58${PYSITELIB}/clive/update.py 61${PYSITELIB}/clive/update.py
59${PYSITELIB}/clive/update.pyc 62${PYSITELIB}/clive/update.pyc
60${PYSITELIB}/clive/update.pyo 63${PYSITELIB}/clive/update.pyo
61${PYSITELIB}/clive/util.py 64${PYSITELIB}/clive/util.py
62${PYSITELIB}/clive/util.pyc 65${PYSITELIB}/clive/util.pyc
63${PYSITELIB}/clive/util.pyo 66${PYSITELIB}/clive/util.pyo
64man/man1/clive.1 67man/man1/clive.1
65man/man1/clive-passwd.1 68man/man1/clive-passwd.1
66@dirrm ${PYSITELIB}/clive 69@dirrm ${PYSITELIB}/clive

cvs diff -r1.9 -r1.10 pkgsrc/net/clive/distinfo (expand / switch to unified diff)

--- pkgsrc/net/clive/distinfo 2008/08/14 19:38:27 1.9
+++ pkgsrc/net/clive/distinfo 2008/09/06 14:28:43 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2008/08/14 19:38:27 wiz Exp $ 1$NetBSD: distinfo,v 1.10 2008/09/06 14:28:43 wiz Exp $
2 2
3SHA1 (clive-1.0.0.tar.bz2) = 5cd79b806b0c684fa06defb6c2d082ae57c588c4 3SHA1 (clive-1.0.1.tar.bz2) = 9a9e8889bf05fe21b5b995eec81ddabd6a774997
4RMD160 (clive-1.0.0.tar.bz2) = 521b91cb9a00ba35d6101496dcdc1dd1cbdd6443 4RMD160 (clive-1.0.1.tar.bz2) = 07041a0b1340d300d50dfc72bbb9628b60d38b9c
5Size (clive-1.0.0.tar.bz2) = 104575 bytes 5Size (clive-1.0.1.tar.bz2) = 105472 bytes