Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 0203063C3F5 for ; Mon, 26 Oct 2009 04:12:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 1875363B19D; Mon, 26 Oct 2009 04:12:14 +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 DA3FC63B10B for ; Mon, 26 Oct 2009 04:12:12 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id BB151175DA; Mon, 26 Oct 2009 04:12:12 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Mon, 26 Oct 2009 04:12:12 +0000 From: OBATA Akio Subject: CVS commit: pkgsrc/net/msdl To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20091026041212.BB151175DA@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: obache Date: Mon Oct 26 04:12:12 UTC 2009 Modified Files: pkgsrc/net/msdl: Makefile distinfo Log Message: Update msdl to 1.2.6. Version 1.2.6. -- msdl * 12th release * -o chain enabled, you can do $ msdl -o 1.foo -o 2.foo -o 3.foo http://bar/file1 http://bar/file2 http://bar/file3 * --stream-timeout option for quit streaming after some time. $ msdl --stream-timeout 3m30s rtsp://foo.com/bar.wmv to download the first 3 and a half minutes. This is helpful for downloading the real-time streaming, which ignores RTSP Range parameters. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/msdl/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/msdl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.