Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id DA1C663BD8A for ; Mon, 20 Apr 2009 11:18:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 7596163B29B; Mon, 20 Apr 2009 11:18:51 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A820E63B2A7 for ; Mon, 20 Apr 2009 11:18:48 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 69451175D0; Mon, 20 Apr 2009 11:18:48 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Mon, 20 Apr 2009 11:18:48 +0000 From: Thomas Klausner Subject: CVS commit: pkgsrc/net/clive To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20090420111848.69451175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: wiz Date: Mon Apr 20 11:18:48 UTC 2009 Modified Files: pkgsrc/net/clive: Makefile distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/clive/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/clive/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.