pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/msdl Import msdl version 1.1.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/84daa54c79b5
branches: trunk
changeset: 540649:84daa54c79b5
user: obache <obache%pkgsrc.org@localhost>
date: Sat Apr 05 15:45:39 2008 +0000
description:
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:
net/msdl/DESCR | 9 +++++++++
net/msdl/Makefile | 19 +++++++++++++++++++
net/msdl/PLIST | 3 +++
net/msdl/distinfo | 5 +++++
4 files changed, 36 insertions(+), 0 deletions(-)
diffs (52 lines):
diff -r 7a543e0d8553 -r 84daa54c79b5 net/msdl/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/msdl/DESCR Sat Apr 05 15:45:39 2008 +0000
@@ -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 -r 7a543e0d8553 -r 84daa54c79b5 net/msdl/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/msdl/Makefile Sat Apr 05 15:45:39 2008 +0000
@@ -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@localhost
+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 -r 7a543e0d8553 -r 84daa54c79b5 net/msdl/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/msdl/PLIST Sat Apr 05 15:45:39 2008 +0000
@@ -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 -r 7a543e0d8553 -r 84daa54c79b5 net/msdl/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/msdl/distinfo Sat Apr 05 15:45:39 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index