summaryrefslogtreecommitdiffstats
path: root/www/thttpd
Commit message (Collapse)AuthorAgeFilesLines
* Install root:wheel directories mode 755, not 775kris2003-04-191-3/+3
|
* Don't create a thttpd.sh.bakkris2003-04-052-5/+5
| | | | Don't emit errors if directories under www/ cannot be removed
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Add Alfred Perlstein's sendfile patches, as an optional knob.anders2002-10-214-0/+150
|
* Update to 2.23 beta 1.anders2002-10-152-3/+3
| | | | | PR: 43988 Submitted by: Marc Recht <marc@informatik.uni-bremen.de>
* Fix startup-script for -current /bin/sh issues, and set PREFIX duringanders2002-08-132-6/+6
| | | | | | install. Requested by: obrien
* Master site updates: www.freenix.no => atreides.freenix.no for theseanders2002-03-151-1/+1
| | | | files.
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-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.
* - Move DIST_SUBDIR up so this is portlint clean again.steve2001-12-241-2/+2
| | | | - Install notes.html from the right directory now that DIST_SUBDIR is set.
* - PORTDOCS policepat2001-12-242-3/+3
| | | | | - DOCSDIR support to some - Brush out some lint
* Move thttpd's distfiles to a subdir, notes.html is too generic to stayanders2001-12-082-2/+3
| | | | in distfiles root.
* Update thttpd to 2.22beta4. This fixes the recently announced off-by-oneanders2001-11-223-15/+4
| | | | security issue, and eliminates the need for the kqueue -current fix.
* Set maintainer to ports@FreeBSD.orgpetef2001-10-071-1/+1
| | | | Submitted by: Anders Nordby <anders@fix.no> (previous maintainer)
* Fix kqueue support for -currentpetef2001-08-242-28/+12
| | | | | | PR: 30009 Submitted by: maintainer Reviewed by: ade
* Updates the port to the latest verion: 2.21b. Brings in interesting stuff likemharo2001-05-016-4/+65
| | | | | | | kqueue and accept filtering support. PR: 26822 Submitted by: maintainer
* Ignore the checksum on notes.html as it changes way too often.steve2001-04-082-1/+3
| | | | | PR: 26428 Submitted by: maintainer
* Update checksum. Author added a link to a banner ad in notes.htmlkris2001-03-101-1/+1
|
* The notes.html documentation file changed.obrien2001-02-071-1/+1
|
* Some spaces -> tabs for ports/www.olgeni2001-02-051-1/+1
|
* Update MD5 for notes.html due to minor updatesjedgar2000-11-301-1/+1
| | | | Approved by: Maintainer
* Fix checksum. This isn't my port, so I don't know why it was wrong.obrien2000-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
* Update md5 checksum of installation instructions.sobomax2000-10-311-1/+1
| | | | Submitted by: maintainer
* Update to 2.20bkevlo2000-10-302-3/+3
| | | | | PR: 22402 Submitted by: MAINTAINER
* Update to version 2.20kevlo2000-10-102-2/+2
| | | | | PR: 21847 Submitted by: MAINTAINER
* - On startup, /etc/rc procedure stops when thttpd is installed.steve2000-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)
* Update md5 checksum. Unfortunately there is no previous version onsobomax2000-07-131-1/+1
| | | | | | MASTER_SITE_BACKUP, so it is impossible to check what was changed. Submitted by: bento
* Update to version 2.19.steve2000-07-073-5/+11
| | | | | PR: 19656 Submitted by: maintainer
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-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.
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* * Install some documentation.obrien2000-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.
* Update port to 2.16:jedgar2000-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
* Update to 2.14ade2000-02-092-3/+3
| | | | | PR: 16556 Submitted by: Dom.Mitchell@palmerharvey.co.uk
* Quiet this port during fetch, checksum, makesum activities.obrien2000-02-031-1/+1
|
* Add 'ipv6' on CATEGORIES.sumikawa2000-01-221-1/+1
|
* updates thttpd to 2.13mharo2000-01-223-6/+6
| | | | | PR: 16247 Submitted by: Dominic Mitchell <dom@palmerharvey.co.uk>
* Update to version 2.11.steve1999-12-272-3/+3
| | | | | PR: 15722 Submitted by: maintainer
* Update to version 2.07imura1999-12-102-2/+2
| | | | | PR: 15096 Submitted by: Maintainer
* Update to version 2.05.steve1999-11-142-3/+2
| | | | | PR: 14821 Submitted by: maintainer
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* #4/4 enforcing Caps, no periodhoek1999-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
* Initial import of thttpd version 2.04.steve1999-06-095-0/+103
The tiny/turbo/throttling HTTP server. PR: 11893 Submitted by: Anders Nordby <anders@fix.no>
OpenPOWER on IntegriCloud