freebsd-ports/www/tclhttpd/files/pkgIndex.tcl
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

6 lines
310 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 $dir/@LIB@]
package ifneeded setuid 1.0 [list load $dir/@LIB@]
package ifneeded limit 1.0 [list load $dir/@LIB@]
package ifneeded utime 1.0 [list load $dir/@LIB@]