diff options
author | wiz <wiz> | 2009-04-20 11:18:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-04-20 11:18:48 +0000 |
commit | d487a1ff63fa29f88c004fc4dafd79160bb00450 (patch) | |
tree | 1d50f152b4e3d231fcebe0dd9794ff972cf9fac3 /net/clive/distinfo | |
parent | 3484a109c443ef811ff562d4c98fa442f379a120 (diff) | |
download | pkgsrc-d487a1ff63fa29f88c004fc4dafd79160bb00450.tar.gz |
Update to 2.1.10:
Version 2.1.10
(April 4, 2009)
NOTE: This release changes the clive status messages. This will likely
break compatibility with utilities that depend on these messages.
The changes were made to enable using abby (0.2.0+) as a front-end
for clive.
User-visible changes:
* Add abby (front-end) compatibility
- Change output similar to cclive
- http://code.google.com/p/abby/
* Add Youtube HD support (--format=mp4_hd)
- Thanks to bf for the patch (via FreeBSD ports)
* Add tv.cctv.com support [issue #6]
- Thanks to suntong001 for data mining
* Add new options
- --limit-rate (config: [http]:limit_rate)
- --hosts (print supported hosts to stdout)
- --stderr (redirect all output to stderr instead of stdout)
* Improve file suffix parsing from content-type
- Rewrite the content-type handling block in query_video_length
- Use whatever is found after slash in the content-type string
- Use "flv" for exceptions (e.g. octet-*, x-flv, etc.)
* Replace dashes in video IDs with underscores before using them in fnames
* Change --version output
* Fix reading from stdin (closes Debian #522422)
- Assume reading from stdin only if queue and argv arrays are empty
* Fix exit with status code
- Exit 0 on success, and >0 if an error occurs
Version 2.1.9
(March 27, 2009)
User-visible changes:
* Fix GoogleVideo "id not found" handling
- Symptom: exit after "process page..." message
- Cause: no check for undefined id value
* Fix GoogleVideo support
- Symptom: see above fix
- Cause: HTML changes to the video pages
* Fix URI::Escape import for GoogleVideo redirects
- Symptom: crash with "Undefined subroutine &URI::Escape::uri_unescape"
- Cause: recent script start optimizations; a missing 'require'
* Fix Break support
- Symptom: "expected different content-type"
- Cause: website content-type changes
Version 2.1.8
(March 24, 2009)
User-visible changes:
* Keep URL queue order
- Remove duplicate URL checking
* Remove --modver, change --version output
* Update manual page (clive.1, clive.pod)
- Rewrite EXAMPLES section
- Cleanup other sections
* Config file: add support for [output]:format (--format)
* Port dailymotion support from cclive
Version 2.1.7
(March 15, 2009)
User-visible changes:
* Add --output-video option
* Add option groups to --help output
* Add --stream-exec and --stream options
- Ported from cclive
* Config file: add support for
- [commands]:exec (--exec)
- [commands]:stream (--stream-exec)
- See configrc for an example
* Fix --exec; should no longer spew out "not found" shell errors
* Change default filename format to "%t_%d_%i.%s"
* Change to use "file is already fully retrieved" error message
* Port resizing progressbar from cclive
Other changes:
* Buried clive-list, grew weary of fighting spam with bare fists
- email the author directly or use the issue tracker, thanks
Diffstat (limited to 'net/clive/distinfo')
-rw-r--r-- | net/clive/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/clive/distinfo b/net/clive/distinfo index 89dd436626a..918265cf155 100644 --- a/net/clive/distinfo +++ b/net/clive/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2009/02/21 13:31:52 wiz Exp $ +$NetBSD: distinfo,v 1.15 2009/04/20 11:18:48 wiz Exp $ -SHA1 (clive-2.1.6.tar.bz2) = 7cac954b257760212d953eb9cd949236acae2b84 -RMD160 (clive-2.1.6.tar.bz2) = ab1379b0fc88dc12f36ef3f325b5bbd928701fdf -Size (clive-2.1.6.tar.bz2) = 27329 bytes +SHA1 (clive-2.1.10.tar.bz2) = 26ad02cc42d50027ca6f83415f5cd15737acdb7e +RMD160 (clive-2.1.10.tar.bz2) = 682f8c12d67c6883b6aacc21dd7cba97c45e4f84 +Size (clive-2.1.10.tar.bz2) = 30903 bytes |