notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
tclhttpd Http-server implemented in TCL
3.5.1_4 www on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.5.1_4Version of this port present on the latest quarterly branch.
Maintainer: mi@aldan.algebra.com search for ports maintained by this maintainer
Port Added: 2000-07-20 08:55:59
Last Update: 2023-02-11 02:51:58
Commit Hash: a162c35
People watching this port, also watch:: python-doc-html, mscompress, pdflib
Also Listed In: tcl
License: not specified in port
WWW:
https://www.tcl.tk/software/tclhttpd/
Description:
This is a pure-Tcl implementation of an HTTP protocol server. It runs as a script on top of a vanilla Tcl interpreter using tcllib scripts and, optionally, two binary libraries (crypt and limit). The Tcl I/O system provides event-driven I/O facilities and a primitive that copies data from one I/O channel to another. The server does the HTTP protocol handling and then simply directs the I/O system to blast data from disk to a network socket. The server has suprisingly good performance because of Tcl's sophisticated I/O system. The HTTP protocol is perhaps the least interesting aspect of the server. The cool stuff is the framework for generating dynamic page content, and the support for embedding the server directly into legacy applications to "web-enable" them. A Tcl-based web server is ideal for embedding because Tcl was designed to support embedding into other applications. The interpreted nature of Tcl allows dynamic reconfiguration of the server. Once the core interface between the web server and the hosting application is defined, it is possible to manage the web server, upload Safe-Tcl control scripts, download logging information, and otherwise debug the Tcl part of the application without restarting the hosting application.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • tclhttpd>0:www/tclhttpd
To install the port:
cd /usr/ports/www/tclhttpd/ && make install clean
To add the package, run one of these commands:
  • pkg install www/tclhttpd
  • pkg install tclhttpd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tclhttpd
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (tclhttpd3.5.1.tar.gz) = cb64e0f4d5e11e2d5f15c2df8c622e8689bfdeef0e62f159ef78a55657bfd58f SIZE (tclhttpd3.5.1.tar.gz) = 594484

Packages (timestamps in pop-ups are UTC):
tclhttpd
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.5.1_43.5.1_43.5.1_33.5.1_43.5.1_4-3.5.1_3-
FreeBSD:13:quarterly3.5.1_43.5.1_43.5.1_43.5.1_43.5.1_43.5.1_43.5.1_43.5.1_4
FreeBSD:14:latest3.5.1_43.5.1_43.5.1_43.5.1_43.5.1_43.5.1_4-3.5.1_4
FreeBSD:14:quarterly3.5.1_43.5.1_4-3.5.1_43.5.1_43.5.1_43.5.1_43.5.1_4
FreeBSD:15:latest3.5.1_43.5.1_4n/a3.5.1_4n/a3.5.1_43.5.1_43.5.1_4
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. dtplite : devel/tcllib
Library dependencies:
  1. libtcl86.so : lang/tcl86
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_tclhttpd
USES:
tcl:tea compiler
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (4 items)
Collapse this list.
  1. ftp://ftp.funet.fi/pub/languages/tcl/tcl/httpd/
  2. ftp://ftp.kddlabs.co.jp/lang/tcl/ftp.scriptics.com/httpd/
  3. ftp://ftp.mirrorservice.org/sites/ftp.tcl.tk/pub/tcl/httpd/
  4. ftp://ftp.tcl.tk/pub/tcl/httpd/
Collapse this list.

