diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-01-11 10:25:22 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-01-11 10:25:22 +0000 |
commit | fc92955f12537ca0d581aedd37635f0b810376cb (patch) | |
tree | b29a3a0d2d53d6cc16b7f1a8a99c7632ce468cf0 /www | |
parent | [patch] update print/phppdflib to 2.7 (diff) |
o Add support Java Advanced Imaging (JAI) API.
Submitted by: OISHI Masakuni <yamasa@bsdhouse.org>
Committed at: CBUG 2004 New Year Party
Reviewed by: ume and OISHI on the fly
Notes
Notes:
svn path=/head/; revision=97913
Diffstat (limited to 'www')
-rw-r--r-- | www/linuxpluginwrapper/Makefile | 2 | ||||
-rw-r--r-- | www/linuxpluginwrapper/distinfo | 2 | ||||
-rw-r--r-- | www/linuxpluginwrapper/pkg-plist | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile index e7312136aee2..37acb7ce3a73 100644 --- a/www/linuxpluginwrapper/Makefile +++ b/www/linuxpluginwrapper/Makefile @@ -6,7 +6,7 @@ # PORTNAME= linuxpluginwrapper -PORTVERSION= 20031221 +PORTVERSION= 20040111 CATEGORIES= www linux MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.FreeBSD.org/~nork/distfiles/ diff --git a/www/linuxpluginwrapper/distinfo b/www/linuxpluginwrapper/distinfo index f7236c2f24a9..c8dd94b3f46b 100644 --- a/www/linuxpluginwrapper/distinfo +++ b/www/linuxpluginwrapper/distinfo @@ -1 +1 @@ -MD5 (linuxpluginwrapper-20031221.tar.gz) = 414173484070da93ed27db5386960c14 +MD5 (linuxpluginwrapper-20040111.tar.gz) = ecb731e19a775990e05baffee58c0846 diff --git a/www/linuxpluginwrapper/pkg-plist b/www/linuxpluginwrapper/pkg-plist index 1abe10d297fe..5363dec0bd02 100644 --- a/www/linuxpluginwrapper/pkg-plist +++ b/www/linuxpluginwrapper/pkg-plist @@ -1,5 +1,6 @@ lib/pluginwrapper/flash6.so lib/pluginwrapper/acrobat.so +lib/pluginwrapper/jai.so lib/pluginwrapper/java3d.so lib/pluginwrapper/java3d_snd.so @unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/nppdf.so |