aboutsummaryrefslogtreecommitdiff
path: root/www/thttpd
Commit message (Collapse)AuthorAgeFilesLines
* Add Alfred Perlstein's sendfile patches, as an optional knob.Anders Nordby2002-10-214-0/+150
| | | | Notes: svn path=/head/; revision=68452
* Update to 2.23 beta 1.Anders Nordby2002-10-152-3/+3
| | | | | | | | PR: 43988 Submitted by: Marc Recht <marc@informatik.uni-bremen.de> Notes: svn path=/head/; revision=68125
* Fix startup-script for -current /bin/sh issues, and set PREFIX duringAnders Nordby2002-08-132-6/+6
| | | | | | | | | install. Requested by: obrien Notes: svn path=/head/; revision=64476
* Master site updates: www.freenix.no => atreides.freenix.no for theseAnders Nordby2002-03-151-1/+1
| | | | | | | files. Notes: svn path=/head/; revision=56112
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-11/+11
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53960
* - Move DIST_SUBDIR up so this is portlint clean again.Steve Price2001-12-241-2/+2
| | | | | | | - Install notes.html from the right directory now that DIST_SUBDIR is set. Notes: svn path=/head/; revision=52117
* - PORTDOCS policePatrick Li2001-12-242-3/+3
| | | | | | | | - DOCSDIR support to some - Brush out some lint Notes: svn path=/head/; revision=52072
* Move thttpd's distfiles to a subdir, notes.html is too generic to stayAnders Nordby2001-12-082-2/+3
| | | | | | | in distfiles root. Notes: svn path=/head/; revision=51228
* Update thttpd to 2.22beta4. This fixes the recently announced off-by-oneAnders Nordby2001-11-223-15/+4
| | | | | | | security issue, and eliminates the need for the kqueue -current fix. Notes: svn path=/head/; revision=50350
* Set maintainer to ports@FreeBSD.orgPete Fritchman2001-10-071-1/+1
| | | | | | | Submitted by: Anders Nordby <anders@fix.no> (previous maintainer) Notes: svn path=/head/; revision=48508
* Fix kqueue support for -currentPete Fritchman2001-08-242-28/+12
| | | | | | | | | PR: 30009 Submitted by: maintainer Reviewed by: ade Notes: svn path=/head/; revision=46757
* Updates the port to the latest verion: 2.21b. Brings in interesting stuff likeMichael Haro2001-05-016-4/+65
| | | | | | | | | | kqueue and accept filtering support. PR: 26822 Submitted by: maintainer Notes: svn path=/head/; revision=42110
* Ignore the checksum on notes.html as it changes way too often.Steve Price2001-04-082-1/+3
| | | | | | | | PR: 26428 Submitted by: maintainer Notes: svn path=/head/; revision=41091
* Update checksum. Author added a link to a banner ad in notes.htmlKris Kennaway2001-03-101-1/+1
| | | | Notes: svn path=/head/; revision=39362
* The notes.html documentation file changed.David E. O'Brien2001-02-071-1/+1
| | | | Notes: svn path=/head/; revision=38060
* Some spaces -> tabs for ports/www.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37985
* Update MD5 for notes.html due to minor updatesChris D. Faulhaber2000-11-301-1/+1
| | | | | | | Approved by: Maintainer Notes: svn path=/head/; revision=35536
* Fix checksum. This isn't my port, so I don't know why it was wrong.David E. O'Brien2000-11-031-1/+1
| | | | | | | | | | Nor do I have the file that the bad checksum was generated from. Maybe it was never right. Submitted by: bento Notes: svn path=/head/; revision=34719
* Update md5 checksum of installation instructions.Maxim Sobolev2000-10-311-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=34487
* Update to 2.20bKevin Lo2000-10-302-3/+3
| | | | | | | | PR: 22402 Submitted by: MAINTAINER Notes: svn path=/head/; revision=34447
* Update to version 2.20Kevin Lo2000-10-102-2/+2
| | | | | | | | PR: 21847 Submitted by: MAINTAINER Notes: svn path=/head/; revision=33656
* - On startup, /etc/rc procedure stops when thttpd is installed.Steve Price2000-07-132-2/+3
| | | | | | | | | | | | | | | * ${PREFIX}/etc/rc.d/thttpd.sh does not return. * FIX: invoke thttpd_wrapper as a background process. - On shutdown, Message "No processes matching ``thttpd_wrapper''" is shown. * thttpd_wrapper is actually a shell script, not an executable. * FIX: Record the pid of thttpd_wrapper to /var/run. * FIX: Use pid-file when killing the wrapper. Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org> Reviewed by: Anders Nordby <anders@fix.no> (maintainer) Notes: svn path=/head/; revision=30594
* Update md5 checksum. Unfortunately there is no previous version onMaxim Sobolev2000-07-131-1/+1
| | | | | | | | | MASTER_SITE_BACKUP, so it is impossible to check what was changed. Submitted by: bento Notes: svn path=/head/; revision=30561
* Update to version 2.19.Steve Price2000-07-073-5/+11
| | | | | | | | PR: 19656 Submitted by: maintainer Notes: svn path=/head/; revision=30335
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-052-3/+21
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-2/+2
| | | | Notes: svn path=/head/; revision=27430
* * Install some documentation.David E. O'Brien2000-03-234-17/+45
| | | | | | | | | | | | * Add a rc.d start-up script. * Add a wrapper around the daemon that ensures its running (suggested by the thttpd author). * Add a sample configuration file. * Move one of the echo'ed messages to pkg/MESSAGES for the benefit of package users. Notes: svn path=/head/; revision=26973
* Update port to 2.16:Chris D. Faulhaber2000-03-212-3/+3
| | | | | | | | | | | | | | | | | | | | New in version 2.16: - More explicit error pages for 403 Forbidden. - New section in the manual page explaining how thttpd is picky aboutfile permissions. - Couple of CGI tweaks from David Chaiken. New in version 2.15: - Use standard isxdigit macro instead of is_hexit routine. - Portability fix for Debian, which lacks gai_strerror(). - Fix for .htpasswd authorization, broken by 2.14's custom error pages change. PR: 17322 Submitted by: Maintainer Notes: svn path=/head/; revision=26879
* Update to 2.14Ade Lovett2000-02-092-3/+3
| | | | | | | | PR: 16556 Submitted by: Dom.Mitchell@palmerharvey.co.uk Notes: svn path=/head/; revision=25605
* Quiet this port during fetch, checksum, makesum activities.David E. O'Brien2000-02-031-1/+1
| | | | Notes: svn path=/head/; revision=25434
* Add 'ipv6' on CATEGORIES.Munechika SUMIKAWA2000-01-221-1/+1
| | | | Notes: svn path=/head/; revision=24943
* updates thttpd to 2.13Michael Haro2000-01-223-6/+6
| | | | | | | | PR: 16247 Submitted by: Dominic Mitchell <dom@palmerharvey.co.uk> Notes: svn path=/head/; revision=24919
* Update to version 2.11.Steve Price1999-12-272-3/+3
| | | | | | | | PR: 15722 Submitted by: maintainer Notes: svn path=/head/; revision=24168
* Update to version 2.07R. Imura1999-12-102-2/+2
| | | | | | | | PR: 15096 Submitted by: Maintainer Notes: svn path=/head/; revision=23705
* Update to version 2.05.Steve Price1999-11-142-3/+2
| | | | | | | | PR: 14821 Submitted by: maintainer Notes: svn path=/head/; revision=23097
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21146
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Initial import of thttpd version 2.04.Steve Price1999-06-095-0/+103
The tiny/turbo/throttling HTTP server. PR: 11893 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=19362