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>
applications with transparent object/method access from the client to the
server. Network communication is optionally encrypted using IO::Socket::SSL.
Several event loop managers are supported due to an extensible API. Currently
Event and Glib are implemented.
WWW: http://search.cpan.org/dist/Event::RPC/
PR: ports/97350
Submitted by: Vivek Khera <vivek@khera.org>
Improve install/deinstall scripts and make use of SUB_FILES
to avoid hardcoding paths.
Add support for FreeBSD 5.3 and later.
PR: ports/97331
Submitted by: Nick Barkas <snb@threerings.net> (maintainer)
Obtained from: Dmitry Frolov <frolov@riss-telecom.ru>
- simplify definition of the SQUIDHOSTNAMELEN constant (squid bug #1434)
- correct display of mime icons when visible_hostname contains only the plain
hostname without a domain (squid bug #1532)
- plug a memory leak in the HTCP client code (squid bug #1553)
- plug a memory leak in the ident processing code (squid bug #1557)
- Bump PORTREVISION
[1] http://www.squid-cache.org/Versions/v2/2.5/bugs/
PR: 97356
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
reflect the DVD recording support included since 2.01.01a09.
- Add btcflash, included since 2.01.01a05, to the list of cdrtools
package contents in pkg-descr.
- Correct a grammo in pkg-descr.
- Bump PORTREVISION, as these changes affect the contents of the
binary package.
Submitted by: Fabian Keil (modulo COMMENT part)
Approved by: netchild