From owner-cvs-all Sun Oct 28 1:37:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B61437B405; Sun, 28 Oct 2001 01:37:28 -0700 (PDT) Received: (from mi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9S8bSP13939; Sun, 28 Oct 2001 01:37:28 -0700 (PDT) (envelope-from mi) Message-Id: <200110280837.f9S8bSP13939@freefall.freebsd.org> From: Mikhail Teterin Date: Sun, 28 Oct 2001 01:37:28 -0700 (PDT) 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 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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