- Bump PORTREVISION
- Schedule for expiration on 2007-11-16
USE_X_PREFIX is not neccesary (these are script-only ports) and it is
removed to reduce build times on clusters.
Ports depending on tkstep80 are very old (~1999), not developed and
unmaintained.
ppminfo shows details of an ppm-file on the console. It seems this is
the only utility missing from netpbm.
WWW: http://www.vanheusden.com/ppminfo/
Author: Folkert van Heusden <folkert@vanheusden.com>
FotoFix is a simple image viewer with simple capabilities to take care
of freshly downloaded photos from your camera - can walk image lists,
rotate images, and remove red eyes (if lucky). It was inspired by
IrfanView for Windows, a great but unfortunately non-portable and
closed-source product.
WWW: http://www.prima.eu.org/fotofix/
Author: Dmitry Karasik <dmitry@karasik.eu.org>
own clean-up routine (jas_cleanup). The call would be of limited
use anyway, as freeing memory at exit is useful only for tracking
down memory leaks. Removing the atexit call eliminates crashes in
ImageMagick and GraphicsMagick, when they are compiled with modules
support -- when a library is dlclosed, calling its cleanup routine is
certain death...
When compiling with gcc, declare the routine with ``__attribute__
(destructor)'' as per kan's otherwise obnoxious and inflammatory
e-mails. This will make sure, the routine is invoked, when libjasper
is dlclosed(). The only known apps that do that are ImageMagick and
GraphicsMagick (when built with modules support). They both call
the routine explicitly anyway...
While here enable parallel build of jasper itself, and eliminate the
most threatening warnings.
Bump PORTREVISION.
QT_COMPONENTS can now be depended on at runtime or buildtime only by
specifiying them as <component>_build or <component>_run, respectively.
Specifying <component> without any suffix will depend on the component
at both build- and runtime just like before.
- Convert Qt core ports to use the new dependency switches.
- Add a patch to corelib to fix Qt4 on ARM, submitted by:
Björn König <bkoenig@alpha-tierchen.de>
modification application. Based on the Qt libraries, Album Shaper is a
cross-platform solution for maintaining your collection of digital images
from various sources.
WWW: http://albumshaper.sf.net
PR: ports/113880
Submitted by: Yinghong.Liu <relaxbsd at gmail.com>