Number of commits found: 54

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.5.1_4
11 Feb 2023 02:51:58
commit hash: a162c35141e13918488b9924b82f5b7cce591260commit hash: a162c35141e13918488b9924b82f5b7cce591260commit hash: a162c35141e13918488b9924b82f5b7cce591260commit hash: a162c35141e13918488b9924b82f5b7cce591260 files touched by this commit
Mikhail Teterin (mi) search for other commits by this committer
www/tclhttpd: deal with the new clang's hatred for K&R
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
3.5.1_4
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.5.1_4
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.5.1_4
23 Oct 2021 03:25:14
commit hash: d3d311b045cc0dc9a10f76f65a77a508b5dc4f63commit hash: d3d311b045cc0dc9a10f76f65a77a508b5dc4f63commit hash: d3d311b045cc0dc9a10f76f65a77a508b5dc4f63commit hash: d3d311b045cc0dc9a10f76f65a77a508b5dc4f63 files touched by this commit
Mikhail Teterin (mi) search for other commits by this committer
www/tclhttpd: Add a patch to work with newer Tcl (8.6+)

The subcommands of file(n) aren't available in safe interpreters.

Bump PORTREVISION.

PR:	259053
Submitted by: Peter Dean
3.5.1_3
20 Jun 2021 11:39:46
commit hash: 2dd9d16134147493640061ecb2af17b0d709a9f3commit hash: 2dd9d16134147493640061ecb2af17b0d709a9f3commit hash: 2dd9d16134147493640061ecb2af17b0d709a9f3commit hash: 2dd9d16134147493640061ecb2af17b0d709a9f3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/tclhttpd: Update WWW

Approved by:	portmgr (blanket)
3.5.1_3
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
3.5.1_3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.5.1_3
21 Apr 2016 11:33:17
Revision:413727Original commit files touched by this commit
gahr search for other commits by this committer
Support Tk in USES=tk:tea. Convert more ports + minor fixes and modernization.
3.5.1_3
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
3.5.1_3
25 Dec 2015 10:15:19
Revision:404411Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Convert to @dir

Approved by:	portmgr blanket
3.5.1_3
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
3.5.1_3
06 Aug 2014 09:11:58
Revision:364158Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
3.5.1_3
29 Jul 2014 15:49:47
Revision:363346Original commit files touched by this commit
adamw search for other commits by this committer
Rename www/ patch-xy patches to reflect the files they modify.
3.5.1_3
21 Feb 2014 15:46:37
Revision:345494Original commit files touched by this commit
gahr search for other commits by this committer
- Convert to USES=tcl
- STAGE-clean
3.5.1_3
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
3.5.1_3
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
3.5.1_3
05 Aug 2012 23:19:40
Original commit files touched by this commit
dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
3.5.1_3
14 Jan 2012 08:57:23
Original commit files touched by this commit
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
3.5.1_3
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
3.5.1_3
10 Dec 2010 19:12:01
Original commit files touched by this commit
mi search for other commits by this committer
Use _MAKE_JOBS instead of hard-coding the -j2:

PR:     147907
Submitted by:   Andrius Morkunas

Use the USE_TCL knob and rely on the variables set by bsd.tcl.mk
instead of figuring them out ourselves. Switching to USE_TCL makes
this port depend on Tcl-8.5 by default now, hence the PORTREVISION
bump.
3.5.1_2
27 Mar 2010 00:15:24
Original commit files touched by this commit
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
3.5.1_2
15 Jul 2009 16:56:10
Original commit files touched by this commit
dougb search for other commits by this committer
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
3.5.1_2
09 Apr 2008 13:42:26
Original commit files touched by this commit
pav search for other commits by this committer
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:       portmgr
3.5.1_2
21 Sep 2007 22:35:46
Original commit files touched by this commit
pav search for other commits by this committer
- Make tcllib depobjs version independent

Reported by:    pointyhat
Pointy hat to:  mi
3.5.1_2
07 Nov 2006 14:44:03
Original commit files touched by this commit
mi search for other commits by this committer
The previous commit, which was supposed to simply update the
tcllib dependency, accidentally introduced reference to unfinished
work on the generation of locale-independent dates for HTTP-headers.

Finish (and unbreak) this work and allow the server to run in
non-English/ASCII locales. Changes submitted to the (dormant) vendor.
3.5.1_1
28 Oct 2006 13:26:45
Original commit files touched by this commit
mi search for other commits by this committer
Grrrr. This tcllib-dependant port slipped through due to my local
modifications. Mad as a (pointy)hatter...

