Wed Feb 24 01:20:05 2010 UTC ()
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.


(obache)
diff -r1.8 -r1.9 pkgsrc/net/msdl/Makefile
diff -r1.7 -r1.8 pkgsrc/net/msdl/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/net/msdl/Makefile (expand / switch to unified diff)

--- pkgsrc/net/msdl/Makefile 2009/10/26 04:12:12 1.8
+++ pkgsrc/net/msdl/Makefile 2010/02/24 01:20:05 1.9
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.8 2009/10/26 04:12:12 obache Exp $ 1# $NetBSD: Makefile,v 1.9 2010/02/24 01:20:05 obache Exp $
2# 2#
3 3
4DISTNAME= msdl-1.2.6 4DISTNAME= msdl-1.2.7
5CATEGORIES= net multimedia 5CATEGORIES= net multimedia
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msdl/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msdl/}
7 7
8MAINTAINER= obache@NetBSD.org 8MAINTAINER= obache@NetBSD.org
9HOMEPAGE= http://msdl.sourceforge.net/ 9HOMEPAGE= http://msdl.sourceforge.net/
10COMMENT= Media stream downloader 10COMMENT= Media stream downloader
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_LANGUAGES= c 16USE_LANGUAGES= c
17 17

cvs diff -r1.7 -r1.8 pkgsrc/net/msdl/distinfo (expand / switch to unified diff)

--- pkgsrc/net/msdl/distinfo 2009/10/26 04:12:12 1.7
+++ pkgsrc/net/msdl/distinfo 2010/02/24 01:20:05 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2009/10/26 04:12:12 obache Exp $ 1$NetBSD: distinfo,v 1.8 2010/02/24 01:20:05 obache Exp $
2 2
3SHA1 (msdl-1.2.6.tar.gz) = f8ee1ef77513dd7b8fbc65a99643c92c3f0cbb39 3SHA1 (msdl-1.2.7.tar.gz) = 8eb8b4cc13debc2563a2c7b6f05f277ab18db9d1
4RMD160 (msdl-1.2.6.tar.gz) = c0ad93d273d0a8623da90412cfa8722b724f3540 4RMD160 (msdl-1.2.7.tar.gz) = 4ff685937c1dcb51a32e1f38fcce733326836bbb
5Size (msdl-1.2.6.tar.gz) = 198525 bytes 5Size (msdl-1.2.7.tar.gz) = 207032 bytes