aboutsummaryrefslogtreecommitdiff
path: root/www/nspluginwrapper
Commit message (Collapse)AuthorAgeFilesLines
* - Catch up with glib20 changes. [1]Jung-uk Kim2014-02-102-4/+40
| | | | | | | | | - Add couple of upstream patches for nspluginplayer. PR: ports/186115 [1] Notes: svn path=/head/; revision=343683
* Convert LIB_DEPENDS to new format.Jung-uk Kim2014-01-071-1/+1
| | | | Notes: svn path=/head/; revision=339041
* - Update plugin directories to automatically pick up.Jung-uk Kim2013-11-143-23/+22
| | | | | | | | - Support staging and tidy up plist. - Remove article from comment and add LICENSE. Notes: svn path=/head/; revision=333796
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* Eradicate USE_GNOME=pkgconfig from wwwBaptiste Daroussin2013-08-301-6/+3
| | | | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=325737
* Add an upstream patch to fix build with GCC 4.6 (and possibly others).Jung-uk Kim2013-07-191-2/+13
| | | | | | | | | https://github.com/davidben/nspluginwrapper/commit/928c322 Prodded by: avg Notes: svn path=/head/; revision=323326
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* - Update to 1.4.4.Jung-uk Kim2011-07-063-7/+7
| | | | | | | - Chase official URL change. Notes: svn path=/head/; revision=277179
* Update to 1.4.2.Jung-uk Kim2011-06-152-8/+7
| | | | Notes: svn path=/head/; revision=275608
* - Update nspluginwrapper to 1.4.0 and assume maintainership. [1]Jung-uk Kim2011-05-239-68/+71
| | | | | | | | | - Deprecate nspluginwrapper-devel, which is now older than nspluginwrapper. Approved by: Dave Grochowski (malus.x@gmail.com) [1] Notes: svn path=/head/; revision=274542
* - Get Rid MD5 supportMartin Wilke2011-03-191-2/+0
| | | | Notes: svn path=/head/; revision=271305
* 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
* Update WWWEmanuel Haupt2010-06-181-1/+1
| | | | | | | | PR: private mail Approved by: malus.x@gmail.com (maintainer timeout; > 14d) Notes: svn path=/head/; revision=256654
* 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
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Update MASTER_SITE, current server is unavailableEmanuel Haupt2010-01-261-1/+1
| | | | | | | | PR: 142754 Approved by: maintainer timeout (malus.x@gmail.com) Notes: svn path=/head/; revision=248618
* A compatibility plugin for Mozilla NPAPI (development version).Jung-uk Kim2009-12-071-0/+2
| | | | | | | | | | | | | 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