| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
3.5.1_3
|
dougb  |
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. |
19 Mar 2011 12:38:54
3.5.1_3
|
miwi  |
- Get Rid MD5 support |
10 Dec 2010 19:12:01
3.5.1_3
|
mi  |
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. |
27 Mar 2010 00:15:24
3.5.1_2
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
15 Jul 2009 16:56:10
3.5.1_2
|
dougb  |
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. |
09 Apr 2008 13:42:26
3.5.1_2
|
pav  |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
21 Sep 2007 22:35:46
3.5.1_2
|
pav  |
- Make tcllib depobjs version independent
Reported by: pointyhat
Pointy hat to: mi |
07 Nov 2006 14:44:03
3.5.1_2
|
mi  |
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. |
28 Oct 2006 13:26:45
3.5.1_1
|
mi  |
Grrrr. This tcllib-dependant port slipped through due to my local
modifications. Mad as a (pointy)hatter...
Notified by: kris
Approved by: portmgr (earlier) |
11 Feb 2006 14:43:10
3.5.1_1
|
lawrance  |
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) |
24 Jan 2006 03:14:23
3.5.1
|
edwin  |
SHA256ify
Approved by: krion@ |
04 Oct 2005 06:59:29
3.5.1
|
linimon  |
Chase the remaining cases of scriptics.com in the ports tree. The site
has been renamed to tcl.tk.
Source: distfile survey
Hat: portmgr |
18 Dec 2004 02:13:42
3.5.1
|
mi  |
Don't install httpd.1 twice -- as tclhttpd.1 and as httpd.1.
Noticed by: pointyhat
Reported by: kris |
20 Nov 2004 04:46:46
3.5.1
|
mi  |
Remove the (hopefully) last vestige of the late utimes command. |
19 Nov 2004 21:36:45
3.5.1
|
mi  |
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. |
05 Apr 2004 16:47:20
3.4.2
|
mi  |
Bump up RUN-dependency on tcllib from 1.4 to 1.6.
Submitted by: kris |
31 Mar 2004 03:12:58
3.4.2
|
trevor  |
SIZEify (maintainer timeout) |
17 Jan 2004 11:41:33
3.4.2
|
edwin  |
Chase update of devel/tcllib.
Noticed by: bento
http://bento.freebsd.org/errorlogs/i386-4-exp-latest/tclhttpd-3.4.2.log |
24 Apr 2003 17:01:19
3.4.2
|
mi  |
Upgrade from 3.3 to 3.4.2. Use tcl84 by default. |
07 Mar 2003 06:12:57
3.3_1
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
21 Jul 2002 20:37:44
3.3_1
|
ru  |
Catch up to the new bsd.lib.mk API (the library is not internal). |
29 Mar 2002 17:55:00
3.3_1
|
mi  |
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 
|
sobomax  |
${PREFIX}/share/${PORTNAME} --> ${DATADIR} |
14 Jun 2001 22:20:35 
|
mi  |
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 
|
ijliao  |
add missing man pages |
02 May 2001 21:35:44 
|
mi  |
Upgrade to the version 3.3... |
29 Mar 2001 21:32:17 
|
mi  |
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 
|
sobomax  |
Use LOCALBASE instead of PREFIX when specifying -L search path for linker. |
14 Mar 2001 09:35:21 
|
sobomax  |
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 
|
mi  |
Provide the default setting for PREFIX... |
07 Feb 2001 22:36:13 
|
mi  |
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 
|
olgeni  |
Some spaces -> tabs for ports/www. |
11 Nov 2000 11:09:01 
|
kris  |
Remove stray directory on deinstall |
08 Oct 2000 08:11:25 
|
asami  |
Convert category www to new layout. |
13 Aug 2000 03:12:50 
|
cpiazza  |
Fix a bug that's causes a TCL error in seriously wrong network conditions. |
20 Jul 2000 12:55:59 
|
nbm  |
Add tclhttpd, a pure-Tcl implementation of a HTTP server. |