aboutsummaryrefslogtreecommitdiffstats
path: root/www/fhttpd
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with clang.Shaun Amott2011-07-262-0/+127
|
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
|
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* - Fix gcc 4.X buildMartin Wilke2006-12-153-45/+67
| | | | | PR: ports/106737 Submitted by: trasz
* Remove USE_REINPLACE from categories starting with WEdwin Groothuis2006-05-131-2/+0
|
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
|
* SIZEify.Trevor Johnson2004-01-301-0/+1
|
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-072-2/+1
| | | | | 105 pointy hats to: me Approved by: pat
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-072-1/+2
| | | | Approved by: pat
* Respect CC and CXX, and don't depend on obsoleted header <values.h>Kris Kennaway2002-09-052-2/+32
| | | | for a definition of BITSPERBYTE
* Update MASTER_SITESDavid W. Chapman Jr.2002-09-021-1/+1
| | | | | PR: 41946 Submitted by: j.el-rayes@muthaland.at
* ${PERL} -> ${REINPLACE_CMD}David W. Chapman Jr.2002-09-021-2/+4
| | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
* Update WWW:Ben Smithurst2001-04-081-1/+1
|
* Fix fennerism.Ben Smithurst2001-04-081-1/+2
|
* Some spaces -> tabs for ports/www.Jimmy Olgeni2001-02-051-1/+1
|
* Clean up inefficient perl invocations; use multiple REs in the same call.Will Andrews2001-01-081-2/+2
|
* Use time_t instead of long for a couple of variables so this build againSteve Price2000-08-081-0/+11
| | | | on the Alpha.
* Convert startup script to {start|stop} usageChris D. Faulhaber2000-07-142-3/+19
|
* Startup script (etc/fhttpd.sh -> etc/rc.d/fhttpd.sh)Chris D. Faulhaber2000-07-141-1/+1
|
* Fix invalid (and unnecessary) check for the FreeBSD version. Verified toChris D. Faulhaber2000-07-142-12/+8
| | | | | | build on RELENG_3 and RELENG_4 Noticed by: bento
* Unleash all of these ports upon the people. I no longer have any interestWill Andrews2000-06-221-1/+1
| | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them.
* Add missing file.Will Andrews2000-06-031-0/+1
| | | | Found by: bento
* Don't add -O2 to CFLAGS. Make this port honor CFLAGS and CXXFLAGS. FixSteve Price2000-05-283-7/+40
| | | | build for -current.
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-2/+2
|
* Finish moving MAINTAINER for my ports.Will Andrews2000-03-221-1/+1
| | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
* Adding fhttpd version 0.4.2.Steve Price2000-01-2912-0/+335
A C++-based FTP/HTTP server that supports modules. PR: 15804 Submitted by: Will Andrews <andrews@technologist.com>