pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/realplayer Remove realplayer: vulnerable pa...
details: https://anonhg.NetBSD.org/pkgsrc/rev/75ecfd6753f0
branches: trunk
changeset: 496379:75ecfd6753f0
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jun 27 10:41:03 2005 +0000
description:
Remove realplayer: vulnerable package, old branch, no new release will
come out. Use RealPlayerGold instead.
diffstat:
multimedia/realplayer/DESCR | 2 -
multimedia/realplayer/MESSAGE | 16 -
multimedia/realplayer/Makefile | 135 ---------
multimedia/realplayer/PLIST | 318 -----------------------
multimedia/realplayer/distinfo | 17 -
multimedia/realplayer/files/extract_instructions | 23 -
multimedia/realplayer/files/realplay.sh | 7 -
multimedia/realplayer/patches/patch-aa | 13 -
multimedia/realplayer/patches/patch-ab | 73 -----
multimedia/realplayer/patches/patch-ac | 10 -
multimedia/realplayer/patches/patch-ad | 15 -
11 files changed, 0 insertions(+), 629 deletions(-)
diffs (truncated from 673 to 300 lines):
diff -r c06a8c775195 -r 75ecfd6753f0 multimedia/realplayer/DESCR
--- a/multimedia/realplayer/DESCR Mon Jun 27 10:04:39 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-RealPlayer for Unix allows you to play streaming audio and video over the
-Internet in real-time.
diff -r c06a8c775195 -r 75ecfd6753f0 multimedia/realplayer/MESSAGE
--- a/multimedia/realplayer/MESSAGE Mon Jun 27 10:04:39 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2004/01/26 13:09:57 jmmv Exp $
-
-Please be sure to read the licensing terms in
-
- ${REALPLAYER_HOME}/LICENSE
-
-prior to using RealPlayer. Users may run:
-
- ${REALPLAYER_HOME}/mimeinstall.sh
-
-to install the RealPlayer MIME types into their .mime.types and .mailcap
-files and to install a RealPlayer icon and MIME types into their KDE or
-GNOME desktop.
-
-===========================================================================
diff -r c06a8c775195 -r 75ecfd6753f0 multimedia/realplayer/Makefile
--- a/multimedia/realplayer/Makefile Mon Jun 27 10:04:39 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,135 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:23 jlam Exp $
-
-PKGNAME= realplayer-8.0.1
-PKGREVISION= 2
-CATEGORIES= multimedia
-MASTER_SITES= # empty
-EXTRACT_SUFX= .bin
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${MACHINE_ARCH} == "i386"
-DISTNAME= rp8_linux20_libc6_i386_cs1
-EXTRA_DIST= rv9_libc6_i386_cs2.tgz
-PLIST_SUBST+= RV9=""
-.elif ${MACHINE_ARCH} == "powerpc"
-DISTNAME= rp8_linux_powerpc_cs1
-PLIST_SUBST+= RV9="@comment "
-.elif ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64"
-DISTNAME= rp8_solaris27_sparc_cs2
-PLIST_SUBST+= RV9="@comment "
-.else
-DISTNAME= must_be_defined
-.endif
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${EXTRA_DIST}
-
-MAINTAINER= tech-pkg%NetBSD.org@localhost
-HOMEPAGE= http://www.real.com/products/player/
-COMMENT= RealAudio and RealVideo player
-
-.if ${OPSYS} == "NetBSD"
-. if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc"
-DEPENDS+= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11
-DEPENDS+= suse_openmotif>=7.3:../../emulators/${SUSE_DIR_PREFIX}_openmotif
-. elif ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64"
-. if !exists(/emul/svr4/usr/lib/ld.so)
-PKG_FAIL_REASON= "${PKGNAME} requires Solaris libraries - see compat_svr4(8)"
-. endif
-. endif
-.endif
-
-RESTRICTED= "Redistribution not permitted"
-NO_SRC_ON_FTP= ${RESTRICTED}
-NO_SRC_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
-NO_BIN_ON_CDROM= ${RESTRICTED}
-
-ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-sparc64 NetBSD-*-sparc NetBSD-*-powerpc SunOS-*-sparc
-
-CONFLICTS= realplayer-codecs<8nb2
-
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-PKGSRC_USE_TOOLS+= tar
-WRKSRC= ${WRKDIR}/RealPlayer8
-CRYPTO= # defined
-INTERACTIVE_STAGE= fetch extract
-CHECK_SHLIBS= NO
-
-XAUTHORITY?= ${HOME}/.Xauthority
-.if exists(${XAUTHORITY})
-EXTRACT_CMD= HOME=${WRKDIR} XAUTHORITY=${XAUTHORITY} ${RP_INSTALLER}
-.else
-EXTRACT_CMD= HOME=${WRKDIR} ${RP_INSTALLER}
-.endif
-
-DOWNLOAD= http://forms.real.com/real/player/blackjack.html
-RP_INSTALLER= ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
-REALPLAYER_HOME= ${PREFIX}/lib/RealPlayer8
-NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/plugins
-MESSAGE_SUBST+= REALPLAYER_HOME=${REALPLAYER_HOME}
-
-_FETCH_MESSAGE= \
- ${ECHO} "==============================================================="; \
- ${ECHO} " RealPlayer 8 for Linux 2.x (i386) must be fetched"; \
- ${ECHO} " into ${DISTDIR} from"; \
- ${ECHO} " ${DOWNLOAD}";
-.if defined(EXTRA_DIST)
-_FETCH_MESSAGE+= \
- ${ECHO} " You also need the file ${EXTRA_DIST} which you can"; \
- ${ECHO} " get following the"; \
- ${ECHO} " \`\`RV9 Codec packs for Unix RealPlayer 8'' link"; \
- ${ECHO} " on the same page.";
-.endif
-_FETCH_MESSAGE+= \
- ${ECHO} "==============================================================="
-
-INSTALLATION_DIRS= bin lib
-
-pre-extract:
- @delay=15; \
- ${SED} -e "s|@WRKSRC@|${WRKSRC}|g" \
- -e "s|@delay@|$${delay}|g" \
- ${FILESDIR}/extract_instructions; \
- sleep $${delay}
- @if [ ! -x ${RP_INSTALLER} ]; then \
- ${CHMOD} +x ${RP_INSTALLER}; \
- fi
-
-post-extract:
- if [ "X${EXTRA_DIST}" != "X" ]; then \
- cd ${WRKDIR} && ${TAR} -xzf ${_DISTDIR}/${DISTSUBDIR}/${EXTRA_DIST}; \
- fi
-
-do-build:
- cd ${WRKSRC}; \
- ${MV} -f mimeinstall.sh mimeinstall.sh.old; \
- ${SED} -e "s,@PREFIX@,${PREFIX},g" \
- -e "s,@REALPLAYER_HOME@,${REALPLAYER_HOME},g" \
- mimeinstall.sh.old > mimeinstall.sh; \
- ${CHMOD} +x mimeinstall.sh
- ${SED} -e "s,@REALPLAYER_HOME@,${REALPLAYER_HOME},g" \
- ${FILESDIR}/realplay.sh > ${WRKDIR}/realplay.sh
-
-pre-install:
- ${FIND} ${WRKSRC} \( -name "*.orig" -o -name "*.old" \) -print \
- | ${XARGS} ${RM}
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/realplay.sh ${PREFIX}/bin/realplay
- cd ${WRKDIR} && ${PAX} -rw RealPlayer8 ${PREFIX}/lib
- if [ "X${EXTRA_DIST}" != "X" ]; then \
- ${INSTALL_DATA} ${WRKDIR}/rv9/codecs/drv4.so.6.0 \
- ${PREFIX}/lib/RealPlayer8/Codecs/; \
- ${INSTALL_DATA} ${WRKDIR}/rv9/codecs/rv40.so.6.0 \
- ${PREFIX}/lib/RealPlayer8/Codecs/; \
- fi
-
-post-install:
- ${INSTALL_DATA_DIR} ${NS_PLUGINS_DIR}
- ${INSTALL_DATA} ${REALPLAYER_HOME}/raclass.zip ${NS_PLUGINS_DIR}
- ${INSTALL_DATA} ${REALPLAYER_HOME}/rpnp.so ${NS_PLUGINS_DIR}
-
-.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "i386"
-.include "../../emulators/suse_linux/Makefile.application"
-.endif
-.include "../../mk/bsd.pkg.mk"
diff -r c06a8c775195 -r 75ecfd6753f0 multimedia/realplayer/PLIST
--- a/multimedia/realplayer/PLIST Mon Jun 27 10:04:39 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,318 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2004/02/17 19:24:42 wiz Exp $
-bin/realplay
-lib/RealPlayer8/Codecs/14_4.so.6.0
-lib/RealPlayer8/Codecs/28_8.so.6.0
-lib/RealPlayer8/Codecs/atrc.so.6.0
-lib/RealPlayer8/Codecs/cook.so.6.0
-lib/RealPlayer8/Codecs/ddnt.so.6.0
-lib/RealPlayer8/Codecs/dnet.so.6.0
-lib/RealPlayer8/Codecs/drv1.so.6.0
-lib/RealPlayer8/Codecs/drv2.so.6.0
-lib/RealPlayer8/Codecs/drv3.so.6.0
-${RV9}lib/RealPlayer8/Codecs/drv4.so.6.0
-lib/RealPlayer8/Codecs/dspr.so.6.0
-lib/RealPlayer8/Codecs/rncolor.so.6.0
-lib/RealPlayer8/Codecs/rv10.so.6.0
-lib/RealPlayer8/Codecs/rv20.so.6.0
-lib/RealPlayer8/Codecs/rv30.so.6.0
-${RV9}lib/RealPlayer8/Codecs/rv40.so.6.0
-lib/RealPlayer8/Codecs/sipr.so.6.0
-lib/RealPlayer8/Codecs/tokr.so.6.0
-lib/RealPlayer8/Common/pnrscmgr.so.6.0
-lib/RealPlayer8/Common/rcacore.so.6.0
-lib/RealPlayer8/Common/rcaembed.so.6.0
-lib/RealPlayer8/Common/rmacore.so.6.0
-lib/RealPlayer8/Help/readme
-lib/RealPlayer8/Help/realplay.htm
-lib/RealPlayer8/Help/realplay/aud_play.htm
-lib/RealPlayer8/Help/realplay/buffered.htm
-lib/RealPlayer8/Help/realplay/cinfobar.htm
-lib/RealPlayer8/Help/realplay/clip_bar.htm
-lib/RealPlayer8/Help/realplay/clipinfo.htm
-lib/RealPlayer8/Help/realplay/clipwork.htm
-lib/RealPlayer8/Help/realplay/compact.htm
-lib/RealPlayer8/Help/realplay/con_pref.htm
-lib/RealPlayer8/Help/realplay/configur.htm
-lib/RealPlayer8/Help/realplay/cont_menu.htm
-lib/RealPlayer8/Help/realplay/disp_hlp.htm
-lib/RealPlayer8/Help/realplay/display.htm
-lib/RealPlayer8/Help/realplay/distort.htm
-lib/RealPlayer8/Help/realplay/error690.htm
-lib/RealPlayer8/Help/realplay/error693.htm
-lib/RealPlayer8/Help/realplay/error698.htm
-lib/RealPlayer8/Help/realplay/file_menu.htm
-lib/RealPlayer8/Help/realplay/filetype.htm
-lib/RealPlayer8/Help/realplay/gen_pref.htm
-lib/RealPlayer8/Help/realplay/glossary.htm
-lib/RealPlayer8/Help/realplay/gotoreal.htm
-lib/RealPlayer8/Help/realplay/help_menu.htm
-lib/RealPlayer8/Help/realplay/how_to.htm
-lib/RealPlayer8/Help/realplay/index.htm
-lib/RealPlayer8/Help/realplay/inner.htm
-lib/RealPlayer8/Help/realplay/intrface.htm
-lib/RealPlayer8/Help/realplay/introduction.htm
-lib/RealPlayer8/Help/realplay/jump_to.htm
-lib/RealPlayer8/Help/realplay/keyshort.htm
-lib/RealPlayer8/Help/realplay/loadclip.htm
-lib/RealPlayer8/Help/realplay/manually.htm
-lib/RealPlayer8/Help/realplay/menubar.htm
-lib/RealPlayer8/Help/realplay/menus.htm
-lib/RealPlayer8/Help/realplay/mute.htm
-lib/RealPlayer8/Help/realplay/notice.htm
-lib/RealPlayer8/Help/realplay/panels.htm
-lib/RealPlayer8/Help/realplay/pause.htm
-lib/RealPlayer8/Help/realplay/per_pref.htm
-lib/RealPlayer8/Help/realplay/pics/DOCUMENTB.gif
-lib/RealPlayer8/Help/realplay/pics/RealLogo.gif
-lib/RealPlayer8/Help/realplay/pics/RealNetx.gif
-lib/RealPlayer8/Help/realplay/pics/SHED-EXAMPLE.gif
-lib/RealPlayer8/Help/realplay/pics/back.gif
-lib/RealPlayer8/Help/realplay/pics/backbutt.gif
-lib/RealPlayer8/Help/realplay/pics/bckbutt.gif
-lib/RealPlayer8/Help/realplay/pics/brightness.gif
-lib/RealPlayer8/Help/realplay/pics/btn_a.gif
-lib/RealPlayer8/Help/realplay/pics/btn_b.gif
-lib/RealPlayer8/Help/realplay/pics/btn_c.gif
-lib/RealPlayer8/Help/realplay/pics/btn_d.gif
-lib/RealPlayer8/Help/realplay/pics/btn_e.gif
-lib/RealPlayer8/Help/realplay/pics/btn_f.gif
-lib/RealPlayer8/Help/realplay/pics/btn_g.gif
-lib/RealPlayer8/Help/realplay/pics/btn_h.gif
-lib/RealPlayer8/Help/realplay/pics/btn_i.gif
-lib/RealPlayer8/Help/realplay/pics/btn_j.gif
-lib/RealPlayer8/Help/realplay/pics/btn_k.gif
-lib/RealPlayer8/Help/realplay/pics/btn_l.gif
-lib/RealPlayer8/Help/realplay/pics/btn_m.gif
-lib/RealPlayer8/Help/realplay/pics/btn_n.gif
-lib/RealPlayer8/Help/realplay/pics/btn_o.gif
-lib/RealPlayer8/Help/realplay/pics/btn_p.gif
-lib/RealPlayer8/Help/realplay/pics/btn_q.gif
-lib/RealPlayer8/Help/realplay/pics/btn_r.gif
-lib/RealPlayer8/Help/realplay/pics/btn_s.gif
-lib/RealPlayer8/Help/realplay/pics/btn_t.gif
-lib/RealPlayer8/Help/realplay/pics/btn_u.gif
-lib/RealPlayer8/Help/realplay/pics/btn_v.gif
-lib/RealPlayer8/Help/realplay/pics/btn_w.gif
-lib/RealPlayer8/Help/realplay/pics/btn_x.gif
-lib/RealPlayer8/Help/realplay/pics/btn_y.gif
-lib/RealPlayer8/Help/realplay/pics/btn_z.gif
-lib/RealPlayer8/Help/realplay/pics/callouts.gif
-lib/RealPlayer8/Help/realplay/pics/channelstab.gif
-lib/RealPlayer8/Help/realplay/pics/closed2.gif
-lib/RealPlayer8/Help/realplay/pics/cnt0.gif
-lib/RealPlayer8/Help/realplay/pics/cnt1.gif
-lib/RealPlayer8/Help/realplay/pics/colorcontrol.gif
-lib/RealPlayer8/Help/realplay/pics/compbutt.gif
-lib/RealPlayer8/Help/realplay/pics/contrast.gif
-lib/RealPlayer8/Help/realplay/pics/creditroll.gif
-lib/RealPlayer8/Help/realplay/pics/cursor_hand.gif
-lib/RealPlayer8/Help/realplay/pics/delete3.gif
-lib/RealPlayer8/Help/realplay/pics/do-it.gif
-lib/RealPlayer8/Help/realplay/pics/dropdwnarrow.gif
-lib/RealPlayer8/Help/realplay/pics/eq-autogainadj.gif
-lib/RealPlayer8/Help/realplay/pics/eq-on-off.gif
-lib/RealPlayer8/Help/realplay/pics/eq-onbutton.gif
-lib/RealPlayer8/Help/realplay/pics/eq-restoredefault.gif
-lib/RealPlayer8/Help/realplay/pics/eq-slider3.gif
-lib/RealPlayer8/Help/realplay/pics/eq-smarteq.gif
-lib/RealPlayer8/Help/realplay/pics/equalizer3.gif
-lib/RealPlayer8/Help/realplay/pics/favicon.gif
-lib/RealPlayer8/Help/realplay/pics/favoritestab.gif
-lib/RealPlayer8/Help/realplay/pics/forward.gif
-lib/RealPlayer8/Help/realplay/pics/forwardbutt.gif
-lib/RealPlayer8/Help/realplay/pics/fullplayershed.gif
-lib/RealPlayer8/Help/realplay/pics/fulltoc.gif
-lib/RealPlayer8/Help/realplay/pics/fwdbutt.gif
-lib/RealPlayer8/Help/realplay/pics/g2-status.gif
-lib/RealPlayer8/Help/realplay/pics/glossary.gif
-lib/RealPlayer8/Help/realplay/pics/index.gif
-lib/RealPlayer8/Help/realplay/pics/index_a.gif
-lib/RealPlayer8/Help/realplay/pics/index_b.gif
-lib/RealPlayer8/Help/realplay/pics/index_c.gif
Home |
Main Index |
Thread Index |
Old Index