summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/netshow/Makefile42
-rw-r--r--graphics/netshow/distinfo1
-rw-r--r--graphics/netshow/pkg-comment1
-rw-r--r--graphics/netshow/pkg-descr11
-rw-r--r--graphics/netshow/pkg-message4
-rw-r--r--graphics/netshow/pkg-plist1
-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
12 files changed, 120 insertions, 0 deletions
diff --git a/graphics/netshow/Makefile b/graphics/netshow/Makefile
new file mode 100644
index 000000000000..6f2cb9b82cc0
--- /dev/null
+++ b/graphics/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/graphics/netshow/distinfo b/graphics/netshow/distinfo
new file mode 100644
index 000000000000..a0d83967b2bb
--- /dev/null
+++ b/graphics/netshow/distinfo
@@ -0,0 +1 @@
+MD5 (netshow_linux.gz) = e5434c3b7841c4cd0047c576de12d482
diff --git a/graphics/netshow/pkg-comment b/graphics/netshow/pkg-comment
new file mode 100644
index 000000000000..03cbea42c178
--- /dev/null
+++ b/graphics/netshow/pkg-comment
@@ -0,0 +1 @@
+Microsoft NetShow video stream player
diff --git a/graphics/netshow/pkg-descr b/graphics/netshow/pkg-descr
new file mode 100644
index 000000000000..208f3b163fb4
--- /dev/null
+++ b/graphics/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/graphics/netshow/pkg-message b/graphics/netshow/pkg-message
new file mode 100644
index 000000000000..fc6d6e5b30f2
--- /dev/null
+++ b/graphics/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/graphics/netshow/pkg-plist b/graphics/netshow/pkg-plist
new file mode 100644
index 000000000000..d19a9629b564
--- /dev/null
+++ b/graphics/netshow/pkg-plist
@@ -0,0 +1 @@
+bin/netshow
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