aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-12-28 05:57:09 +0800
committernork <nork@FreeBSD.org>2003-12-28 05:57:09 +0800
commit6b199a066f347255147c51c7c940d414ce7a6896 (patch)
tree7e2c67ad28b3ef05fa1ea54e72131e60f407de9a /www
parentde51632ec18ddb35125a1c3b4c1d2372a8cdcf50 (diff)
downloadfreebsd-ports-graphics-6b199a066f347255147c51c7c940d414ce7a6896.tar.gz
freebsd-ports-graphics-6b199a066f347255147c51c7c940d414ce7a6896.tar.zst
freebsd-ports-graphics-6b199a066f347255147c51c7c940d414ce7a6896.zip
o Correct to use acrobat on firebird. But I don't know that this fix is
right. I heard BAD and OK:-). [1] o Support Linux Blackdown Java3D API on native JDK(tested only 1.4.2p5). [2] OISHI discoursed this feature on eleventh CBUG Meeting at 2003-11-29. It really got to me. Reported by: Vladimir B. Grebenschikov <vova@@fbsd.ru>, osa, ale [1] Tested by: osa, ale [1] Submitted by: OISHI Masakuni <yamasa@bsdhouse.org> [2]
Diffstat (limited to 'www')
-rw-r--r--www/linuxpluginwrapper/Makefile4
-rw-r--r--www/linuxpluginwrapper/distinfo2
-rw-r--r--www/linuxpluginwrapper/pkg-descr2
-rw-r--r--www/linuxpluginwrapper/pkg-plist17
4 files changed, 14 insertions, 11 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile
index 55d626358ff..a1bc1359207 100644
--- a/www/linuxpluginwrapper/Makefile
+++ b/www/linuxpluginwrapper/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= linuxpluginwrapper
-PORTVERSION= 20031122
+PORTVERSION= 20031221
CATEGORIES= www linux
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://people.FreeBSD.org/~nork/distfiles/
MASTER_SITE_SUBDIR= nork
MAINTAINER= nork@FreeBSD.org
-COMMENT= A wrapper allowing use of linux-plugins with native browsers
+COMMENT= A wrapper allowing use of linux-plugins with native applications
.include <bsd.port.pre.mk>
diff --git a/www/linuxpluginwrapper/distinfo b/www/linuxpluginwrapper/distinfo
index 89abaa1d882..f7236c2f24a 100644
--- a/www/linuxpluginwrapper/distinfo
+++ b/www/linuxpluginwrapper/distinfo
@@ -1 +1 @@
-MD5 (linuxpluginwrapper-20031122.tar.gz) = 7a640fb4887802fcbd9feeb09d6f8b54
+MD5 (linuxpluginwrapper-20031221.tar.gz) = 414173484070da93ed27db5386960c14
diff --git a/www/linuxpluginwrapper/pkg-descr b/www/linuxpluginwrapper/pkg-descr
index c02c1e688dd..e3d636a9525 100644
--- a/www/linuxpluginwrapper/pkg-descr
+++ b/www/linuxpluginwrapper/pkg-descr
@@ -1,2 +1,2 @@
A wrapper that allows the use of the Linux plugins to work with
-a FreeBSD-native binary of browser supported NSPR.
+a FreeBSD-native binary of applications.
diff --git a/www/linuxpluginwrapper/pkg-plist b/www/linuxpluginwrapper/pkg-plist
index 30ba6621c9d..1abe10d297f 100644
--- a/www/linuxpluginwrapper/pkg-plist
+++ b/www/linuxpluginwrapper/pkg-plist
@@ -1,10 +1,13 @@
lib/pluginwrapper/flash6.so
lib/pluginwrapper/acrobat.so
-@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
-@exec /bin/ln -sf %%LOCALBASE%%/Acrobat5/Browsers/intellinux/nppdf.so %%X11BASE%%/lib/browser_plugins/
-@exec /bin/ln -sf %%LOCALBASE%%/linux-flashplugin6/flashplayer.xpt %%X11BASE%%/lib/browser_plugins/
-@exec /bin/ln -sf %%LOCALBASE%%/linux-flashplugin6/libflashplayer.so %%X11BASE%%/lib/browser_plugins/
+lib/pluginwrapper/java3d.so
+lib/pluginwrapper/java3d_snd.so
+@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/rmdir %%X11BASE%%/lib/browser_plugins 2>/dev/null || true
+@unexec /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%%/linux-flashplugin6/flashplayer.xpt %%X11BASE%%/lib/browser_plugins/
+@exec /bin/ln -sf %%LOCALBASE%%/linux-flashplugin6/libflashplayer.so %%X11BASE%%/lib/browser_plugins/
@dirrm lib/pluginwrapper
-@unexec rmdir %%X11BASE%%/lib/browser_plugins 2>/dev/null || true