summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorDonald Burr <dburr@FreeBSD.org>1998-06-12 06:24:54 +0000
committerDonald Burr <dburr@FreeBSD.org>1998-06-12 06:24:54 +0000
commitcf4d0c3720517d4a991842cc1f098d06ae203043 (patch)
tree9a0fa87421834b3c7070acc6a74fb2daa97c69b1 /multimedia
parenttiny update to MESSAGE and PLIST. (diff)
Import new port graphics/netshow, the Microsoft NetShow player.
Thanks to Chris Kukulies <kuku@gil.physik.rwth-aachen.de> for telling us about this on freebsd-multimedia, and giving me the idea of doing a port for it.
Notes
Notes: svn path=/head/; revision=11397
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/netshow/Makefile42
-rw-r--r--multimedia/netshow/distinfo1
-rw-r--r--multimedia/netshow/pkg-comment1
-rw-r--r--multimedia/netshow/pkg-descr11
-rw-r--r--multimedia/netshow/pkg-message4
-rw-r--r--multimedia/netshow/pkg-plist1
6 files changed, 60 insertions, 0 deletions
diff --git a/multimedia/netshow/Makefile b/multimedia/netshow/Makefile
new file mode 100644
index 000000000000..6f2cb9b82cc0
--- /dev/null
+++ b/multimedia/netshow/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for: netshow
+# Version required: 2.00.251
+# Date created: Thu Jun 11 22:38:52 PDT 1998
+# Whom: dburr@FreeBSD.ORG
+#
+# $Id$
+#
+
+DISTNAME= netshow_linux
+PKGNAME= netshow-2.00.251
+CATEGORIES= graphics net x11
+MASTER_SITES= http://microsoft.com/netshow/download/en/beta/
+EXTRACT_SUFX= .gz
+
+MAINTAINER= dburr@FreeBSD.ORG
+
+RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib
+
+RESTRICTED= "Commercial software"
+NO_CDROM= ${RESTRICTED}
+NO_PACKAGE= ${RESTRICTED}
+
+NO_BUILD= yes
+
+USE_X11= yes
+
+pre-extract:
+ @${MKDIR} ${WRKDIR}
+
+do-extract:
+ ${GUNZIP_CMD} < ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/netshow
+
+do-patch:
+ brandelf -t Linux ${WRKDIR}/netshow
+
+do-install:
+ ${INSTALL} -c -o bin -g bin -m 555 ${WRKDIR}/netshow ${PREFIX}/bin/netshow
+
+post-install:
+ @cat ${PKGDIR}/MESSAGE
+
+.include <bsd.port.mk>
diff --git a/multimedia/netshow/distinfo b/multimedia/netshow/distinfo
new file mode 100644
index 000000000000..a0d83967b2bb
--- /dev/null
+++ b/multimedia/netshow/distinfo
@@ -0,0 +1 @@
+MD5 (netshow_linux.gz) = e5434c3b7841c4cd0047c576de12d482
diff --git a/multimedia/netshow/pkg-comment b/multimedia/netshow/pkg-comment
new file mode 100644
index 000000000000..03cbea42c178
--- /dev/null
+++ b/multimedia/netshow/pkg-comment
@@ -0,0 +1 @@
+Microsoft NetShow video stream player
diff --git a/multimedia/netshow/pkg-descr b/multimedia/netshow/pkg-descr
new file mode 100644
index 000000000000..208f3b163fb4
--- /dev/null
+++ b/multimedia/netshow/pkg-descr
@@ -0,0 +1,11 @@
+This is the Microsoft NetShow video stream player for Linux.
+It will run under FreeBSD's linux emulation libraries, provided
+that you have built and installed the linux_lib port. (If you
+haven't, this port will do it for you automatically.)
+
+For additional documentation, please see Microsoft's NetShow
+web page at:
+
+http://microsoft.com/netshow/download/unix.htm
+
+Donald Burr <dburr@FreeBSD.ORG>
diff --git a/multimedia/netshow/pkg-message b/multimedia/netshow/pkg-message
new file mode 100644
index 000000000000..fc6d6e5b30f2
--- /dev/null
+++ b/multimedia/netshow/pkg-message
@@ -0,0 +1,4 @@
+For additional documentation, please see Microsoft's NetShow
+web page at:
+
+http://microsoft.com/netshow/download/unix.htm
diff --git a/multimedia/netshow/pkg-plist b/multimedia/netshow/pkg-plist
new file mode 100644
index 000000000000..d19a9629b564
--- /dev/null
+++ b/multimedia/netshow/pkg-plist
@@ -0,0 +1 @@
+bin/netshow