Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
26 May 2022 07:19:29 1.4.4_7
|
Daniel Engberg (diizzy)  |
www/nspluginwrapper: Deprecate and set expiration date to 2022-06-30
Abandonware, last release in 2011 and upstream is dead. NPAPI plugins
are now obsolete and port depends on deprecated library GTK 2
PR: 263911
Approved by: jkim (maintainer timeout, 2+ weeks) |
29 Aug 2021 18:49:12 1.4.4_7
|
Bernhard Froehlich (decke)  |
www/nspluginwrapper: Add CPE information
Approved by: portmgr (blanket) |
06 Apr 2021 14:31:07 1.4.4_7
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
07 Nov 2019 17:20:59
1.4.4_7
|
zeising  |
Add USES=xorg USES=gl, ports categories w
Add USES=xorg and USES=gl to ports in categories starting with 'w'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
14 Aug 2019 12:25:09
1.4.4_7
|
mat  |
Convert to UCL & cleanup pkg-message (categories w) |
16 Feb 2017 19:05:49
1.4.4_7
|
jkim  |
Do not look for symlinks. We may find duplicate plugins.
MFH: 2017Q1 |
16 Feb 2017 18:46:10
1.4.4_6
|
jkim  |
Catch up with r428854 to fix automatic plugin discovery of Flash Player.
MFH: 2017Q1 |
05 Sep 2016 19:23:42
1.4.4_5
|
tijl  |
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework. (Only the first 15 lines of the commit message are shown above ) |
28 May 2016 14:55:44
1.4.4_5
|
amdmi3  |
- Remove unused PLIST_SUBs
- While here, fix license and add LICENSE_FILE
Approved by: portmgr blanket |
01 Apr 2016 14:33:58
1.4.4_5
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
14 Jan 2016 23:11:31
1.4.4_5
|
bapt  |
Fix build and run on recent head with working unicode collation
The right way to upper or lower characters with tr(1) is to use the dedicated
classes instead if listing the characters like [A-Z] because the order is
on the locale
Reported by: kan |
24 Sep 2015 23:38:46
1.4.4_4
|
bapt  |
Remove useless @dirrm |
22 Sep 2014 10:40:01
1.4.4_4
|
xmj  |
Update CentOS base to 6.5, add userland ports
The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.
This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.
If you want to switch to linux-c6 ports, please define at /etc/make.conf:
OVERRIDE_LINUX_BASE_PORT=c6
OVERRIDE_LINUX_NONBASE_PORTS=c6
(Only the first 15 lines of the commit message are shown above ) |
10 Feb 2014 20:59:12
1.4.4_3
|
jkim  |
- Catch up with glib20 changes. [1]
- Add couple of upstream patches for nspluginplayer.
PR: ports/186115 [1] |
07 Jan 2014 22:19:09
1.4.4_2
|
jkim  |
Convert LIB_DEPENDS to new format. |
14 Nov 2013 21:20:36
1.4.4_2
|
jkim  |
- Update plugin directories to automatically pick up.
- Support staging and tidy up plist.
- Remove article from comment and add LICENSE. |
20 Sep 2013 23:36:54
1.4.4_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
30 Aug 2013 23:47:19
1.4.4_1
|
bapt  |
Eradicate USE_GNOME=pkgconfig from www
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake |
19 Jul 2013 19:23:23
1.4.4_1
|
jkim  |
Add an upstream patch to fix build with GCC 4.6 (and possibly others).
https://github.com/davidben/nspluginwrapper/commit/928c322
Prodded by: avg |
11 Jul 2013 16:26:27
1.4.4_1
|
sunpoet  |
- Update to 7.31.0
- 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 |
08 Mar 2013 10:51:36
1.4.4
|
kwm  |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
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 |
06 Jul 2011 15:35:08
1.4.4
|
jkim  |
- Update to 1.4.4.
- Chase official URL change. |
15 Jun 2011 04:43:14
1.4.2
|
jkim  |
Update to 1.4.2. |
23 May 2011 22:50:19
1.4.0
|
jkim  |
- Update nspluginwrapper to 1.4.0 and assume maintainership. [1]
- Deprecate nspluginwrapper-devel, which is now older than nspluginwrapper.
Approved by: Dave Grochowski (malus.x@gmail.com) [1] |
19 Mar 2011 12:38:54
1.2.2_8
|
miwi  |
- Get Rid MD5 support |
25 Feb 2011 08:52:30
1.2.2_8
|
netchild  |
Update linux-f10-pango to 1.28.3 (+ bump portrevision of dependend ports).
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) |
18 Jun 2010 09:19:51
1.2.2_7
|
ehaupt  |
Update WWW
PR: private mail
Approved by: malus.x@gmail.com (maintainer timeout; > 14d) |
03 Apr 2010 10:44:36
1.2.2_7
|
roam  |
Chase the ftp/curl shlib version bump. |
28 Mar 2010 06:47:48
1.2.2_6
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
1.2.2_5
|
dinoex  |
- update to jpeg-8 |
26 Jan 2010 15:36:30
1.2.2_4
|
ehaupt  |
Update MASTER_SITE, current server is unavailable
PR: 142754
Approved by: maintainer timeout (malus.x@gmail.com) |
07 Dec 2009 18:02:19
1.2.2_4
|
jkim  |
A compatibility plugin for Mozilla NPAPI (development version).
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 |
06 Aug 2009 15:59:17
1.2.2_4
|
bsam  |
Limit the stack size for plugins. Linux glibc threading behaves
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> |
31 Jul 2009 13:57:52
1.2.2_3
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
19 Mar 2009 17:28:51
1.2.2_2
|
bsam  |
Welcome to the new linux ports infrastructure which allows using
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) |
23 Jan 2009 15:43:14
1.2.2_2
|
roam  |
Bump the version of the curl shared library after the ftp/curl update
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. |
09 Jan 2009 08:31:01
1.2.2_1
|
beech  |
- Fix path to npwrapper.so on amd64
- Bump portrevision
PR: ports/130317
Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
Approved by: David Grochowski <malus.x@gmail.com> (maintainer) |
08 Jan 2009 19:19:24
1.2.2
|
beech  |
- Update to version 1.2.2.
- 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) |
04 Jul 2008 09:37:02
1.0.0
|
gahr  |
- Update to 1.0.0
PR: 125252
Submitted by: Dave Grochowski <malus.x@gmail.com> (maintainer) |
06 Jun 2008 14:07:24
0.9.91.5_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
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) |
19 Apr 2008 17:56:05
0.9.91.5 
|
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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) |
07 Mar 2008 21:47:50
0.9.91.5
|
flz  |
Remove support for XFree8-4.
From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore.
PR: ports/119418
Submitted by: flz
Approved by: portmgr (pav) |
01 Sep 2007 23:15:12
0.9.91.5
|
pav  |
- Update to 0.9.91.5
PR: ports/115992
Submitted by: Dave Grochowski <malus.x@gmail.com> (maintainer) |
06 Jun 2007 02:04:00
0.9.91.4_2
|
rafan  |
- This port requires linux-gtk2 instead of the native one
- 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) |
19 May 2007 20:32:57
0.9.91.4_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
06 Apr 2007 05:00:45
0.9.91.4
|
rafan  |
- Update to 0.9.91.4
PR: ports/111291
Submitted by: rafan
Approved by: Dave Grochowski <malus.x at gmail.com> (maintainer) |
04 Apr 2007 17:05:46
0.9.91.3
|
rafan  |
Add nspluginwrapper 0.9.91.3, a compatibility plugin for Netscape 4
(NPAPI) plugins.
PR: ports/111166
Submitted by: Dave Grochowski |