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
This commit is contained in:
wiz 2009-04-20 11:18:48 +00:00
parent 6aeb245ebb
commit ebb0cfb7b9
2 changed files with 10 additions and 7 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.18 2009/02/21 13:31:52 wiz Exp $
# $NetBSD: Makefile,v 1.19 2009/04/20 11:18:48 wiz Exp $
#
DISTNAME= clive-2.1.6
DISTNAME= clive-2.1.10
CATEGORIES= net multimedia www
MASTER_SITES= http://clive.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
@ -17,9 +17,12 @@ DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA
DEPENDS+= p5-Expect>=1.21:../../devel/p5-Expect
DEPENDS+= p5-HTML-Parser>=2.37:../../www/p5-HTML-Parser
DEPENDS+= p5-IO-Pager>=0.05:../../devel/p5-IO-Pager
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
DEPENDS+= p5-URI>=1.37:../../www/p5-URI
DEPENDS+= p5-WWW-Curl>=4.05:../../www/p5-WWW-Curl
DEPENDS+= p5-XML-Simple>=2.18:../../textproc/p5-XML-Simple
# similar, but not exact wording
#LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir

View file

@ -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