we can compute it first, and only start pkg_create if it didn't error
out.
This gets rid of the very verbose and confusing error messages
pkg_create meets when the ports tree cannot solve some dependencies.
feature extraction method. It reads images in pbm (bitmap), pgm
(greyscale) or ppm (color) formats and produces text in byte (8-bit) or
UTF-8 formats.
based on a submission from William Yodlowsky <bsd at openbsd.rutgers.edu>
ok ajacoutot@
Do port-lib-depends-check in two steps: first generate a list of
binary: lib1,lib2,lib3
in WRKINST/.saved_libs
then run check-lib-depends on it.
Speeds up tweaks to WANTLIB quite a lot, as we do not rescan every
binary all the time...
koffice). works about as well as mdbtools, which is not that great.
package has been tweaked to use the mdbtools port instead of its own
somewhat outdated version...
- no longer any needed to put haslib and needlib together, since we
create it independently.
- replace the tests for opt_f by a distinct Recorder object, that either
keeps all binary names, or just some (bonus: this should allow us to
store the information the other way around).
- remove extra $db parameter which no longer servers any purpose.
Comment a few data structure.
for Squid. It can be used to limit the web access for some users, block
access to URLs, redirect trafic, etc.
from Claudio Correa <correa@pucpcaldas.br>, thanks.
modular session management system across HTTP requests. Persistency is a
key feature for such applications as shopping carts,
login/authentication routines, and application that need to carry data
across HTTP requests. CGI::Session does that and many more.
from Jason Crawford <jasonrcrawford@gmail.com>
rendercheck is a set of simple tests of the X Render extension. It is
designed for authors of Render implementations in X servers
Tests currently include:
* destination coordinates correctness
* source coordinates correctness
* transformed (FilterNearest) source coordinates correctness
* composite with and without mask (with/without component alpha), with
1x1 repeating Pictures and 10x10 Pictures.
* linear gradients
* repeating sources/masks at POT and non-POT sizes
* some regression tests for bugs from freedesktop.org bugzilla
ok aanriot@