diff options
author | hrs <hrs@FreeBSD.org> | 2006-04-08 21:59:17 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2006-04-08 21:59:17 +0800 |
commit | d3fe3a7720b3eb307df07b5e299fbab9bff64de5 (patch) | |
tree | b3d5b0f6e8b08f683a17bda3065e369acfb3ab60 /www | |
parent | c8820d43a1772b097b56314721385f6884627c0b (diff) | |
download | freebsd-ports-gnome-d3fe3a7720b3eb307df07b5e299fbab9bff64de5.tar.gz freebsd-ports-gnome-d3fe3a7720b3eb307df07b5e299fbab9bff64de5.tar.zst freebsd-ports-gnome-d3fe3a7720b3eb307df07b5e299fbab9bff64de5.zip |
Remove www/flashpluginwrapper since this port does not make sense
without www/linux-flashplugin*.
Spotted by: cperciva
Diffstat (limited to 'www')
-rw-r--r-- | www/flashpluginwrapper/Makefile | 41 | ||||
-rw-r--r-- | www/flashpluginwrapper/distinfo | 3 | ||||
-rw-r--r-- | www/flashpluginwrapper/files/pkg-message.in | 16 | ||||
-rw-r--r-- | www/flashpluginwrapper/pkg-descr | 4 |
4 files changed, 0 insertions, 64 deletions
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 <petef@FreeBSD.org> -# -# $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 <bsd.port.mk> 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/ |