Commit Graph

11 Commits

Author SHA1 Message Date
Ying-Chieh Liao
f0b2949ac6 add missing man pages
PR:		27337
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-05-27 15:59:42 +00:00
Mikhail Teterin
5a54d0dc63 Upgrade to the version 3.3... 2001-05-02 20:35:43 +00:00
Mikhail Teterin
ff82afe0bd The previous commit by sobomax fixed the build, but quite terribly broke
the install.  My version  used the  special Makefile  only to  build the
binary lib. The installation was done by the software's Makefile.

sobomax declared  the custom  Makefile.lib to  be _the_  Makefile, which
caused  the library  to be  installed into  /usr/lib :-)  and completely
missed the .tcl scripts, etc.

I'm restoring the  old behaviour with the build problem  fixed (I hope).
This version  will also help  tclhttpd find  its docRoot on  startup. It
will  also install  tclhttpd.rc.default instead  of tclhttpd.rc.  If the
latter does not exist, the former gets copied to create it.

Submitted by: bento (and fenner's script)
2001-03-29 21:32:14 +00:00
Maxim Sobolev
c2c8537f30 Use LOCALBASE instead of PREFIX when specifying -L search path for linker. 2001-03-14 15:07:27 +00:00
Maxim Sobolev
b0b910d5b7 o Fix build by replacing custom do-build target with set of stock
MAKEFILE/MAKE_ENV/MAKE_ARGS variables.
o Slightly reorder variables to make Makefile more readable.

Submitted by:	bento
2001-03-14 09:35:20 +00:00
Mikhail Teterin
504175192c Provide the default setting for PREFIX... 2001-03-13 18:35:39 +00:00
Mikhail Teterin
cf390065f5 Bring to the latest version. Link all of the little external libraries
needed by the tclhttpd into one file. I submitted this back in December,
but nobody cared since. Now I can commit this myself :)

PR:		ports/23310
Submitted by:	mi
2001-02-07 22:36:13 +00:00
Jimmy Olgeni
d2f3fc0d14 Some spaces -> tabs for ports/www. 2001-02-05 15:33:58 +00:00
Kris Kennaway
f81b0711bc Remove stray directory on deinstall 2000-11-11 11:09:01 +00:00
Chris Piazza
bc4be35208 Fix a bug that's causes a TCL error in seriously wrong network
conditions.

PR:		20385
Submitted by:	maintainer
2000-08-13 02:12:50 +00:00
Neil Blakey-Milner
57dc407478 Add tclhttpd, a pure-Tcl implementation of a HTTP server.
PR:		ports/19870
Submitted by:	Mikhail Teterin <mi@privatelabs.com>
2000-07-20 11:55:59 +00:00