summaryrefslogtreecommitdiff
path: root/www/neowebscript/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kill deprecated ports: devel/tcl-neo and www/neowebscript.Matthias Andree2011-05-2212-939/+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 Teterin2010-01-221-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 primaryMikhail Teterin2010-01-196-26/+421
| | | | | | | | | | | 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
* - Use SF MacroPhilip M. Gollucci2009-05-312-8/+16
| | | | | | | | | | | | | | | | | - Convert to USE_APACHE, remove apache from _DEPENDS - Convert to USE_TCL - APACHE_COMPAT is deprecated - Use SUB_FILES for pkg-message, neowebscript.conf - Use %%var%% in pkg-plist - Honor NOPORTDOCS - Bump PORTREVISION PR: ports/134600 Approved by: maintainer timeout (2 weeks) Submitted by: me Notes: svn path=/head/; revision=234927
* Default to Tcl-8.4, as neotcl and tclX do now.Mikhail Teterin2004-04-161-1/+1
| | | | | | | Prompted by: kris Notes: svn path=/head/; revision=107266
* Unbreak by explicitly defining the DEFAULT_XFERLOG. Apparently, theMikhail Teterin2003-06-031-0/+2
| | | | | | | newer Apache versions don't define it. Notes: svn path=/head/; revision=82201
* Catch up to the new bsd.lib.mk API (the library is not internal).Ruslan Ermilov2002-07-211-5/+0
| | | | Notes: svn path=/head/; revision=63337
* Comment out delegation of .shtml to NeoWebScript's handler. Not reallyMikhail Teterin2002-04-051-2/+2
| | | | | | | worth the PORTREVISION bump... Notes: svn path=/head/; revision=57339
* Add a new access control mechanism, which would allow access-controlMikhail Teterin2002-01-091-0/+245
| | | | | | | | | | | | without user's input -- based, for example, on a cookie, remote ip, referrer, or some such. Bump up PORTREVISION. Submitted by: Mark Abrams (http://video-collage.com/) Notes: svn path=/head/; revision=52831
* Misspelled symbol name for one of the installed modules. The moduleMikhail Teterin2001-10-301-1/+1
| | | | | | | is disabled by default... Notes: svn path=/head/; revision=49387
* NeoWebScript[tm] is a module for the Apache webserver that allows you toMikhail Teterin2001-10-289-0/+283
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