summaryrefslogtreecommitdiff
path: root/www/dhttpd/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* www/dhttpd: Remove expired portMuhammad Moinur Rahman2023-09-306-132/+0
| | | | 2023-09-30 www/dhttpd: Abandonware, last release in 15+ years ago. Consider using www/darkhttpd, www/obhttpd or www/miniserve
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* - Add descr variable to all my ports' rc scriptsLars Engels2017-08-021-0/+1
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=447117
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-0/+0
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Add backup MASTER_SITESMartin Wilke2007-06-093-17/+40
| | | | | | | | | | | | - Add USE_RC_SUBR - Add RC_SUBR documentation to dhttpd.1 - Pass maintainership to submitter PR: 113493 Submitted by: Lars Engels <lars.engels@0x20.net> Notes: svn path=/head/; revision=193106
* Fix build on -current (#include <stdlib.h> for exit() prototype) andKris Kennaway2002-10-212-3/+35
| | | | | | | respect CC and CFLAGS Notes: svn path=/head/; revision=68456
* add dhttpd 1.02aYing-Chieh Liao2002-06-244-0/+78
Minimal secure webserver. Fast and efficient, no cgi-bin support PR: 39769 Submitted by: Gea-Suan Lin <gslin@Infomath.math.NCTU.edu.tw> Notes: svn path=/head/; revision=61873