installed libraries are now named libitcl.so.3 & libitk.so.3 instead
of having the version be part of the libname (libitcl33.so.1). The
itclConfig.sh and itkConfig.sh are now also installed, which is required
by some software (such as the insight -- a gdb frontend).
Fix-up the (unchanged) iwidgets port to reflect the above and improve it
to not require its own copy of the itcl tree at install time.
Approved by: maintainer
Fix-up the tkdesk port to reflect the itcl/itk changes, which required
updating it to the 2.0p2 (from 2.0). (This lovely piece of software
badly needs a caring maintainer, BTW.) While here, teach tkdesk to use
installed blt instead of building its own.
The only iwidget/itk/itcl consumer that remains broken is net/smm++ (a
MUD client). This should change as soon as the maintainer get back to
me.
consumers. It is being developed to have a rich and usable graphical
interface and support a variety of open media formats like Ogg Vorbis,
Theora etc.
Adopted by: Shaun Amott <shaun (at) inerd.com>
gdm user may not exist on the system yet. Instead, let the pkg-install
script do this after verifying the gdm user and group exists.
Reported by: pointyhat via kris
The fundamental insight for this engine is that wiki pages are read far
more often than they are modified. Thus, the generated HTML can be
cached. It follows that the main code path will check that the .html
file exists and simply copy it to stdout in the vast majority of cases.
The .html file generated from each .wiki file is about the same size as
the .wiki file itself, so there will be no particular I/O advantage,
but there is a huge CPU advantage, and a significant memory footprint
advantage, and since I want to run a wiki on a geriatric 20MB 33MHz 386
machine, this is a good thing.
Online demo: http://quickie.sourceforge.net/cgi-bin/quickie
WWW: http://quickie.sourceforge.net/
PR: ports/97376
Submitted by: Shaun Amott <shaun@inerd.com>
weather looks like outside, in ASCII art. It includes rain, snow,
lightning, sleet, and hail. The windspeed and cloudiness are reflected
in the velocity and quantity of clouds. There are trees that age,
reproduce and die over the course of an hour, and a sun and moon that
follow the actual sun and moonrise. There's also a dancing turtle.
Author: Kirk Baucom <kbaucom@schizoid.com>
WWW: http://www.robobunny.com/projects/weatherspect/html/
PR: ports/97371
Submitted by: Simon Olofsson <simon@olofsson.de>