Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2001 01:37:28 -0700 (PDT)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www Makefile ports/www/neowebscript Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/www/neowebscript/files Makefile.bsd Makefile.lib neowebscript.conf patch-common patch-db patch-docs patch-gd ...
Message-ID:  <200110280837.f9S8bSP13939@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mi          2001/10/28 01:37:28 PDT

  Modified files:
    www                  Makefile 
  Added files:
    www/neowebscript     Makefile distinfo pkg-comment pkg-descr 
                         pkg-message pkg-plist 
    www/neowebscript/files Makefile.bsd Makefile.lib 
                           neowebscript.conf patch-common patch-db 
                           patch-docs patch-gd patch-init 
                           patch-neoscript 
  Log:
  NeoWebScript[tm] is a module for the Apache webserver that allows you to
  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.
  
  Revision  Changes    Path
  1.415     +1 -0      ports/www/Makefile
  1.1       +51 -0     ports/www/neowebscript/Makefile (new)
  1.1       +1 -0      ports/www/neowebscript/distinfo (new)
  1.1       +18 -0     ports/www/neowebscript/files/Makefile.bsd (new)
  1.1       +35 -0     ports/www/neowebscript/files/Makefile.lib (new)
  1.1       +45 -0     ports/www/neowebscript/files/neowebscript.conf (new)
  1.1       +19 -0     ports/www/neowebscript/files/patch-common (new)
  1.1       +29 -0     ports/www/neowebscript/files/patch-db (new)
  1.1       +9 -0      ports/www/neowebscript/files/patch-docs (new)
  1.1       +12 -0     ports/www/neowebscript/files/patch-gd (new)
  1.1       +62 -0     ports/www/neowebscript/files/patch-init (new)
  1.1       +54 -0     ports/www/neowebscript/files/patch-neoscript (new)
  1.1       +1 -0      ports/www/neowebscript/pkg-comment (new)
  1.1       +16 -0     ports/www/neowebscript/pkg-descr (new)
  1.1       +8 -0      ports/www/neowebscript/pkg-message (new)
  1.1       +853 -0    ports/www/neowebscript/pkg-plist (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110280837.f9S8bSP13939>