Mon Apr 20 11:18:48 2009 UTC ()
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


(wiz)
diff -r1.18 -r1.19 pkgsrc/net/clive/Makefile
diff -r1.14 -r1.15 pkgsrc/net/clive/distinfo

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

--- pkgsrc/net/clive/Makefile 2009/02/21 13:31:52 1.18
+++ pkgsrc/net/clive/Makefile 2009/04/20 11:18:48 1.19
@@ -1,35 +1,38 @@ @@ -1,35 +1,38 @@
1# $NetBSD: Makefile,v 1.18 2009/02/21 13:31:52 wiz Exp $ 1# $NetBSD: Makefile,v 1.19 2009/04/20 11:18:48 wiz Exp $
2# 2#
3 3
4DISTNAME= clive-2.1.6 4DISTNAME= clive-2.1.10
5CATEGORIES= net multimedia www 5CATEGORIES= net multimedia www
6MASTER_SITES= http://clive.googlecode.com/files/ 6MASTER_SITES= http://clive.googlecode.com/files/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= wiz@NetBSD.org 9MAINTAINER= wiz@NetBSD.org
10HOMEPAGE= http://clive.sourceforge.net/ 10HOMEPAGE= http://clive.sourceforge.net/
11COMMENT= Command line video extraction tool for user-uploaded video hosts 11COMMENT= Command line video extraction tool for user-uploaded video hosts
12 12
13DEPENDS+= p5-BerkeleyDB>=0.34:../../databases/p5-BerkeleyDB 13DEPENDS+= p5-BerkeleyDB>=0.34:../../databases/p5-BerkeleyDB
14DEPENDS+= p5-Clipboard>=0.09:../../x11/p5-Clipboard 14DEPENDS+= p5-Clipboard>=0.09:../../x11/p5-Clipboard
15DEPENDS+= p5-Config-Tiny>=2.12:../../devel/p5-Config-Tiny 15DEPENDS+= p5-Config-Tiny>=2.12:../../devel/p5-Config-Tiny
16DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA 16DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA
17DEPENDS+= p5-Expect>=1.21:../../devel/p5-Expect 17DEPENDS+= p5-Expect>=1.21:../../devel/p5-Expect
18DEPENDS+= p5-HTML-Parser>=2.37:../../www/p5-HTML-Parser 18DEPENDS+= p5-HTML-Parser>=2.37:../../www/p5-HTML-Parser
19DEPENDS+= p5-IO-Pager>=0.05:../../devel/p5-IO-Pager 19DEPENDS+= p5-IO-Pager>=0.05:../../devel/p5-IO-Pager
 20DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
20DEPENDS+= p5-URI>=1.37:../../www/p5-URI 21DEPENDS+= p5-URI>=1.37:../../www/p5-URI
21DEPENDS+= p5-WWW-Curl>=4.05:../../www/p5-WWW-Curl 22DEPENDS+= p5-WWW-Curl>=4.05:../../www/p5-WWW-Curl
22DEPENDS+= p5-XML-Simple>=2.18:../../textproc/p5-XML-Simple 23
 24# similar, but not exact wording
 25#LICENSE= mit
23 26
24PKG_DESTDIR_SUPPORT= user-destdir 27PKG_DESTDIR_SUPPORT= user-destdir
25 28
26INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 29INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
27 30
28do-build: 31do-build:
29 32
30do-install: 33do-install:
31 ${INSTALL_SCRIPT} ${WRKSRC}/clive ${DESTDIR}${PREFIX}/bin 34 ${INSTALL_SCRIPT} ${WRKSRC}/clive ${DESTDIR}${PREFIX}/bin
32 ${INSTALL_DATA} ${WRKSRC}/clive.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 35 ${INSTALL_DATA} ${WRKSRC}/clive.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
33 36
34.include "../../lang/perl5/buildlink3.mk" 37.include "../../lang/perl5/buildlink3.mk"
35.include "../../mk/bsd.pkg.mk" 38.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/net/clive/distinfo 2009/02/21 13:31:52 1.14
+++ pkgsrc/net/clive/distinfo 2009/04/20 11:18:48 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2009/02/21 13:31:52 wiz Exp $ 1$NetBSD: distinfo,v 1.15 2009/04/20 11:18:48 wiz Exp $
2 2
3SHA1 (clive-2.1.6.tar.bz2) = 7cac954b257760212d953eb9cd949236acae2b84 3SHA1 (clive-2.1.10.tar.bz2) = 26ad02cc42d50027ca6f83415f5cd15737acdb7e
4RMD160 (clive-2.1.6.tar.bz2) = ab1379b0fc88dc12f36ef3f325b5bbd928701fdf 4RMD160 (clive-2.1.10.tar.bz2) = 682f8c12d67c6883b6aacc21dd7cba97c45e4f84
5Size (clive-2.1.6.tar.bz2) = 27329 bytes 5Size (clive-2.1.10.tar.bz2) = 30903 bytes