Notified by:    kris
Approved by:    portmgr (earlier)
3.5.1_1
11 Feb 2006 14:43:10
Original commit files touched by this commit
lawrance search for other commits by this committer
Out with the old rc.d script, in with the new.

PR:             ports/91442 (requested by)
Submitted by:   Mike <mspam@hideaway.net>
Approved by:    mi (maintainer, timeout 4 weeks)
3.5.1
24 Jan 2006 03:14:23
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
3.5.1
04 Oct 2005 06:59:29
Original commit files touched by this commit
linimon search for other commits by this committer
Chase the remaining cases of scriptics.com in the ports tree.  The site
has been renamed to tcl.tk.

Source:         distfile survey
Hat:            portmgr
3.5.1
18 Dec 2004 02:13:42
Original commit files touched by this commit
mi search for other commits by this committer
Don't install httpd.1 twice -- as tclhttpd.1 and as httpd.1.

Noticed by: pointyhat
Reported by: kris
3.5.1
20 Nov 2004 04:46:46
Original commit files touched by this commit
mi search for other commits by this committer
Remove the (hopefully) last vestige of the late utimes command.
3.5.1
19 Nov 2004 21:36:45
Original commit files touched by this commit
mi search for other commits by this committer
Upgrade devel/tcllib from 1.6 to 1.7 and www/tclhttpd from 3.4.2 to 3.5.1.
Update dependency lines in amsn and tclxml.
3.4.2
05 Apr 2004 16:47:20
Original commit files touched by this commit
mi search for other commits by this committer
Bump up RUN-dependency on tcllib from 1.4 to 1.6.

Submitted by:   kris
3.4.2
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
3.4.2
17 Jan 2004 11:41:33
Original commit files touched by this commit
edwin search for other commits by this committer
Chase update of devel/tcllib.
Noticed by: bento
http://bento.freebsd.org/errorlogs/i386-4-exp-latest/tclhttpd-3.4.2.log
3.4.2
24 Apr 2003 17:01:19
Original commit files touched by this commit
mi search for other commits by this committer
Upgrade from 3.3 to 3.4.2. Use tcl84 by default.
3.3_1
07 Mar 2003 06:12:57
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
3.3_1
21 Jul 2002 20:37:44
Original commit files touched by this commit
ru search for other commits by this committer
Catch up to the new bsd.lib.mk API (the library is not internal).
3.3_1
29 Mar 2002 17:55:00
Original commit files touched by this commit
mi search for other commits by this committer
Finally catch up with the version number change of devel/tcllib --
I guess, we need some pattern matching in the RUN_DEPENDS too --
this port would work happily with the old tcllib0.8 as well as
the new tcllib1.2.

