diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-07-19 05:59:24 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-07-19 05:59:24 +0000 |
commit | 811bde7f272bd96385b4660520aa9527247badc3 (patch) | |
tree | 8887aa736637bc36932512ec2964b0b68b7188b5 /www/micro_httpd | |
parent | 0429758fae16a390a6ccf0b6f696b50f31886da8 (diff) | |
download | ports-811bde7f272bd96385b4660520aa9527247badc3.tar.gz ports-811bde7f272bd96385b4660520aa9527247badc3.zip |
Add micro_httpd 2000.12.15, an extremely small web server.
PR: 28977
Submitted by: Kim Scarborough <user@unknown.nu>
Notes
Notes:
svn path=/head/; revision=45234
Diffstat (limited to 'www/micro_httpd')
-rw-r--r-- | www/micro_httpd/Makefile | 28 | ||||
-rw-r--r-- | www/micro_httpd/distinfo | 1 | ||||
-rw-r--r-- | www/micro_httpd/pkg-comment | 1 | ||||
-rw-r--r-- | www/micro_httpd/pkg-descr | 3 | ||||
-rw-r--r-- | www/micro_httpd/pkg-plist | 1 |
5 files changed, 34 insertions, 0 deletions
diff --git a/www/micro_httpd/Makefile b/www/micro_httpd/Makefile new file mode 100644 index 000000000000..20f78fef59b1 --- /dev/null +++ b/www/micro_httpd/Makefile @@ -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> diff --git a/www/micro_httpd/distinfo b/www/micro_httpd/distinfo new file mode 100644 index 000000000000..2f66f6f9e241 --- /dev/null +++ b/www/micro_httpd/distinfo @@ -0,0 +1 @@ +MD5 (micro_httpd_15dec00.tar.gz) = 008e7dde13770fcb812156e3d0963b6f diff --git a/www/micro_httpd/pkg-comment b/www/micro_httpd/pkg-comment new file mode 100644 index 000000000000..d1c0cc7aeef9 --- /dev/null +++ b/www/micro_httpd/pkg-comment @@ -0,0 +1 @@ +An extremely small web server diff --git a/www/micro_httpd/pkg-descr b/www/micro_httpd/pkg-descr new file mode 100644 index 000000000000..243dd680ac36 --- /dev/null +++ b/www/micro_httpd/pkg-descr @@ -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. diff --git a/www/micro_httpd/pkg-plist b/www/micro_httpd/pkg-plist new file mode 100644 index 000000000000..e3e349c84e1a --- /dev/null +++ b/www/micro_httpd/pkg-plist @@ -0,0 +1 @@ +sbin/micro_httpd |