diff options
author | obache <obache@pkgsrc.org> | 2008-04-05 15:45:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-04-05 15:45:39 +0000 |
commit | 066f059dbdaeb0f154e4a919624b12e119b666cb (patch) | |
tree | a90a972e88a46d294a5068468457fd31497bdddb /net/msdl | |
parent | 029573ab2934ac49bcc6dcb81db572d425b3e68f (diff) | |
download | pkgsrc-066f059dbdaeb0f154e4a919624b12e119b666cb.tar.gz |
Import msdl version 1.1.1.
This program is to download multimedia streaming files.
Currently it supports following protocols.
* mmst (Microsoft Media Server over TCP)
* mmsh (MMS over HTTP)
* http (Hyper Text Transfer Protocol)
* real-rtsp (Real Time Streaming Protocol / Real/helix)
* wms-rtsp (Real Time Streaming Protocol / WMServer )
* ftp (File Transfer Protocol)
Diffstat (limited to 'net/msdl')
-rw-r--r-- | net/msdl/DESCR | 9 | ||||
-rw-r--r-- | net/msdl/Makefile | 19 | ||||
-rw-r--r-- | net/msdl/PLIST | 3 | ||||
-rw-r--r-- | net/msdl/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/net/msdl/DESCR b/net/msdl/DESCR new file mode 100644 index 00000000000..c66abb94edb --- /dev/null +++ b/net/msdl/DESCR @@ -0,0 +1,9 @@ +This program is to download multimedia streaming files. +Currently it supports following protocols. + +* mmst (Microsoft Media Server over TCP) +* mmsh (MMS over HTTP) +* http (Hyper Text Transfer Protocol) +* real-rtsp (Real Time Streaming Protocol / Real/helix) +* wms-rtsp (Real Time Streaming Protocol / WMServer ) +* ftp (File Transfer Protocol) diff --git a/net/msdl/Makefile b/net/msdl/Makefile new file mode 100644 index 00000000000..dda34f43117 --- /dev/null +++ b/net/msdl/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/05 15:45:39 obache Exp $ +# + +DISTNAME= msdl-1.1.1 +CATEGORIES= net multimedia +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msdl/} + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://msdl.sourceforge.net/ +COMMENT= Media stream downloader + +#LICENSE= gnu-gpl-v3 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LANGUAGES= c + +.include "../../mk/bsd.pkg.mk" diff --git a/net/msdl/PLIST b/net/msdl/PLIST new file mode 100644 index 00000000000..8bec8ece2aa --- /dev/null +++ b/net/msdl/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/05 15:45:39 obache Exp $ +bin/msdl +man/man1/msdl.1 diff --git a/net/msdl/distinfo b/net/msdl/distinfo new file mode 100644 index 00000000000..fbd6820e980 --- /dev/null +++ b/net/msdl/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/04/05 15:45:39 obache Exp $ + +SHA1 (msdl-1.1.1.tar.gz) = 66698ad2175d1cd3477fadf4482c87f9f33dfc1e +RMD160 (msdl-1.1.1.tar.gz) = eecb24f98cef3cc02bdf8cc91e0f2ba60df1a07d +Size (msdl-1.1.1.tar.gz) = 180792 bytes |