pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/msdl Update msdl to 1.2.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a72ab0642a4
branches:  trunk
changeset: 400728:1a72ab0642a4
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Oct 26 04:12:12 2009 +0000

description:
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.

diffstat:

 net/msdl/Makefile |  4 ++--
 net/msdl/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r c9a269244612 -r 1a72ab0642a4 net/msdl/Makefile
--- a/net/msdl/Makefile Mon Oct 26 00:30:58 2009 +0000
+++ b/net/msdl/Makefile Mon Oct 26 04:12:12 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2009/07/20 02:52:56 obache Exp $
+# $NetBSD: Makefile,v 1.8 2009/10/26 04:12:12 obache Exp $
 #
 
-DISTNAME=      msdl-1.2.5
+DISTNAME=      msdl-1.2.6
 CATEGORIES=    net multimedia
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=msdl/}
 
diff -r c9a269244612 -r 1a72ab0642a4 net/msdl/distinfo
--- a/net/msdl/distinfo Mon Oct 26 00:30:58 2009 +0000
+++ b/net/msdl/distinfo Mon Oct 26 04:12:12 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2009/07/20 02:52:57 obache Exp $
+$NetBSD: distinfo,v 1.7 2009/10/26 04:12:12 obache Exp $
 
-SHA1 (msdl-1.2.5.tar.gz) = 1cd661a8113767292ce914ccd8bac3355c44fcfd
-RMD160 (msdl-1.2.5.tar.gz) = 8a8f3069fbad98e06f34eb02f1e0c97d6a4fa01e
-Size (msdl-1.2.5.tar.gz) = 197027 bytes
+SHA1 (msdl-1.2.6.tar.gz) = f8ee1ef77513dd7b8fbc65a99643c92c3f0cbb39
+RMD160 (msdl-1.2.6.tar.gz) = c0ad93d273d0a8623da90412cfa8722b724f3540
+Size (msdl-1.2.6.tar.gz) = 198525 bytes



Home | Main Index | Thread Index | Old Index