head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1;
locks; strict;
comment	@# @;


1.3
date	2001.03.29.21.32.14;	author mi;	state Exp;
branches;
next	1.2;

1.2
date	2001.02.07.22.36.12;	author mi;	state Exp;
branches;
next	1.1;

1.1
date	2000.07.20.11.55.54;	author nbm;	state Exp;
branches;
next	;


desc
@@


1.3
log
@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)
@
text
@--- bin/tclhttpd.rc	Mon Sep 25 18:47:35 2000
+++ bin/tclhttpd.rc	Thu Mar 29 15:19:59 2001
@@@@ -24,2 +24,4 @@@@
 foreach d [list \
+	[file join [Config home] \
+		../share/tclhttpd@@VER@@]] \
 	[file join [Config home] ../htdocs] \
@@@@ -51,3 +53,3 @@@@
 
-Config uid		50
+Config uid		65534	;#	BSD's nobody
 
@@@@ -60,3 +62,3 @@@@
 
-Config gid		50
+Config gid		65534	;#	BSD's nobody group
 
@


1.2
log
@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
@
text
@d1 8
a8 3
--- bin/tclhttpd.rc	Mon Apr 24 21:39:19 2000
+++ bin/tclhttpd.rc	Fri Apr 28 19:23:21 2000
@@@@ -36,3 +36,3 @@@@
d13 1
a13 1
@@@@ -45,3 +45,3 @@@@
@


1.1
log
@Add tclhttpd, a pure-Tcl implementation of a HTTP server.

PR:		ports/19870
Submitted by:	Mikhail Teterin <mi@@privatelabs.com>
@
text
@a2 4
@@@@ -24,2 +24,3 @@@@
 foreach d [list \
+	[file join [Config home] ../share/tclhttpd3.0.3] \
 	[file join [Config home] ../htdocs] \
@

