diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-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 |
6 files changed, 35 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 9b74f7f69f25..11e04b86f73f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -117,6 +117,7 @@ SUBDIR += mdw SUBDIR += mgstat SUBDIR += mhonarc + SUBDIR += micro_httpd SUBDIR += mmosaic SUBDIR += mnoGoSearch-current SUBDIR += mod_access_identd 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 |