Commit graph

18 commits

Author SHA1 Message Date
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Clement Laforet
af1ffdc6f0 - Define APACHE_COMPAT
It fixed INDEX build with next exp-build patchset and prepare a smooth
  migration to bsd.apache.mk
  It's a no-op for now.

Approved by:	portmgr (self)
2005-09-19 11:52:14 +00:00
Mikhail Teterin
0378d67ab4 Be sure to remove the top-level share/doc/neowebscript itself upon
deinstall.

Noticed by:	pointyhat
Reported by:	kris
2005-01-18 17:25:34 +00:00
Mikhail Teterin
5fc2d96054 Default to Tcl-8.4, as neotcl and tclX do now.
Prompted by:	kris
2004-04-16 20:08:19 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Trevor Johnson
7e223b8511 Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by:	Oliver Eikemeier
2003-11-20 15:06:14 +00:00
Trevor Johnson
318a536982 Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
2003-11-20 13:51:47 +00:00
Trevor Johnson
f725dc8ef5 Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. 2003-11-13 12:54:57 +00:00
Joe Marcus Clarke
f4d7c801f8 Use the new Apache bits from bsd.port.mk.
Submitted by:	dinoex
2003-11-07 09:12:58 +00:00
Mikhail Teterin
ed9fa5e715 Unbreak by explicitly defining the DEFAULT_XFERLOG. Apparently, the
newer Apache versions don't define it.
2003-06-03 16:48:42 +00:00
Kris Kennaway
fab932ce7f BROKEN: Does not compile 2003-05-06 21:37:26 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Ruslan Ermilov
7368395c63 Catch up to the new bsd.lib.mk API (the library is not internal). 2002-07-21 20:37:43 +00:00
Mikhail Teterin
63ce9ae66c Comment out delegation of .shtml to NeoWebScript's handler. Not really
worth the PORTREVISION bump...
2002-04-05 03:45:40 +00:00
Mikhail Teterin
c0ab352737 Add a new access control mechanism, which would allow access-control
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/)
2002-01-09 21:57:30 +00:00
Mikhail Teterin
d935c542a9 Fix a typo in comment. 2002-01-03 16:40:01 +00:00
Mikhail Teterin
b1614c733f Misspelled symbol name for one of the installed modules. The module
is disabled by default...
2001-10-30 14:45:52 +00:00
Mikhail Teterin
40df453521 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.
2001-10-28 08:37:27 +00:00