Based on an original submission from James Turner (james at bsdgroup dot
org), who prodded me to take maintainership, Thanks !
Not linked to the build yet.
ok jdixon@ laurent@ 'import it!' robert@ espie@
(james at bsdgroup dot org), thanks !
Webkit is an open source web rendering engine.
All our previous patches have been integrated upstream.
Mark it BROKEN on sparc64 until
https://bugs.webkit.org/show_bug.cgi?id=19775 is fixed.
Not linked to the build yet, a little bit of testing is still needed
with latest libc/libm change.
Thanks to all who already tested !
ok jdixon@ laurent@ 'import it' robert@ espie@
when we decide it's stable enough
not linked to the builds yet.
this version has the following fixes:
- fix SQLITE_VERSION, NSS_VERSION
- we've got our own library versioning, so remove versions and let
dlopen do the job
- fix the ssl psm bug. you can't just cast a char* to an int* and
access through it
- fix arm Makefiles, to catch the right invokes/stubs
- fix arm, endianness issue (armel abi)
- strict alignment fixes for sparc64
- update to accept standard dictionaries location, so that
textproc/mozilla-dicts works again
- fix to include the right dlfcn.h
- remove eula
- printing fix, which kurt@ has tracked down, and helped fixing
tested by many, kili@, ian@, sthen@, jdixon@, reyk@, others...
the way to handle update has been suggested by pval@
the package name has been discussed w/ kurt@ and naddy@
ok kurt@ and naddy@
Apache::Reload is a Perl module that allows for dynamically re-loading
Perl modules into a persistent mod_perl environment without restarting
the server.
Using the PageCache plugin, you can cache the full output of different
pages so they are served to your visitors as fast as possible. This
method of caching is very useful for withstanding huge amounts of
request in a short time.
This plugin requires that you also load a Cache plugin. Please
reference the documentation for this module when choosing a cache
backend.
submitted by Jim Razmus
feedback from merdely@ and okan@
ok okan@
- patch-setup_py trick not needed anymore, now that python-2.5 is
default, and all dependencies got plists updated to include eggs
- switch to eggs.tg.org, to get this stable release
ok wcmaier@