1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/www/tclhttpd/files/pkgIndex.tcl
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

6 lines
315 B
Tcl

# Tiny helper binaries for thc TclHttp-daemon providing the
# functionality not available in the TCL itself:
package ifneeded crypt 1.0 [list load [file join $dir libcrypt.so]]
package ifneeded setuid 1.0 [list load [file join $dir libsetuid.so]]
package ifneeded limit 1.0 [list load [file join $dir liblimit.so]]