Unix environments. This plugin uses KDE KParts technology to embed
file viewers (e.g., for PDF files) into non-KDE browsers. Tested
browsers include both Mozilla Firefox and Opera, and it is know to
work with Chrome and Arora.
With this plugin, you can, e.g., view PDF files in Firefox using
Okular as an embedded plugin. Any KDE KPart will be automatically made
available as a browser plugin.
WWW: http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin
APR_INLINE because FreeBSD default port settings not uses
bundled apr from apache tarball.
- force compiler to use gnu89 C standard.
- bump PORTREVISION
with hat apache@
PR: ports/168514
Submitted by: Dima Panov <fluffy@freebsd.org>
- While I'm here:
- Update MASTER_SITES and WWW
- Do not use 'cp -r' which is strongly discouraged
- Pet portlint
Changes: http://graphite.wikidot.com/
PR: ports/169334
Submitted by: Brad Davis <brd@FreeBSD.org>
Approved by: Dan Rowe <drowe@wayfair.com> (maintainer)
.htaccess directives handling (files web-access related).
Do not bump PORTREVISION because critical port update is coming
anyway (ports/169635).
PR: 165548
Submitted by: Rob la Lau <freebsd at ohreally dot nl>
Approved by: Piotr Rybicki <piotr.rybicki at innervision dot pl> (maintainer, another email)
<ChangeLog>
*) Change: the "single" parameter of the "keepalive" directive is now
ignored.
*) Change: SSL compression is now disabled when using all versions of
OpenSSL, including ones prior to 1.0.0.
*) Feature: the "proxy_pass", "fastcgi_pass", "scgi_pass", "uwsgi_pass"
directives, and the "server" directive inside the "upstream" block,
now support IPv6 addresses.
*) Feature: the "resolver" directive now support IPv6 addresses and an
optional port specification.
*) Feature: the "least_conn" directive inside the "upstream" block.
*) Feature: it is now possible to specify a weight for servers while
using the "ip_hash" directive.
*) Feature: it is now possible to use the "ip_hash" directive to balance
IPv6 clients.
*) Feature: the $status variable can now be used not only in the
"log_format" directive.
*) Bugfix: nginx could not be built with ngx_cpp_test_module; the bug
had appeared in 1.1.12.
*) Bugfix: access to variables from SSI and embedded perl module might
not work after reconfiguration.
Thanks to Yichun Zhang.
*) Bugfix: in the ngx_http_xslt_filter_module.
Thanks to Kuramoto Eiji.
*) Bugfix: memory leak if $geoip_org variable was used.
Thanks to Denis F. Latypoff.
*) Bugfix: in the "proxy_cookie_domain" and "proxy_cookie_path"
directives.
*) Bugfix: a segmentation fault might occur in a worker process on
shutdown if the "resolver" directive was used.
*) Bugfix: a segmentation fault might occur in a worker process if the
ngx_http_mp4_module was used.
*) Bugfix: in the ngx_http_mp4_module.
*) Bugfix: a segmentation fault might occur in a worker process if
conflicting wildcard server names were used.
*) Bugfix: nginx might be terminated abnormally on a SIGBUS signal on
ARM platform.
*) Bugfix: an alert "sendmsg() failed (9: Bad file number)" on HP-UX
while reconfiguration.
</ChangeLog>
o) cache_purge from 1.5 to 1.6;
o) slowfs_cache from 1.8 to 1.9;
o) upload_progress from 0.8.3 to 0.9.0. [*]
Remove needless extra patch.
PR: 169602 [*]