summaryrefslogtreecommitdiff
path: root/www/neowebscript/files/patch-init (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kill deprecated ports: devel/tcl-neo and www/neowebscript.Matthias Andree2011-05-221-62/+0
| | | | | | | | | | These have been broken and deprecated for weeks, the maintainer has not responded, and there was no discussion in the PR or on ports@. PR: ports/155759 Notes: svn path=/head/; revision=274473
* NeoWebScript[tm] is a module for the Apache webserver that allows you toMikhail Teterin2001-10-281-0/+62
embed the Tcl/Tk programming language in your webpages as a scripting tool. It was invented by Karl Lehenbauer, NeoSoft's Chief Technical Officer, and documented, enhanced and extended by NeoSoft's programmers and technical writers. WWW: http://www.sourceforge.net/projects/nws/ The changes: . don't build the Apache, TclX, gd, db, neo-tcl bundled in the tarball, but use those that are installed by their ports . don't generate GIFs -- use PNGs . look in /var/log for Apache's log file . use /var/db/neowebscript for caches and per-user databases . expose some configuration knobs into the neowebscript.conf -- there should be no need to edit init.tcl itself anymore All of the bundled demos work, except for the gd-based banner generator. The demo code uses Gdtclft commands that don't exist in the modern Gdtclft. Notes: svn path=/head/; revision=49283