- Fix PKGNAME to use variable modifiers.
- Depend on python, which is required to create a script.
- Disable gtk-doc detection (not required).
- Install documentation in share/doc/html, instead of share/gtk-doc/html.
* Shows more mime types, including word, excel and pdf documents.
* Updated pluggerrc to include applications for more platforms.
* Now has the ability to use X applications *without* $window
* New configuration keywords: swallow, fill, maxaspect, nokill
* Moved some plugger functionality into an external program for more
reliable operation.
* Made the buffering code better
PR#19006: use the pkgsrc libjpeg instead of a local copy, and patch a bug in
the serial device file descriptor handling.
Also up the emulated "CPU idle" delay from 10ms to 100ms. For some reason the
former saturates the CPU (on a Celeron 700 system), but with the latter the
program idles at near 0%. This patch is probably not required for native
threads. Mileage may vary...
no dependencies the speedup is about 2x for ones like gnome with
lots of dependencies, the speedup is aroud 400x. The speedup is
obtained by generating the dependency list in a more efficient way that
only takes 1 make call per dependency instead of potentially many many
make calls.
CHECK_SHLIBS=NO
SHLIB_HANDLING=NO
as suggested by wiz in an attempt to fix problems seen in
the recent bulk-builds.
(Note: I can't reproduce the problem and IIRC previous bulk-
builds did not have them, either, so these fixes are very
speculative.)
can be used anytime one needs to extract the complete dependency information
for a package for example, when creating a README.html file for the pkg.
The approach used by mkdatabase requires exactly one make call per package
which makes it scale well to packages with large dependency trees that have
many paths to the leaves.
(and fix the PLIST... it seems docs were not installed before)
Do not depend on gtk-doc, as the package comes with prebuilt docs.
Bump PKGREVISION to 2.