summaryrefslogtreecommitdiff
path: root/audio/linux-realplayer
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1999-02-12 15:42:21 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1999-02-12 15:42:21 +0000
commit9fc458bc43c5a2927a65b195935dc78c94bdcc0d (patch)
treee04d3a09efaac10e63505a2c72d68bc2667de9b4 /audio/linux-realplayer
parentChanges Version required. (diff)
Linux RealPlayer 5.0 from RealNetworks.
PR: ports/9838 Submitted by: Kris Kennaway <kkenn@rebel.net.au>
Notes
Notes: svn path=/head/; revision=16675
Diffstat (limited to 'audio/linux-realplayer')
-rw-r--r--audio/linux-realplayer/Makefile78
-rw-r--r--audio/linux-realplayer/distinfo1
-rw-r--r--audio/linux-realplayer/pkg-comment1
-rw-r--r--audio/linux-realplayer/pkg-descr15
-rw-r--r--audio/linux-realplayer/pkg-plist56
5 files changed, 151 insertions, 0 deletions
diff --git a/audio/linux-realplayer/Makefile b/audio/linux-realplayer/Makefile
new file mode 100644
index 000000000000..b820f995b2bd
--- /dev/null
+++ b/audio/linux-realplayer/Makefile
@@ -0,0 +1,78 @@
+# New ports collection makefile for: linux-realplayer
+# Version required: 5.0
+# Date created: 31 January 1999
+# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
+#
+# $Id$
+#
+
+DISTNAME= rv50_linux20
+PKGNAME= linux-realplayer-5.0
+CATEGORIES= audio
+MASTER_SITES= "Fetch must be performed manually"
+
+MAINTAINER= kkennawa@physics.adelaide.edu.au
+
+RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib
+
+ONLY_FOR_ARCHS= i386
+NO_CDROM= "Redistribution not allowed"
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}/rvplayer5.0/
+
+LIBFILES= libdecdnet.so libra14_4.so libra28_8.so libradnet.so \
+ librarv10.so librasipr.so librv10dec.so librvcore.so \
+ librvplayer.so
+
+DATAFILES= License.txt Mailcap Mime.types RAObserver.class \
+ RAPlayer.class rvplayer.ad
+
+.include <bsd.port.pre.mk>
+
+.if !exists(${DISTDIR}/${DISTNAME}.tar.gz)
+IGNORE= may not be automatically fetched due to licensing\
+ restrictions. You MUST fetch the source manually after\
+ reading and agreeing to the license at:\
+ http://www.real.com/products/player/50player/downloadrealplayer.html?wp=dl1198&src=download\
+ - once ${DISTFILES}.tar.gz has been downloaded, move it to\
+ ${DISTDIR} and then restart this build.
+.endif
+
+do-install:
+
+ ${MKDIR} ${PREFIX}/lib/rvplayer5.0/
+ ${MKDIR} ${PREFIX}/share/rvplayer5.0/
+
+.for i in ${DATAFILES}
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/lib/rvplayer5.0/
+.endfor
+
+.if !defined(NOPORTSDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/rvplayer5.0/
+ ${CP} -rp ${WRKSRC}/README ${WRKSRC}/index.htm ${WRKSRC}/doc/ \
+ ${PREFIX}/share/doc/rvplayer5.0/
+.endif
+
+.for i in ${LIBFILES}
+ ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/lib/rvplayer5.0/
+.endfor
+
+ ${INSTALL_PROGRAM} ${WRKSRC}/rvplayer ${PREFIX}/bin/
+ /usr/bin/brandelf -t Linux ${PREFIX}/bin/rvplayer
+
+ ${INSTALL_DATA} ${WRKSRC}/welcome.rm ${PREFIX}/share/rvplayer5.0/
+
+ @echo ---------------------------------------------------------------
+ @echo You must add ${PREFIX}/lib/rvplayer5.0 to your
+ @echo LD_LIBRARY_PATH environment variable to use RealPlayer 5.0.
+ @echo
+ @echo To use the Netscape plugin, you must have a Linux version of
+ @echo netscape \(e.g., ${PORTSDIR}/www/linux-netscape4/\) - see
+ @echo ${PREFIX}/share/doc/rvplayer5.0/plugin.html for instructions.
+ @echo
+ @echo To use rvplayer as an external helper app for Netscape \(any
+ @echo version\), follow the instructions in
+ @echo ${PREFIX}/share/doc/rvplayer5.0/browser.htm.
+ @echo ---------------------------------------------------------------
+
+.include <bsd.port.post.mk>
diff --git a/audio/linux-realplayer/distinfo b/audio/linux-realplayer/distinfo
new file mode 100644
index 000000000000..93ee8e32d556
--- /dev/null
+++ b/audio/linux-realplayer/distinfo
@@ -0,0 +1 @@
+MD5 (rv50_linux20.tar.gz) = 631018a5eeb530dbc8e441fd1236f625
diff --git a/audio/linux-realplayer/pkg-comment b/audio/linux-realplayer/pkg-comment
new file mode 100644
index 000000000000..f123fbd6b56d
--- /dev/null
+++ b/audio/linux-realplayer/pkg-comment
@@ -0,0 +1 @@
+Linux RealPlayer 5.0 from RealNetworks.
diff --git a/audio/linux-realplayer/pkg-descr b/audio/linux-realplayer/pkg-descr
new file mode 100644
index 000000000000..ce3aa8686817
--- /dev/null
+++ b/audio/linux-realplayer/pkg-descr
@@ -0,0 +1,15 @@
+This is the Linux version of RealPlayer 5.0 from RealNetworks, the player
+for RealAudio and RealVideo streaming broadcasts from the net. It can be
+used as a standalone application, an external "helper" app from Netscape,
+or a plugin in the Linux version of netscape.
+
+Playing back video streams such as /usr/local/share/rvplayer5.0/welcome.rm
+doesn't seem to work too well on my 4.0-CURRENT machine.
+
+Due to license restrictions, this package must be manually downloaded
+from:
+
+http://www.real.com/products/player/50player/downloadrealplayer.html
+?wp=dl1198&src=download
+
+Kris Kennaway <kkennawa@physics.adelaide.edu.au>
diff --git a/audio/linux-realplayer/pkg-plist b/audio/linux-realplayer/pkg-plist
new file mode 100644
index 000000000000..f347b316dfcf
--- /dev/null
+++ b/audio/linux-realplayer/pkg-plist
@@ -0,0 +1,56 @@
+bin/rvplayer
+lib/rvplayer5.0/License.txt
+lib/rvplayer5.0/Mailcap
+lib/rvplayer5.0/Mime.types
+lib/rvplayer5.0/RAObserver.class
+lib/rvplayer5.0/RAPlayer.class
+lib/rvplayer5.0/rvplayer.ad
+lib/rvplayer5.0/libdecdnet.so
+lib/rvplayer5.0/libra14_4.so
+lib/rvplayer5.0/libra28_8.so
+lib/rvplayer5.0/libradnet.so
+lib/rvplayer5.0/librarv10.so
+lib/rvplayer5.0/librasipr.so
+lib/rvplayer5.0/librv10dec.so
+lib/rvplayer5.0/librvcore.so
+lib/rvplayer5.0/librvplayer.so
+share/doc/rvplayer5.0/gifs/webhelp.gif
+share/doc/rvplayer5.0/gifs/config4_1.jpg
+share/doc/rvplayer5.0/gifs/config4_2.jpg
+share/doc/rvplayer5.0/gifs/download.gif
+share/doc/rvplayer5.0/gifs/emhelp.gif
+share/doc/rvplayer5.0/gifs/plugin.jpg
+share/doc/rvplayer5.0/gifs/prefs.jpg
+share/doc/rvplayer5.0/gifs/ra-logo.gif
+share/doc/rvplayer5.0/gifs/ra-logo2.gif
+share/doc/rvplayer5.0/gifs/realplayer4.jpg
+share/doc/rvplayer5.0/gifs/rnlogo.gif
+share/doc/rvplayer5.0/gifs/config3.jpg
+share/doc/rvplayer5.0/browser.htm
+share/doc/rvplayer5.0/configure.htm
+share/doc/rvplayer5.0/contents.htm
+share/doc/rvplayer5.0/embed.htm
+share/doc/rvplayer5.0/freebsd.htm
+share/doc/rvplayer5.0/general.htm
+share/doc/rvplayer5.0/install.htm
+share/doc/rvplayer5.0/intro.htm
+share/doc/rvplayer5.0/irix.htm
+share/doc/rvplayer5.0/license.htm
+share/doc/rvplayer5.0/linux.htm
+share/doc/rvplayer5.0/notes.htm
+share/doc/rvplayer5.0/notice.html
+share/doc/rvplayer5.0/path.htm
+share/doc/rvplayer5.0/plugin.htm
+share/doc/rvplayer5.0/setup.htm
+share/doc/rvplayer5.0/shared.htm
+share/doc/rvplayer5.0/solaris.htm
+share/doc/rvplayer5.0/sysreq.htm
+share/doc/rvplayer5.0/title.html
+share/doc/rvplayer5.0/toc.html
+share/doc/rvplayer5.0/index.htm
+share/doc/rvplayer5.0/README
+share/rvplayer5.0/welcome.rm
+@dirrm share/rvplayer5.0
+@dirrm share/doc/rvplayer5.0/gifs
+@dirrm share/doc/rvplayer5.0
+@dirrm lib/rvplayer5.0