summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2005-01-19 14:40:45 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2005-01-19 14:40:45 +0000
commit4688fdce049cef2832ab87cf696d8ea14d5f9e73 (patch)
treef40976f30030e3216b377bacc209ff8a278fb108 /www
parentUpdate entries with 12 new CVE name references. (diff)
Update to 20050119.
o Add more support DragonFlyBSD. [1] o Add support Helix Real Player. [2] But not tested well. Submitted by: YONETANI Tomokazu <qhwt+dfly@les.ath.cx> [1] Sebastian Strollo <seb@strollo.org> [2]
Notes
Notes: svn path=/head/; revision=126835
Diffstat (limited to 'www')
-rw-r--r--www/linuxpluginwrapper/Makefile7
-rw-r--r--www/linuxpluginwrapper/distinfo4
-rw-r--r--www/linuxpluginwrapper/pkg-plist5
3 files changed, 13 insertions, 3 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile
index 463dd740f69f..dc74bb5a7483 100644
--- a/www/linuxpluginwrapper/Makefile
+++ b/www/linuxpluginwrapper/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= linuxpluginwrapper
-PORTVERSION= 20050110
+PORTVERSION= 20050119
PORTREVISION= 0
CATEGORIES= www linux emulators
MASTER_SITES= http://people.FreeBSD.org/~nork/distfiles/ \
@@ -20,6 +20,7 @@ COMMENT= A wrapper allowing use of linux-plugins with native applications
.if !defined(WITHOUT_PLUGINS)
RUN_DEPENDS= ${LOCALBASE}/lib/linux-flashplugin6/libflashplayer.so:${PORTSDIR}/www/linux-flashplugin6
+RUN_DEPENDS+= ${LOCALBASE}/lib/linux-mozilla/plugins/nphelix.so:${PORTSDIR}/multimedia/linux-realplayer
.if ${OSVERSION} >= 500000
RUN_DEPENDS+= ${LOCALBASE}/Acrobat5/Browsers/intellinux/nppdf.so:${PORTSDIR}/print/acroread
.else
@@ -100,6 +101,10 @@ pre-install:
${X11BASE}/lib/browser_plugins/
@${LN} -sf ${LOCALBASE}/lib/linux-flashplugin6/libflashplayer.so \
${X11BASE}/lib/browser_plugins/
+ @${LN} -sf ${LOCALBASE}/lib/linux-mozilla/plugins/nphelix.so \
+ ${X11BASE}/lib/browser_plugins/
+ @${LN} -sf ${LOCALBASE}/lib/linux-mozilla/plugins/nphelix.xpt \
+ ${X11BASE}/lib/browser_plugins/
.endif
post-install:
diff --git a/www/linuxpluginwrapper/distinfo b/www/linuxpluginwrapper/distinfo
index 24d30d58bf42..091a5d617132 100644
--- a/www/linuxpluginwrapper/distinfo
+++ b/www/linuxpluginwrapper/distinfo
@@ -1,2 +1,2 @@
-MD5 (linuxpluginwrapper-20050110.tar.gz) = 4280fa60a58d53cb89a04809abb0d83d
-SIZE (linuxpluginwrapper-20050110.tar.gz) = 17506
+MD5 (linuxpluginwrapper-20050119.tar.gz) = 46fa66cac56974c20d68232863ada330
+SIZE (linuxpluginwrapper-20050119.tar.gz) = 17534
diff --git a/www/linuxpluginwrapper/pkg-plist b/www/linuxpluginwrapper/pkg-plist
index eee3277b4d02..2785e63f6e99 100644
--- a/www/linuxpluginwrapper/pkg-plist
+++ b/www/linuxpluginwrapper/pkg-plist
@@ -5,16 +5,21 @@ lib/pluginwrapper/jai.so
lib/pluginwrapper/java3d.so
lib/pluginwrapper/java3d_snd.so
lib/pluginwrapper/pips.so
+lib/pluginwrapper/realplayer.so
%%EXAMPLESDIR%%/libmap.conf-FreeBSD5-stable
%%EXAMPLESDIR%%/libmap.conf-FreeBSD5-current
%%EXAMPLESDIR%%/libmap.conf-FreeBSD4.x
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/nppdf.so
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/flashplayer.xpt
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/libflashplayer.so
+@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/nphelix.so
+@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/nphelix.so.xpt
@unexec /bin/rmdir %%X11BASE%%/lib/browser_plugins 2>/dev/null || true
@exec /bin/mkdir -p %%X11BASE%%/lib/browser_plugins 2>/dev/null || true
@exec /bin/ln -sf %%LOCALBASE%%/Acrobat5/Browsers/intellinux/nppdf.so %%X11BASE%%/lib/browser_plugins/
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-flashplugin6/flashplayer.xpt %%X11BASE%%/lib/browser_plugins/
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-flashplugin6/libflashplayer.so %%X11BASE%%/lib/browser_plugins/
+@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-mozilla/plugins/nphelix.so %%X11BASE%%/lib/browser_plugins/
+@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-mozilla/plugins/nphelix.xpt %%X11BASE%%/lib/browser_plugins/
@dirrm lib/pluginwrapper
@dirrm %%EXAMPLESDIR%%