aboutsummaryrefslogtreecommitdiff
path: root/www/nspluginwrapper-devel
Commit message (Collapse)AuthorAgeFilesLines
* - Update nspluginwrapper to 1.4.0 and assume maintainership. [1]Jung-uk Kim2011-05-232-2/+4
| | | | | | | | | - Deprecate nspluginwrapper-devel, which is now older than nspluginwrapper. Approved by: Dave Grochowski (malus.x@gmail.com) [1] Notes: svn path=/head/; revision=274542
* - Update to 1.3.2 and remove obsolete local patches.Jung-uk Kim2011-04-2612-537/+38
| | | | | | | | | | | | | | | | - Replace the defunct URL with a new upstream location. Now this project has a new maintainer: https://www.redhat.com/archives/nspluginwrapper-devel-list/2011-April/msg00003.html For more information about this release, please see the following thread: https://www.redhat.com/archives/nspluginwrapper-devel-list/2011-April/msg00006.html Prodded by: Benjamin Kaduk (kaduk at MIT dot EDU), arundel Notes: svn path=/head/; revision=273224
* Add a temporary workaround for long standing and very annoying "right-clickJung-uk Kim2011-03-312-1/+56
| | | | | | | | | hang" problem of Adobe Flash plugin 10.1 and above. For now, we completely ignore ButtonPress event from Button3 and always return false as Adobe Flash 10.0 plugin does. Opera and Chromium seem to do something similar. Notes: svn path=/head/; revision=272059
* Fix a race condition on NPP_Destroy. With this patch, Adobe Flash pluginJung-uk Kim2011-03-293-4/+213
| | | | | | | | | | | is quite bearable now. For more detailed info, please see the Red Hat PR: https://bugzilla.redhat.com/show_bug.cgi?id=680279 Obtained from: Fedora Project Notes: svn path=/head/; revision=271984
* Update linux-f10-pango to 1.28.3 (+ bump portrevision of dependend ports).Alexander Leidinger2011-02-251-1/+1
| | | | | | | | | | | This fixes a security warning from portaudit. Security: CVE-2009-1194 VuXML: 4b172278-3f46-11de-becb-001cc0377035 Thanks to: Luchesar V. ILIEV <luchesar.iliev@gmail.com> (F10+rpmbuild info) Notes: svn path=/head/; revision=269666
* - Work around a plugin crash from npw_plugin_instance_is_valid().Jung-uk Kim2010-11-254-6/+26
| | | | | | | | | - Reduce RPC timeout from 30 to 10 seconds. Obtained from: Fedora Project Notes: svn path=/head/; revision=265117
* - Add a trivial fix for NPAPI PrivateMode. It should fix annoying warningsJung-uk Kim2010-08-235-22/+60
| | | | | | | | | | | | | | | such as this: *** NSPlugin Viewer *** WARNING: unhandled variable 18 (<unknown variable>) in NPN_GetValue() See the following URL for more information: https://wiki.mozilla.org/Plugins:PrivateMode - Replace a trivial shell script with our own version. Notes: svn path=/head/; revision=259869
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-2/+2
| | | | Notes: svn path=/head/; revision=252125
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Add a patch to fix array of NPIdentifier to sync with Linux distros[1].Jung-uk Kim2010-03-053-18/+192
| | | | | | | | | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=511897 - Re-roll Linux/i386 binaries in tar format to remove extract dependency of rpm2cpio. I do not expect an official RPM package from upstream any way. Note I forced Linux/i386 npviewer.bin to be linked with libstdc++.so now. This seems to prevents dlopen(3) failures of some plugins. - Add a configure option to strip FreeBSD binaries while I am here. Obtained from: Fedora Project[1] Feature safe: yes Notes: svn path=/head/; revision=250605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Add local distfile mirror. The master site is currently unreachable.Jung-uk Kim2010-01-261-0/+1
| | | | Notes: svn path=/head/; revision=248621
* Add forgotten LATEST_LINK.Jung-uk Kim2009-12-081-0/+2
| | | | Notes: svn path=/head/; revision=245423
* A compatibility plugin for Mozilla NPAPI (development version).Jung-uk Kim2009-12-074-34/+36
| | | | | | | | | | | | | Note: The Linux/i386 RPM was built by me on Fedora 10 via VirtualBox because the author did not provide them. For more information about the development branch, please read: http://gwenole.beauchesne.info/en/blog/2009/01/02/nspluginwrapper_1.3.0 PR: ports/141179 Notes: svn path=/head/; revision=245345
* Limit the stack size for plugins. Linux glibc threading behavesBoris Samorodov2009-08-062-1/+10
| | | | | | | | | | | | | slightly differently with a smaller stack size and the Flash plugins rely on this behaviour. Suggested by: dchagin Patch by: nox Discussed at: freebsd-emulation Reminded by: Tijl Coosemans <tijl@ulyssis.org> Notes: svn path=/head/; revision=239033
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Welcome to the new linux ports infrastructure which allows usingBoris Samorodov2009-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | both current (fc4) and future linux (f8) distributions at one ports tree. The patch contains full changes to ports/Mk files and all ports involved. But only infrastructure is changed. The resulting packages are the same as before. Hence no need to bump PORTREVISIONs. The idea was taken from bsd.gnome.mk and others. More than 130 ports are switched to follow a new linux infrastructure introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new bsd.linux-apps.mk. Thanks for all who was involved and helped me with this work. And help from Alexander Leidinger was incredible. Other changes are coming. Stay tuned! PR: ports/132510 Submitted by: bsam (me) Exp-run by: portmgr (pav) Notes: svn path=/head/; revision=230420
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-2/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* - Fix path to npwrapper.so on amd64Beech Rintoul2009-01-092-2/+12
| | | | | | | | | | | - Bump portrevision PR: ports/130317 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: David Grochowski <malus.x@gmail.com> (maintainer) Notes: svn path=/head/; revision=225540
* - Update to version 1.2.2.Beech Rintoul2009-01-084-38/+24
| | | | | | | | | | | - Remove configure patching since it is now unnecessary. - Switch to USE_XORG and remove USE_XLIB and friends. PR: ports/130144 Submitted by: Dave Grochowski <malus.x@gmail.com> (maintainer) Notes: svn path=/head/; revision=225520
* - Update to 1.0.0Pietro Cerutti2008-07-042-8/+7
| | | | | | | | PR: 125252 Submitted by: Dave Grochowski <malus.x@gmail.com> (maintainer) Notes: svn path=/head/; revision=216293
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-4/+4
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Remove support for XFree8-4.Florent Thoumie2008-03-071-4/+0
| | | | | | | | | | | From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore. PR: ports/119418 Submitted by: flz Approved by: portmgr (pav) Notes: svn path=/head/; revision=208626
* - Update to 0.9.91.5Pav Lucistnik2007-09-012-8/+7
| | | | | | | | PR: ports/115992 Submitted by: Dave Grochowski <malus.x@gmail.com> (maintainer) Notes: svn path=/head/; revision=198620
* - This port requires linux-gtk2 instead of the native oneRong-En Fan2007-06-061-3/+15
| | | | | | | | | | | | | | | | - This port needs both native and linux version of libX11. Since there is no good way to specify the native one, repeat the logic in bsd.port.mk here. Reported by: Henrik Brix Andersen, TooMany Secrets <toomany at toomany.net> - Respect X11BASE in configure script PR: ports/112274 Approved by: Dave Grochowski (maintainer) Notes: svn path=/head/; revision=192866
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 0.9.91.4Rong-En Fan2007-04-063-43/+8
| | | | | | | | | PR: ports/111291 Submitted by: rafan Approved by: Dave Grochowski <malus.x at gmail.com> (maintainer) Notes: svn path=/head/; revision=189331
* Add nspluginwrapper 0.9.91.3, a compatibility plugin for Netscape 4Rong-En Fan2007-04-049-0/+201
(NPAPI) plugins. PR: ports/111166 Submitted by: Dave Grochowski Notes: svn path=/head/; revision=189216