From 9e8d00728d81f15cb5c2df24ce7a3639b26d587d Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Wed, 13 Nov 2002 19:35:14 +0000 Subject: Add flashpluginwrapper 0.20021113, a wrapper allowing use of linux-flashplugin with native mozilla. --- www/Makefile | 1 + www/flashpluginwrapper/Makefile | 35 +++++++++++++++++++++++++++++ www/flashpluginwrapper/distinfo | 1 + www/flashpluginwrapper/files/pkg-message.in | 19 ++++++++++++++++ www/flashpluginwrapper/pkg-comment | 1 + www/flashpluginwrapper/pkg-descr | 7 ++++++ www/flashpluginwrapper/pkg-plist | 1 + www/linuxpluginwrapper/Makefile | 35 +++++++++++++++++++++++++++++ www/linuxpluginwrapper/distinfo | 1 + www/linuxpluginwrapper/files/pkg-message.in | 19 ++++++++++++++++ www/linuxpluginwrapper/pkg-comment | 1 + www/linuxpluginwrapper/pkg-descr | 7 ++++++ www/linuxpluginwrapper/pkg-plist | 1 + 13 files changed, 129 insertions(+) create mode 100644 www/flashpluginwrapper/Makefile create mode 100644 www/flashpluginwrapper/distinfo create mode 100644 www/flashpluginwrapper/files/pkg-message.in create mode 100644 www/flashpluginwrapper/pkg-comment create mode 100644 www/flashpluginwrapper/pkg-descr create mode 100644 www/flashpluginwrapper/pkg-plist create mode 100644 www/linuxpluginwrapper/Makefile create mode 100644 www/linuxpluginwrapper/distinfo create mode 100644 www/linuxpluginwrapper/files/pkg-message.in create mode 100644 www/linuxpluginwrapper/pkg-comment create mode 100644 www/linuxpluginwrapper/pkg-descr create mode 100644 www/linuxpluginwrapper/pkg-plist (limited to 'www') diff --git a/www/Makefile b/www/Makefile index 74ae7063a25f..85ca8d53657a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -75,6 +75,7 @@ SUBDIR += flashplugin SUBDIR += flashplugin-mozilla SUBDIR += flashplugin-mozilla-devel + SUBDIR += flashpluginwrapper SUBDIR += frontpage SUBDIR += frontpage-ar SUBDIR += frontpage-de diff --git a/www/flashpluginwrapper/Makefile b/www/flashpluginwrapper/Makefile new file mode 100644 index 000000000000..2ad449543a7f --- /dev/null +++ b/www/flashpluginwrapper/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: flashpluginwrapper +# Date Created: 13 November 2002 +# Whom: Pete Fritchman +# +# $FreeBSD$ +# + +PORTNAME= flashpluginwrapper +PORTVERSION= 0.20021113 +CATEGORIES= www linux +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://absolutbsd.org/~petef/ +MASTER_SITE_SUBDIR= petef + +MAINTAINER= petef@FreeBSD.org + +RUN_DEPENDS= ${LOCALBASE}/lib/flash/libflashplayer.so:${PORTSDIR}/www/linux-flashplugin \ + mozilla:${PORTSDIR}/www/mozilla + +USE_REINPLACE= yes +ONLY_FOR_ARCHS= i386 +PKGMESSAGE= ${WRKDIR}/pkg-message + +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 new file mode 100644 index 000000000000..72d9515311c5 --- /dev/null +++ b/www/flashpluginwrapper/distinfo @@ -0,0 +1 @@ +MD5 (flashpluginwrapper-0.20021113.tar.gz) = 500f35313a34e4db865104e306f48431 diff --git a/www/flashpluginwrapper/files/pkg-message.in b/www/flashpluginwrapper/files/pkg-message.in new file mode 100644 index 000000000000..1e8e666ca9a2 --- /dev/null +++ b/www/flashpluginwrapper/files/pkg-message.in @@ -0,0 +1,19 @@ +To use the flash plugin wrapper, you first need to copy the linux flash +plugin into your mozilla directory: + +# cp %%LOCALBASE%%/lib/flash/libflashplayer.so \ + %%X11BASE%%/lib/mozilla/plugins/libflashplayer_linux.so +# cp %%LOCALBASE%%/lib/flash/ShockwaveFlash.class \ + %%X11BASE%%/lib/mozilla/plugins/ + +(Note, if you are using mozilla-devel, the destination directories will be +different) + +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-comment b/www/flashpluginwrapper/pkg-comment new file mode 100644 index 000000000000..e90b8ebc66a9 --- /dev/null +++ b/www/flashpluginwrapper/pkg-comment @@ -0,0 +1 @@ +A wrapper allowing use of linux-flashplugin with native mozilla diff --git a/www/flashpluginwrapper/pkg-descr b/www/flashpluginwrapper/pkg-descr new file mode 100644 index 000000000000..e680e3ce5317 --- /dev/null +++ b/www/flashpluginwrapper/pkg-descr @@ -0,0 +1,7 @@ +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/ + +- Pete +petef@FreeBSD.org diff --git a/www/flashpluginwrapper/pkg-plist b/www/flashpluginwrapper/pkg-plist new file mode 100644 index 000000000000..b0efcdfe7ec3 --- /dev/null +++ b/www/flashpluginwrapper/pkg-plist @@ -0,0 +1 @@ +lib/libflashplayer.so.1 diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile new file mode 100644 index 000000000000..2ad449543a7f --- /dev/null +++ b/www/linuxpluginwrapper/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: flashpluginwrapper +# Date Created: 13 November 2002 +# Whom: Pete Fritchman +# +# $FreeBSD$ +# + +PORTNAME= flashpluginwrapper +PORTVERSION= 0.20021113 +CATEGORIES= www linux +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://absolutbsd.org/~petef/ +MASTER_SITE_SUBDIR= petef + +MAINTAINER= petef@FreeBSD.org + +RUN_DEPENDS= ${LOCALBASE}/lib/flash/libflashplayer.so:${PORTSDIR}/www/linux-flashplugin \ + mozilla:${PORTSDIR}/www/mozilla + +USE_REINPLACE= yes +ONLY_FOR_ARCHS= i386 +PKGMESSAGE= ${WRKDIR}/pkg-message + +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/linuxpluginwrapper/distinfo b/www/linuxpluginwrapper/distinfo new file mode 100644 index 000000000000..72d9515311c5 --- /dev/null +++ b/www/linuxpluginwrapper/distinfo @@ -0,0 +1 @@ +MD5 (flashpluginwrapper-0.20021113.tar.gz) = 500f35313a34e4db865104e306f48431 diff --git a/www/linuxpluginwrapper/files/pkg-message.in b/www/linuxpluginwrapper/files/pkg-message.in new file mode 100644 index 000000000000..1e8e666ca9a2 --- /dev/null +++ b/www/linuxpluginwrapper/files/pkg-message.in @@ -0,0 +1,19 @@ +To use the flash plugin wrapper, you first need to copy the linux flash +plugin into your mozilla directory: + +# cp %%LOCALBASE%%/lib/flash/libflashplayer.so \ + %%X11BASE%%/lib/mozilla/plugins/libflashplayer_linux.so +# cp %%LOCALBASE%%/lib/flash/ShockwaveFlash.class \ + %%X11BASE%%/lib/mozilla/plugins/ + +(Note, if you are using mozilla-devel, the destination directories will be +different) + +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/linuxpluginwrapper/pkg-comment b/www/linuxpluginwrapper/pkg-comment new file mode 100644 index 000000000000..e90b8ebc66a9 --- /dev/null +++ b/www/linuxpluginwrapper/pkg-comment @@ -0,0 +1 @@ +A wrapper allowing use of linux-flashplugin with native mozilla diff --git a/www/linuxpluginwrapper/pkg-descr b/www/linuxpluginwrapper/pkg-descr new file mode 100644 index 000000000000..e680e3ce5317 --- /dev/null +++ b/www/linuxpluginwrapper/pkg-descr @@ -0,0 +1,7 @@ +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/ + +- Pete +petef@FreeBSD.org diff --git a/www/linuxpluginwrapper/pkg-plist b/www/linuxpluginwrapper/pkg-plist new file mode 100644 index 000000000000..b0efcdfe7ec3 --- /dev/null +++ b/www/linuxpluginwrapper/pkg-plist @@ -0,0 +1 @@ +lib/libflashplayer.so.1 -- cgit v1.2.3