summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-04-05 15:45:39 +0000
committerobache <obache@pkgsrc.org>2008-04-05 15:45:39 +0000
commit066f059dbdaeb0f154e4a919624b12e119b666cb (patch)
treea90a972e88a46d294a5068468457fd31497bdddb
parent029573ab2934ac49bcc6dcb81db572d425b3e68f (diff)
downloadpkgsrc-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)
-rw-r--r--net/msdl/DESCR9
-rw-r--r--net/msdl/Makefile19
-rw-r--r--net/msdl/PLIST3
-rw-r--r--net/msdl/distinfo5
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