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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fe7580ee921
branches:  trunk
changeset: 546638:9fe7580ee921
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 06 14:28:43 2008 +0000

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

diffstat:

 net/clive/Makefile |  6 +++---
 net/clive/PLIST    |  5 ++++-
 net/clive/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (48 lines):

diff -r ec24de0635b3 -r 9fe7580ee921 net/clive/Makefile
--- a/net/clive/Makefile        Sat Sep 06 14:25:43 2008 +0000
+++ b/net/clive/Makefile        Sat Sep 06 14:28:43 2008 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2008/08/14 19:38:27 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2008/09/06 14:28:43 wiz Exp $
 #
 
-DISTNAME=      clive-1.0.0
+DISTNAME=      clive-1.0.1
 CATEGORIES=    net multimedia www
-MASTER_SITES=  http://dl.gna.org/clive/0.4/src/ \
+MASTER_SITES=  http://download.gna.org/clive/1.0.x/ \
                ${MASTER_SITE_SOURCEFORGE:=clive/}
 EXTRACT_SUFX=  .tar.bz2
 
diff -r ec24de0635b3 -r 9fe7580ee921 net/clive/PLIST
--- a/net/clive/PLIST   Sat Sep 06 14:25:43 2008 +0000
+++ b/net/clive/PLIST   Sat Sep 06 14:28:43 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2008/08/14 19:38:27 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2008/09/06 14:28:43 wiz Exp $
 bin/clive
 bin/clive-passwd
 ${PYSITELIB}/clive/__init__.py
@@ -52,6 +52,9 @@
 ${PYSITELIB}/clive/scan.py
 ${PYSITELIB}/clive/scan.pyc
 ${PYSITELIB}/clive/scan.pyo
+${PYSITELIB}/clive/singleton.py
+${PYSITELIB}/clive/singleton.pyc
+${PYSITELIB}/clive/singleton.pyo
 ${PYSITELIB}/clive/unicode.py
 ${PYSITELIB}/clive/unicode.pyc
 ${PYSITELIB}/clive/unicode.pyo
diff -r ec24de0635b3 -r 9fe7580ee921 net/clive/distinfo
--- a/net/clive/distinfo        Sat Sep 06 14:25:43 2008 +0000
+++ b/net/clive/distinfo        Sat Sep 06 14:28:43 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2008/08/14 19:38:27 wiz Exp $
+$NetBSD: distinfo,v 1.10 2008/09/06 14:28:43 wiz Exp $
 
-SHA1 (clive-1.0.0.tar.bz2) = 5cd79b806b0c684fa06defb6c2d082ae57c588c4
-RMD160 (clive-1.0.0.tar.bz2) = 521b91cb9a00ba35d6101496dcdc1dd1cbdd6443
-Size (clive-1.0.0.tar.bz2) = 104575 bytes
+SHA1 (clive-1.0.1.tar.bz2) = 9a9e8889bf05fe21b5b995eec81ddabd6a774997
+RMD160 (clive-1.0.1.tar.bz2) = 07041a0b1340d300d50dfc72bbb9628b60d38b9c
+Size (clive-1.0.1.tar.bz2) = 105472 bytes



Home | Main Index | Thread Index | Old Index