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.
This commit is contained in:
parent
4a038eb202
commit
cf4d0c3720
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11397
12 changed files with 120 additions and 0 deletions
42
graphics/netshow/Makefile
Normal file
42
graphics/netshow/Makefile
Normal file
|
@ -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>
|
1
graphics/netshow/distinfo
Normal file
1
graphics/netshow/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (netshow_linux.gz) = e5434c3b7841c4cd0047c576de12d482
|
1
graphics/netshow/pkg-comment
Normal file
1
graphics/netshow/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Microsoft NetShow video stream player
|
11
graphics/netshow/pkg-descr
Normal file
11
graphics/netshow/pkg-descr
Normal file
|
@ -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>
|
4
graphics/netshow/pkg-message
Normal file
4
graphics/netshow/pkg-message
Normal file
|
@ -0,0 +1,4 @@
|
|||
For additional documentation, please see Microsoft's NetShow
|
||||
web page at:
|
||||
|
||||
http://microsoft.com/netshow/download/unix.htm
|
1
graphics/netshow/pkg-plist
Normal file
1
graphics/netshow/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/netshow
|
42
multimedia/netshow/Makefile
Normal file
42
multimedia/netshow/Makefile
Normal file
|
@ -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>
|
1
multimedia/netshow/distinfo
Normal file
1
multimedia/netshow/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (netshow_linux.gz) = e5434c3b7841c4cd0047c576de12d482
|
1
multimedia/netshow/pkg-comment
Normal file
1
multimedia/netshow/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Microsoft NetShow video stream player
|
11
multimedia/netshow/pkg-descr
Normal file
11
multimedia/netshow/pkg-descr
Normal file
|
@ -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>
|
4
multimedia/netshow/pkg-message
Normal file
4
multimedia/netshow/pkg-message
Normal file
|
@ -0,0 +1,4 @@
|
|||
For additional documentation, please see Microsoft's NetShow
|
||||
web page at:
|
||||
|
||||
http://microsoft.com/netshow/download/unix.htm
|
1
multimedia/netshow/pkg-plist
Normal file
1
multimedia/netshow/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/netshow
|
Loading…
Reference in a new issue