Add micro_httpd 2000.12.15, an extremely small web server.

PR:		28977
Submitted by:	Kim Scarborough <user@unknown.nu>
This commit is contained in:
Mark Pulford 2001-07-19 05:59:24 +00:00
parent 0429758fae
commit 811bde7f27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45234
6 changed files with 35 additions and 0 deletions

View File

@ -117,6 +117,7 @@
SUBDIR += mdw
SUBDIR += mgstat
SUBDIR += mhonarc
SUBDIR += micro_httpd
SUBDIR += mmosaic
SUBDIR += mnoGoSearch-current
SUBDIR += mod_access_identd

28
www/micro_httpd/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: micro_httpd
# Date created: 13 Jul 2001
# Whom: Kim Scarborough <user@unknown.nu>
#
# $FreeBSD$
#
PORTNAME= micro_httpd
PORTVERSION= 2000.12.15
CATEGORIES= www
MASTER_SITES= http://www.acme.com/software/micro_httpd/ \
http://www.unknown.nu/ports/
DISTNAME= ${PORTNAME}_15dec00
MAINTAINER= user@unknown.nu
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN8= micro_httpd.8
post-patch:
@${PERL} -pi -e "s:/usr/local/sbin:${PREFIX}/sbin:g; \
s:/usr/local/man/man8:${MAN8PREFIX}/man/man8:g; \
s:^(CC|CFLAGS) =.+::g;" \
${WRKSRC}/Makefile
@${PERL} -pi -e "s/^.TH micro_httpd 1/.TH micro_httpd 8/g" \
${WRKSRC}/micro_httpd.8
.include <bsd.port.mk>

1
www/micro_httpd/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (micro_httpd_15dec00.tar.gz) = 008e7dde13770fcb812156e3d0963b6f

View File

@ -0,0 +1 @@
An extremely small web server

View File

@ -0,0 +1,3 @@
This is a very small (7 Kb) HTTP server. It runs from inetd, which means
its performance is poor. But for low-traffic sites, it's quite adequate.
It implements all the basic features of an HTTP server.

View File

@ -0,0 +1 @@
sbin/micro_httpd