aboutsummaryrefslogtreecommitdiff
path: root/www/tclhttpd
Commit message (Collapse)AuthorAgeFilesLines
* Chase update of devel/tcllib.Edwin Groothuis2004-01-171-1/+1
| | | | | | | | Noticed by: bento http://bento.freebsd.org/errorlogs/i386-4-exp-latest/tclhttpd-3.4.2.log Notes: svn path=/head/; revision=98391
* Upgrade from 3.3 to 3.4.2. Use tcl84 by default.Mikhail Teterin2003-04-244-6/+52
| | | | Notes: svn path=/head/; revision=79594
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Catch up to the new bsd.lib.mk API (the library is not internal).Ruslan Ermilov2002-07-211-5/+3
| | | | Notes: svn path=/head/; revision=63337
* Finally catch up with the version number change of devel/tcllib --Mikhail Teterin2002-03-291-1/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=56883
* ${PREFIX}/share/${PORTNAME} --> ${DATADIR}Maxim Sobolev2001-07-101-7/+7
| | | | Notes: svn path=/head/; revision=45011
* The better fix for ports/27337 is, IMO, to also install the man-page asMikhail Teterin2001-06-142-3/+6
| | | | | | | tclhttpd.1 instead of the too generic (and usurped by Apache) httpd.1... Notes: svn path=/head/; revision=44009
* add missing man pagesYing-Chieh Liao2001-05-271-0/+2
| | | | | | | | PR: 27337 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> Notes: svn path=/head/; revision=43146
* Upgrade to the version 3.3...Mikhail Teterin2001-05-025-9/+39
| | | | Notes: svn path=/head/; revision=42177
* The previous commit by sobomax fixed the build, but quite terribly brokeMikhail Teterin2001-03-294-16/+27
| | | | | | | | | | | | | | | | | | | the install. My version used the special Makefile only to build the binary lib. The installation was done by the software's Makefile. sobomax declared the custom Makefile.lib to be _the_ Makefile, which caused the library to be installed into /usr/lib :-) and completely missed the .tcl scripts, etc. I'm restoring the old behaviour with the build problem fixed (I hope). This version will also help tclhttpd find its docRoot on startup. It will also install tclhttpd.rc.default instead of tclhttpd.rc. If the latter does not exist, the former gets copied to create it. Submitted by: bento (and fenner's script) Notes: svn path=/head/; revision=40552
* Use LOCALBASE instead of PREFIX when specifying -L search path for linker.Maxim Sobolev2001-03-141-1/+1
| | | | Notes: svn path=/head/; revision=39832
* o Fix build by replacing custom do-build target with set of stockMaxim Sobolev2001-03-141-7/+8
| | | | | | | | | | MAKEFILE/MAKE_ENV/MAKE_ARGS variables. o Slightly reorder variables to make Makefile more readable. Submitted by: bento Notes: svn path=/head/; revision=39820
* Provide the default setting for PREFIX...Mikhail Teterin2001-03-131-0/+1
| | | | Notes: svn path=/head/; revision=39779
* Bring to the latest version. Link all of the little external librariesMikhail Teterin2001-02-0713-147/+153
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=38084
* Some spaces -> tabs for ports/www.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37985
* Remove stray directory on deinstallKris Kennaway2000-11-111-0/+1
| | | | Notes: svn path=/head/; revision=35002
* Fix a bug that's causes a TCL error in seriously wrong networkChris Piazza2000-08-131-0/+9
| | | | | | | | | | conditions. PR: 20385 Submitted by: maintainer Notes: svn path=/head/; revision=31591
* Add tclhttpd, a pure-Tcl implementation of a HTTP server.Neil Blakey-Milner2000-07-2016-0/+527
PR: ports/19870 Submitted by: Mikhail Teterin <mi@privatelabs.com> Notes: svn path=/head/; revision=30920