From cf4d0c3720517d4a991842cc1f098d06ae203043 Mon Sep 17 00:00:00 2001 From: Donald Burr Date: Fri, 12 Jun 1998 06:24:54 +0000 Subject: Import new port graphics/netshow, the Microsoft NetShow player. Thanks to Chris Kukulies for telling us about this on freebsd-multimedia, and giving me the idea of doing a port for it. --- multimedia/netshow/Makefile | 42 ++++++++++++++++++++++++++++++++++++++++++ multimedia/netshow/distinfo | 1 + multimedia/netshow/pkg-comment | 1 + multimedia/netshow/pkg-descr | 11 +++++++++++ multimedia/netshow/pkg-message | 4 ++++ multimedia/netshow/pkg-plist | 1 + 6 files changed, 60 insertions(+) create mode 100644 multimedia/netshow/Makefile create mode 100644 multimedia/netshow/distinfo create mode 100644 multimedia/netshow/pkg-comment create mode 100644 multimedia/netshow/pkg-descr create mode 100644 multimedia/netshow/pkg-message create mode 100644 multimedia/netshow/pkg-plist (limited to 'multimedia') 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 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 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 -- cgit v1.2.3