diff options
author | obache <obache@pkgsrc.org> | 2010-02-24 01:20:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-02-24 01:20:05 +0000 |
commit | 4b8e9b3b74aa72498bf8bd754ccb0284a6be2d2e (patch) | |
tree | 965d2f704c06cbb062db4f493eaaea99b98e1784 /net/msdl | |
parent | 06b33d41d6c25e7375e41889508955e728c2617f (diff) | |
download | pkgsrc-4b8e9b3b74aa72498bf8bd754ccb0284a6be2d2e.tar.gz |
Update msdl to 1.2.7.
Version 1.2.7.
-- msdl
* 13th release
* -a inf for infinite download retries.
$ msdl -a inf rtsp://foo.com/bar.wma
* mmsh resumeing (partly) supported
Still cannot resume in some cases, but mmsh resume support added.
* mmst to mmsh auto fallback added. if mmst fails to connect, it automatically tries mmsh.
* added check on fwrite()
* fixed possible memory leaks which happens when --logfile a --logfile b etc.
* msdl.spec added, for rpm systems.
the "msdl.spec" file was originally created by Mr.Zidlicky. Thanks.
Diffstat (limited to 'net/msdl')
-rw-r--r-- | net/msdl/Makefile | 4 | ||||
-rw-r--r-- | net/msdl/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/msdl/Makefile b/net/msdl/Makefile index ef816ac0fd6..74c7fd63fa6 100644 --- a/net/msdl/Makefile +++ b/net/msdl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2009/10/26 04:12:12 obache Exp $ +# $NetBSD: Makefile,v 1.9 2010/02/24 01:20:05 obache Exp $ # -DISTNAME= msdl-1.2.6 +DISTNAME= msdl-1.2.7 CATEGORIES= net multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msdl/} diff --git a/net/msdl/distinfo b/net/msdl/distinfo index 5dd9edbeca7..845ff449298 100644 --- a/net/msdl/distinfo +++ b/net/msdl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2009/10/26 04:12:12 obache Exp $ +$NetBSD: distinfo,v 1.8 2010/02/24 01:20:05 obache Exp $ -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 +SHA1 (msdl-1.2.7.tar.gz) = 8eb8b4cc13debc2563a2c7b6f05f277ab18db9d1 +RMD160 (msdl-1.2.7.tar.gz) = 4ff685937c1dcb51a32e1f38fcce733326836bbb +Size (msdl-1.2.7.tar.gz) = 207032 bytes |