aboutsummaryrefslogtreecommitdiff
path: root/www/dhttpd
Commit message (Collapse)AuthorAgeFilesLines
* - stagifyLars Engels2014-01-251-6/+5
| | | | | | | - add license Notes: svn path=/head/; revision=341088
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | www) Notes: svn path=/head/; revision=327776
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | 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
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Remove dead MASTER_SITELars Engels2010-10-011-2/+1
| | | | Notes: svn path=/head/; revision=262268
* 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
* Change e-mail address of my ports to my FreeBSD.org one.Lars Engels2007-07-121-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=195490
* - Add backup MASTER_SITESMartin Wilke2007-06-095-25/+56
| | | | | | | | | | | | - 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
* Remove USE_REINPLACE from categories starting with WEdwin Groothuis2006-05-131-2/+0
| | | | Notes: svn path=/head/; revision=162218
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149462
* - Remove dead MASTER_SITEPav Lucistnik2005-09-142-4/+1
| | | | | | | | - Remove dead WWW. There are several dhttpd sites around the net, but I'm not sure they are same software as this Notes: svn path=/head/; revision=142736
* Drop maintainership.Oliver Eikemeier2004-05-111-1/+1
| | | | | | | | PR: 66502 Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw> (maintainer) Notes: svn path=/head/; revision=108881
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* - Add new MASTER_SITESKirill Ponomarev2003-09-251-1/+2
| | | | | | | | PR: 57121 Submitted by: maintainer Notes: svn path=/head/; revision=89335
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76044
* 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-249-0/+123
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