Submitted by:   bento
10 Jul 2001 14:54:22
commit hash: fp1.16061@dev.null.freshports.orgcommit hash: fp1.16061@dev.null.freshports.orgcommit hash: fp1.16061@dev.null.freshports.orgcommit hash: fp1.16061@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
${PREFIX}/share/${PORTNAME} --> ${DATADIR}    
14 Jun 2001 22:20:35
commit hash: fp1.15083@dev.null.freshports.orgcommit hash: fp1.15083@dev.null.freshports.orgcommit hash: fp1.15083@dev.null.freshports.orgcommit hash: fp1.15083@dev.null.freshports.org files touched by this commit
mi search for other commits by this committer
The better fix for ports/27337 is,  IMO, to also install the man-page as  
tclhttpd.1 instead of the too generic (and usurped by Apache) httpd.1...    
27 May 2001 16:59:42
commit hash: fp1.14241@dev.null.freshports.orgcommit hash: fp1.14241@dev.null.freshports.orgcommit hash: fp1.14241@dev.null.freshports.orgcommit hash: fp1.14241@dev.null.freshports.org files touched by this commit
ijliao search for other commits by this committer
add missing man pages    
02 May 2001 21:35:44
commit hash: fp1.13327@dev.null.freshports.orgcommit hash: fp1.13327@dev.null.freshports.orgcommit hash: fp1.13327@dev.null.freshports.orgcommit hash: fp1.13327@dev.null.freshports.org files touched by this commit
mi search for other commits by this committer
Upgrade to the version 3.3...    
29 Mar 2001 21:32:17
commit hash: fp1.11761@dev.null.freshports.orgcommit hash: fp1.11761@dev.null.freshports.orgcommit hash: fp1.11761@dev.null.freshports.orgcommit hash: fp1.11761@dev.null.freshports.org files touched by this commit
mi search for other commits by this committer
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.    
14 Mar 2001 15:07:27
commit hash: fp1.11058@dev.null.freshports.orgcommit hash: fp1.11058@dev.null.freshports.orgcommit hash: fp1.11058@dev.null.freshports.orgcommit hash: fp1.11058@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
Use LOCALBASE instead of PREFIX when specifying -L search path for linker.    
14 Mar 2001 09:35:21
commit hash: fp1.11046@dev.null.freshports.orgcommit hash: fp1.11046@dev.null.freshports.orgcommit hash: fp1.11046@dev.null.freshports.orgcommit hash: fp1.11046@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
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.    
13 Mar 2001 18:35:39
commit hash: fp1.11020@dev.null.freshports.orgcommit hash: fp1.11020@dev.null.freshports.orgcommit hash: fp1.11020@dev.null.freshports.orgcommit hash: fp1.11020@dev.null.freshports.org files touched by this commit
mi search for other commits by this committer
Provide the default setting for PREFIX...    
07 Feb 2001 22:36:13
commit hash: fp1.9343@dev.null.freshports.orgcommit hash: fp1.9343@dev.null.freshports.orgcommit hash: fp1.9343@dev.null.freshports.orgcommit hash: fp1.9343@dev.null.freshports.org files touched by this commit
mi search for other commits by this committer
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 :)    
05 Feb 2001 15:33:58
commit hash: fp1.9243@dev.null.freshports.orgcommit hash: fp1.9243@dev.null.freshports.orgcommit hash: fp1.9243@dev.null.freshports.orgcommit hash: fp1.9243@dev.null.freshports.org files touched by this commit
olgeni search for other commits by this committer
Some spaces -> tabs for ports/www.    
11 Nov 2000 11:09:01
commit hash: fp1.6252@dev.null.freshports.orgcommit hash: fp1.6252@dev.null.freshports.orgcommit hash: fp1.6252@dev.null.freshports.orgcommit hash: fp1.6252@dev.null.freshports.org files touched by this commit
kris search for other commits by this committer
Remove stray directory on deinstall    
08 Oct 2000 08:11:25
commit hash: fp1.4827@dev.null.freshports.orgcommit hash: fp1.4827@dev.null.freshports.orgcommit hash: fp1.4827@dev.null.freshports.orgcommit hash: fp1.4827@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category www to new layout.  
13 Aug 2000 03:12:50
commit hash: fp1.2878@dev.null.freshports.orgcommit hash: fp1.2878@dev.null.freshports.orgcommit hash: fp1.2878@dev.null.freshports.orgcommit hash: fp1.2878@dev.null.freshports.org files touched by this commit
cpiazza search for other commits by this committer
Fix a bug that's causes a TCL error in seriously wrong network   conditions.    
20 Jul 2000 12:55:59
commit hash: fp1.2234@dev.null.freshports.orgcommit hash: fp1.2234@dev.null.freshports.orgcommit hash: fp1.2234@dev.null.freshports.orgcommit hash: fp1.2234@dev.null.freshports.org files touched by this commit
nbm search for other commits by this committer
Add tclhttpd, a pure-Tcl implementation of a HTTP server.    

Number of commits found: 54