Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Pixie is a RenderMan like photorealistic renderer. It is being
developed in the hope that it will be useful for graphics
research and for people who can not afford a commercial
renderer.
Some of supported features:
* All RenderMan 3.4 primitives
* Programmable shading (RenderMan Shading Language)
* High quality texture/shadow/environment mapping
* High dynamic range input/output
* Raytracing
* Motion blur
* Depth of field
* Reyes style rendering (very fast)
* Occlusion culling
* Area light sources
* Network parallel rendering
* DSO shaders
* Global illumination
* Photon mapping
PR: ports/62140
Submitted by: Igor Pokrovsky <tiamat@comset.net>