notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: www/tclhttpd/Makefile
SVNWeb

Number of commits found: 34

Sat, 11 Feb 2023
[ 02:51 Mikhail Teterin (mi) search for other commits by this committer ]    commit hash:a162c35141e13918488b9924b82f5b7cce591260  commit hash:a162c35141e13918488b9924b82f5b7cce591260  commit hash:a162c35141e13918488b9924b82f5b7cce591260  a162c35 
www/tclhttpd: deal with the new clang's hatred for K&R
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  e915e75  (Only the first 10 of 1623 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 23 Oct 2021
[ 03:25 Mikhail Teterin (mi) search for other commits by this committer ]    commit hash:d3d311b045cc0dc9a10f76f65a77a508b5dc4f63  commit hash:d3d311b045cc0dc9a10f76f65a77a508b5dc4f63  commit hash:d3d311b045cc0dc9a10f76f65a77a508b5dc4f63  d3d311b 
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
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 21 Apr 2016
[ 11:33 gahr search for other commits by this committer ] Original commit   Revision:413727 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
Support Tk in USES=tk:tea. Convert more ports + minor fixes and modernization.
Fri, 1 Apr 2016
[ 14:33 mat search for other commits by this committer ] Original commit   Revision:412351 (Only the first 10 of 2136 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
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
Wed, 6 Aug 2014
[ 09:11 olgeni search for other commits by this committer ] Original commit   Revision:364158 (Only the first 10 of 191 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 21 Feb 2014
[ 15:46 gahr search for other commits by this committer ] Original commit   Revision:345494
- Convert to USES=tcl
- STAGE-clean
Fri, 20 Sep 2013
[ 23:36 bapt search for other commits by this committer ] Original commit   Revision:327776 (Only the first 10 of 2206 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Sun, 5 Aug 2012
[ 23:19 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 936 ports in this commit are shown above. View all ports for this commit)
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
Fri, 10 Dec 2010
[ 19:12 mi search for other commits by this committer ] Original commit 
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.
Wed, 9 Apr 2008
[ 13:42 pav search for other commits by this committer ] Original commit  (Only the first 10 of 171 ports in this commit are shown above. View all ports for this commit)
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:       portmgr
Fri, 21 Sep 2007
[ 22:35 pav search for other commits by this committer ] Original commit 
- Make tcllib depobjs version independent

Reported by:    pointyhat
Pointy hat to:  mi
Tue, 7 Nov 2006
[ 14:44 mi search for other commits by this committer ] Original commit 
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.
Sat, 28 Oct 2006
[ 13:26 mi search for other commits by this committer ] Original commit 
Grrrr. This tcllib-dependant port slipped through due to my local
modifications. Mad as a (pointy)hatter...

Notified by:    kris
Approved by:    portmgr (earlier)
Sat, 11 Feb 2006
[ 14:43 lawrance search for other commits by this committer ] Original commit 
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)
Fri, 19 Nov 2004
[ 21:36 mi search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
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.
Mon, 5 Apr 2004
[ 16:47 mi search for other commits by this committer ] Original commit 
Bump up RUN-dependency on tcllib from 1.4 to 1.6.

Submitted by:   kris
Sat, 17 Jan 2004
[ 11:41 edwin search for other commits by this committer ] Original commit 
Chase update of devel/tcllib.
Noticed by: bento
http://bento.freebsd.org/errorlogs/i386-4-exp-latest/tclhttpd-3.4.2.log
Thu, 24 Apr 2003
[ 17:01 mi search for other commits by this committer ] Original commit 
Upgrade from 3.3 to 3.4.2. Use tcl84 by default.
Fri, 7 Mar 2003
[ 06:12 ade search for other commits by this committer ] Original commit  (Only the first 10 of 296 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Fri, 29 Mar 2002
[ 17:55 mi search for other commits by this committer ] Original commit 
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
Tue, 10 Jul 2001
[ 14:54 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
${PREFIX}/share/${PORTNAME} --> ${DATADIR}    
Thu, 14 Jun 2001
[ 22:20 mi search for other commits by this committer ] Original commit 
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...    
Sun, 27 May 2001
[ 16:59 ijliao search for other commits by this committer ] Original commit 
add missing man pages    
Wed, 2 May 2001
[ 21:35 mi search for other commits by this committer ] Original commit 
Upgrade to the version 3.3...    
Thu, 29 Mar 2001
[ 21:32 mi search for other commits by this committer ] Original commit 
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.    
Wed, 14 Mar 2001
[ 09:35 sobomax search for other commits by this committer ] Original commit 
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.    
Wed, 7 Feb 2001
[ 22:36 mi search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
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 :)    
Mon, 5 Feb 2001
[ 15:33 olgeni search for other commits by this committer ] Original commit  (Only the first 10 of 118 ports in this commit are shown above. View all ports for this commit)
Some spaces -> tabs for ports/www.    
Thu, 20 Jul 2000
[ 12:55 nbm search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Add tclhttpd, a pure-Tcl implementation of a HTTP server.    

Number of commits found: 34