From d3fe3a7720b3eb307df07b5e299fbab9bff64de5 Mon Sep 17 00:00:00 2001 From: hrs Date: Sat, 8 Apr 2006 13:59:17 +0000 Subject: Remove www/flashpluginwrapper since this port does not make sense without www/linux-flashplugin*. Spotted by: cperciva --- www/flashpluginwrapper/Makefile | 41 ----------------------------- www/flashpluginwrapper/distinfo | 3 --- www/flashpluginwrapper/files/pkg-message.in | 16 ----------- www/flashpluginwrapper/pkg-descr | 4 --- 4 files changed, 64 deletions(-) delete mode 100644 www/flashpluginwrapper/Makefile delete mode 100644 www/flashpluginwrapper/distinfo delete mode 100644 www/flashpluginwrapper/files/pkg-message.in delete mode 100644 www/flashpluginwrapper/pkg-descr (limited to 'www') diff --git a/www/flashpluginwrapper/Makefile b/www/flashpluginwrapper/Makefile deleted file mode 100644 index 5a4782e1b15e..000000000000 --- a/www/flashpluginwrapper/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: flashpluginwrapper -# Date Created: 13 November 2002 -# Whom: Pete Fritchman -# -# $FreeBSD$ -# - -PORTNAME= flashpluginwrapper -PORTVERSION= 0.20021113 -PORTREVISION= 1 -CATEGORIES= www linux -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://absolutbsd.org/~petef/ -MASTER_SITE_SUBDIR= petef - -MAINTAINER= brandon@dvalentine.com -COMMENT= A wrapper allowing use of linux-flashplugin with native mozilla -DEPRECATED= "Please use www/linuxpluginwrapper. This port should be obsoleted. But, I know many people which cannot upgrade by any reason. So I won't remove this." - -RUN_DEPENDS= ${X11BASE}/lib/flash/libflashplayer.so:${PORTSDIR}/www/linux-flashplugin - -USE_XLIB= yes -USE_REINPLACE= yes -ONLY_FOR_ARCHS= i386 -PKGMESSAGE= ${WRKDIR}/pkg-message -CONFLICTS= linuxpluginwrapper-* - -PLIST_FILES= lib/libflashplayer.so.1 - -post-patch: - @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},' \ - -e 's,/usr/local,${PREFIX},' ${WRKSRC}/Makefile - -post-install: - @${SED} -e 's,%%PREFIX%%,${PREFIX},' \ - -e 's,%%LOCALBASE%%,${LOCALBASE},' \ - -e 's,%%X11BASE%%,${X11BASE},' \ - < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - -.include diff --git a/www/flashpluginwrapper/distinfo b/www/flashpluginwrapper/distinfo deleted file mode 100644 index e6f14e858f83..000000000000 --- a/www/flashpluginwrapper/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (flashpluginwrapper-0.20021113.tar.gz) = 500f35313a34e4db865104e306f48431 -SHA256 (flashpluginwrapper-0.20021113.tar.gz) = 96ce9edb4e06709559fa36f0c06e9544b457016740600b87239be7d3022a7887 -SIZE (flashpluginwrapper-0.20021113.tar.gz) = 4791 diff --git a/www/flashpluginwrapper/files/pkg-message.in b/www/flashpluginwrapper/files/pkg-message.in deleted file mode 100644 index 38071922e984..000000000000 --- a/www/flashpluginwrapper/files/pkg-message.in +++ /dev/null @@ -1,16 +0,0 @@ -If you are using a Mozilla browser, you first need to copy the linux -flash plugin into the mozilla plugins directory: - -# cp %%LOCALBASE%%/lib/flash/libflashplayer.so \ - %%X11BASE%%/lib/browser_plugins/libflashplayer_linux.so -# cp %%LOCALBASE%%/lib/flash/ShockwaveFlash.class \ - %%X11BASE%%/lib/browser_plugins/ - -Next, change the Mozilla startup script, %%X11BASE%%/bin/mozilla -to have: - -LD_PRELOAD=%%PREFIX%%/lib/libflashplayer.so.1 -export LD_PRELOAD - -at the top of it (but after #!/bin/sh). Now start mozilla and go to -'about:plugins' and the flash plugin is enabled! diff --git a/www/flashpluginwrapper/pkg-descr b/www/flashpluginwrapper/pkg-descr deleted file mode 100644 index 323ae1a1c2e7..000000000000 --- a/www/flashpluginwrapper/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A wrapper that allows the use of the Linux flash plugin to work with -a FreeBSD-native binary of mozilla. - -WWW: http://tmp.ninth-nine.com/FlashPluginWrapper/ -- cgit