pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/clive
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jul 29 21:30:10 UTC 2008
Modified Files:
pkgsrc/net/clive: Makefile PLIST distinfo
Log Message:
Update to 0.4.20:
Version 0.4.20 [2008-07-29]
=================================================================
focus: minor improvements
* Fixed some typos in the manual page
* Upgraded license to GPLv3
* --version: prints now build date and cleaned up the print out
* src/clive/util.py: added
* update config.{guess,sub} (sr #2064):
* Upgraded autoconf: 2.61 -> 2.62 (automake: 1.10.1)
* config.guess: replaced version 2003-07-02 with 2008-03-12
* config.sub: replaced version 2003-07-04 with 2008-03-26
* depcomp: replaced version 2005-07-09.11 with 2007-03-29.01
* install-sh: replaced version 2005-05-14.22 with 2006-12-25.00
* missing: replaced version 2005-06-08.21 with 2006-05-10.23
* ltmain.sh: replaced version 1.5.24 with 1.5.26
* Added more comments and cleaned up the code here and there
Version 0.4.19 [2008-07-22]
=================================================================
+new !fix ~change -remove | focus: minor improvements, bugfixes
+ tests/scan.lst
Related to the "--scan: multiple url disarray" issue described
further below.
! "OperationalError: Could not decode to UTF-8 column 'cache_title'"
Endless string of encoding issues. An attempt was made to improve
the overall unicode/string handling throughout the program.
Ditched HTMLParser in favor for a custom SGMLParser.
Related to this: UnicodeDecodeError should no longer cause
instability as much anymore. Added safeguards (ignore 'n forget)
for these errors.
! --scan: Multiple URL disarray
The list was filled incorrectly if multiple scan URLs were supplied,
e.g.: % clive -S < tests/scan.lst
~ Improved: Youtube: HQ video not available (error: no-content) [bug #12000]
clive would previously exit with "no-content" error if the automatic
quality switching failed for still unknown reason.
This was originally fixed in the last release but that created a new
bug which caused clive to crash with the "CliveNoMediaError" exception.
Because this crash is very difficult to reproduce, the original code
was slightly modified so that clive should now report it as a "host
returned zero file length (timeout?)" error instead of crashing.
Should this error occur, re-extraction usually sorts it out.
~ Video filenames: "/" are no longer permitted in filenames
These characters are now converted by the program to "_". This
caused crashing for obvious reasons. Using the --filter option
does not have any effect on this.
~ Updated: README, INSTALL files
Description was changed, removed obsolete text. Added a note
about using --with-installed-PACKAGE.
~ Updated: Manual page (clive.1)
Complete overhaul.
~ --version:
OS release and locale encoding are now printed.
~ $HOME/.clive/config: renamed "youtube_id" to "youtube_user"
~ $HOME/.clive/config: renamed "dmotion_id" to "dmotion_user"
~ Modified: "warn: ... (same length) exists already"
Added "skipped:" to the message.
- Arcane filename limitation
Filename length is no more limited to 64 characters.
Version 0.4.18 [2008-07-15]
=================================================================
+new !fix ~change -remove | focus: major bugfixes
! Metacafe: Extraction fails ("HTTP/404 error")
Due to changes made to the website.
! Youtube: HQ video not available (error: no-content) [bug #12000]
Automatic quality detection would fail with some videos. clive
now switches to low quality if the host returns zero length
for a video file.
! --rss: Do not display empty feeds
Show no more feeds without items.
~ Updated: INSTALL and README files
INSTALL was rewritten, README was cleaned up.
~ NEWS: Utilized
All user-visible changes are now described in the NEWS file.
~ configure: --with-PACKAGE renamed (downstream maintainers take a note)
Renamed the --with-PACKAGE options to --with-installed-PACKAGE.
See the NEWS and the INSTALL files for more details.
~ Cleaned up: Version and options display at start
Less is more. Use --version for more detailed information, e.g. modules.
~ Cleaned up: removed unnecessary module import calls
Should speed up program start.
~ --rss, --cache, --scan: Utilize terminal size better
~ --scan, --cache, --rss: "OK - Extract" -> "Extract"
~ --scan, --cache, --rss: "Refresh" -> "Resize"
~ Removed remaining "notice:" messages
These messages were either renamed or removed.
Version 0.4.17 [2008-06-29]
=================================================================
+new !fix ~change -remove | focus: minor bugfixes, improvements
NOTE: Feature freeze (0.5.0).Shifting the effort towards fixing any
remaining bugs and improving the usability.
+ Locale settings
All printed (stdout, stderr, newt) strings are now encoded.
clive depends on the locale settings for this. If the setting
is not found, clive defaults the encoding to "iso-8859-1".
This change is related to the bug #11848.
+ --cache, --rss, --cache: Refresh function
Added a new button. Refresh can be used to resize the widgets
if the terminal size was changed.
+ --clear-cache,-d
Clears all cache data from ~/.clive/cache.
+ --clear-last,-D
Clears last batch data from ~/.clive/recall.
! --scan, --rss, --cache: Hitting F12 would result in "TypeError" crash
Hitting F12 is now the same as hitting "OK".
! Typo: src/clive/login.py.in (ln:99)
The exception instance was referred incorrectly.
! --scan: "UnicodeDecodeError: 'unicodeescape'" (bug #11848)
Should no longer occur. All printed (stdout, stderr, newt) strings are
now encoded to the locale encoding.
~ Print out: Tweaked
Making better use of available line space.
~ Startup: Options display
Replaced "exist" with "locale".
~ --cache: Changed data layout
Changed from the old layout (VideoTitle) to (VideoTitle / VideoURL).
~ --scan: Changed data layout (sr #2032)
Scrapped the old layout (ScanURL / VideoTitle) in favor for (VideoTitle /
VideoURL). The CheckboxTree widget has its limitations.
~ --recall: Changed no data error message
Exits now with "error: no recall data".
~ --cache: Check for existing data
clive now checks if cache data is available before displaying it.
~ Run and terminate options can be chained
Chaining the "run and terminate" options, such as --write-conf and
--clear-cache, is now possible. For example:
% clive -udDw
~ --scan: Improved duplicate URL checking (sr #2032)
For example:
* http://video.google.com/videoplay?docid=-1943351180544198777
* http://video.google.com/googleplayer.swf?docid=-1943351180544198777
Are considered to be the same.
~ --scan, --rss, --cache: Improved title clipping (sr #2032)
Titles are no longer clipped unnecessarily if there's enough
space left. clive will now also attempt to maximize the use
of the terminal area instead of using hardcoded dimensions.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/net/clive/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/net/clive/PLIST
cvs rdiff -r1.7 -r1.8 pkgsrc/net/clive/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index