Commit graph

8 commits

Author SHA1 Message Date
Pav Lucistnik
6f8a3dbfb1 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 10:03:51 +00:00
Beech Rintoul
a4af37e2df - Fix build with gcc-4.2
Approved by:	Shaun Amott <shaun@FreeBSD.org> (maintainer),
		sat (mentor, implicit
2007-10-07 02:37:49 +00:00
Mark Linimon
62fc7e50af Mark broken on gcc4.2. 2007-09-30 09:29:45 +00:00
Pav Lucistnik
47649f7033 - WWWDIR is now defined in bsd.ports.mk
PR:		ports/105529
Submitted by:	laszlof
2007-03-24 14:04:36 +00:00
Shaun Amott
43819c31ae Fix dodgy patch - send correct Content-Length: header.
PR:		ports/99075
Submitted by:	Nikolai Saoukh <nms+freebsd@otdel-1.org>
Approved by:	shaun (me), ahze (mentor)
2006-06-20 12:54:52 +00:00
Shaun Amott
5361678373 Switch to my @FreeBSD.org address.
Approved by:	ahze (mentor)
2006-06-19 20:06:59 +00:00
Pav Lucistnik
9a96a7cae9 - Update to 1.1
- Fix build on FreeBSD 4.X

PR:		ports/97935
Submitted by:	Shaun Amott <shaun@inerd.com> (maintainer)
2006-05-26 17:38:15 +00:00
Renato Botelho
29ce428a7c Quickie is a small footprint, fast C++ Wiki engine; hence the name.
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>
2006-05-17 13:48:19 +00:00