the official no_ticket.patch with an extended one ifdef'ing more options.
Replace the src/client.c patch with the official execargs.patch.
Bump PORTREVISION.
<ChangeLog>
Changes with nginx 0.8.27
*) Bugfix: regular expressions did work in nginx/Windows; the bug had
appeared in 0.8.25.
Changes with nginx 0.8.26
*) Bugfix: in captures usage in "rewrite" directive; the bug had
appeared in 0.8.25.
*) Bugfix: nginx could not be built without the --with-debug option;
the bug had appeared in 0.8.25.
Changes with nginx 0.8.25
*) Change: now no message is written in an error log if a variable is
not found by $r->variable() method.
*) Feature: the ngx_http_degradation_module.
*) Feature: regular expression named captures.
*) Feature: now URI part is not required a "proxy_pass" directive if
variables are used.
*) Feature: now the "msie_padding" directive works for Chrome too.
*) Bugfix: a segmentation fault occurred in a worker process on low
memory condition; the bug had appeared in 0.8.18.
*) Bugfix: nginx sent gzipped responses to clients those do not support
gzip, if "gzip_static on" and "gzip_vary off"; the bug had appeared
in 0.8.16.
</ChangeLog>
<ChangeLog>
*) Security: now SSL/TLS renegotiation is disabled.
Thanks to Maxim Dounin.
*) Bugfix: nginx sent gzipped responses to clients those do not support
gzip, if "gzip_static on" and "gzip_vary off"; the bug had appeared
in 0.7.63.
*) Bugfix: if names .domain.tld, .sub.domain.tld, and .domain-some.tld
were defined, then the name .sub.domain.tld was matched by
.domain.tld.
*) Bugfix: segmentation fault and infinite looping in resolver.
*) Bugfix: in resolver.
Thanks to Artem Bokhan.
*) Bugfix: resolver cache poisoning.
Thanks to Matthew Dempsky.
*) Bugfix: memory leak in resolver.
Thanks to Matthew Dempsky.
</ChangeLog>
schema-free, document-oriented database. A common name in the
"NOSQL" community.
WWW: http://www.mongodb.org/
PR: ports/140257 [1]
ports/140144 [2]
ports/140489 [2]
Submitted by: Ivan Voras <ivoras@FreeBSD.org> [1]
Mirko Zinn <mail@derzinn.de> [2]
2009-11-03 mail/postfix-gps-devel: Older than main port, no sign of maintainer activity beyond port creation 4+ years ago
2009-10-12 graphics/php4-ffmpeg: development continues only for php5
2009-10-31 net-p2p/nicotine: development stalled years ago, use net-p2p/nicotine-plus instead
2009-11-07 sysutils/rsyslog: Use sysutils/rsyslog3 or sysutils/rsyslog4 instead
2009-11-07 sysutils/rsyslog-gssapi: Use sysutils/rsyslog3 or sysutils/rsyslog4 instead
2009-11-07 sysutils/rsyslog-mysql: Use sysutils/rsyslog3 or sysutils/rsyslog4 instead
2009-11-07 sysutils/rsyslog-pgsql: Use sysutils/rsyslog3 or sysutils/rsyslog4 instead
2009-11-17 misc/kde4-l10n-ta: unfetchable and unmaintained upstream
2009-11-17 misc/kde4-l10n-eo: unfetchable and unmaintained upstream
schema-free, document-oriented database. A common name in the
"NOSQL" community.
WWW: http://www.mongodb.org/
PR: ports/140144 [1]
ports/140257 [2]
ports/140489 [1]
Submitted by: Mirko Zinn <mail@derzinn.de> [1]
Ivan Voras <ivoras@FreeBSD.org> [2]
Remove support for the Java frontend and library where users are better
served using GCC 4.4 or later. This makes this port a whole lot cheaper
and also allows us to remove the (somewhat bogus) check for lang/gcc295
as well as WANT_GNOME.
No longer download Objective-C related files which we don't actually use.
served using GCC 4.4 or later. This makes this port a whole lot cheaper
and also allows us to remove the (somewhat bogus) check for lang/gcc295
as well as WANT_GNOME.
No longer download Objective-C related files which we don't actually use.
Set MAINTAINER unconditionally.
KLatexFormula is a Qt4 program to easily get an image from a LaTeX
formula. Just enter a formula, click "Evaluate", then you can
drag&drop or copy the resulting image to another location (an
OpenOffice document, for example) or save it as an image (many
formats are available).
WWW: http://klatexformula.sourceforge.net
formatting functions are tied to hash variables, so they can be used
inside strings as well as in ordinary expressions. The formatting
codes used are meant to be easy to remember, use, and read. They
follow a simple, consistent pattern. If I've done my job right, once
you learn the codes, you should never have to refer to the
documentation again.
A quick-reference page is included, just in case. ;-)
Time::Format can also format DateTime objects, and strings created
with Date::Manip.
Also provided is a tied-hash interface to POSIX::strftime and
Date::Manip::UnixDate.
If the I18N::Langinfo module is available, Time::Format provides
weekday and month names in a language appropriate for your locale.
A companion module, Time::Format_XS, is also available; if it is
installed, Time::Format will detect and use it, which will result in a
significant speed improvement.
WWW: http://search.cpan.org/dist/Time-Format/
PR: ports/140659
Submitted by: Sergey V. Dyatko <Sergey.Dyatko at gmail.com>