Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kill deprecated ports: devel/tcl-neo and www/neowebscript. | Matthias Andree | 2011-05-22 | 1 | -433/+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 | ||||
* | Fix a warning affecting i386. | Mikhail Teterin | 2010-01-22 | 1 | -4/+15 |
| | | | | | | | Notified by: erwin Notes: svn path=/head/; revision=248348 | ||||
* | Allow use of Tcl-8.5 in both tcl-neo and neowebscript (its the former's primary | Mikhail Teterin | 2010-01-19 | 1 | -15/+383 |
| | | | | | | | | | | | consumer). Clean up another ton of warnings (to the level of WARNS=3 in tcl-neo and WARNS=2 in neowebscript). Update the installation of neowebscript.conf so as to not overwrite the existing version, if any. Notes: svn path=/head/; revision=248131 | ||||
* | NeoWebScript[tm] is a module for the Apache webserver that allows you to | Mikhail Teterin | 2001-10-28 | 1 | -0/+54 |
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 |