diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/micro_httpd/Makefile | 4 | ||||
-rw-r--r-- | www/micro_httpd/distinfo | 4 | ||||
-rw-r--r-- | www/micro_httpd/pkg-descr | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/www/micro_httpd/Makefile b/www/micro_httpd/Makefile index f97307ae5f3..c9f6f58b911 100644 --- a/www/micro_httpd/Makefile +++ b/www/micro_httpd/Makefile @@ -6,11 +6,11 @@ # PORTNAME= micro_httpd -PORTVERSION= 2000.12.15 +PORTVERSION= 2001.12.14 CATEGORIES= www MASTER_SITES= http://www.acme.com/software/micro_httpd/ \ http://www.unknown.nu/ports/ -DISTNAME= ${PORTNAME}_15dec00 +DISTNAME= ${PORTNAME}_14dec2001 MAINTAINER= user@unknown.nu COMMENT= An extremely small web server diff --git a/www/micro_httpd/distinfo b/www/micro_httpd/distinfo index c44f6c329cb..da7a0108969 100644 --- a/www/micro_httpd/distinfo +++ b/www/micro_httpd/distinfo @@ -1,2 +1,2 @@ -MD5 (micro_httpd_15dec00.tar.gz) = 008e7dde13770fcb812156e3d0963b6f -SIZE (micro_httpd_15dec00.tar.gz) = 4341 +MD5 (micro_httpd_14dec2001.tar.gz) = d75c6d470cf54a75fa676bacb8b4b47a +SIZE (micro_httpd_14dec2001.tar.gz) = 4665 diff --git a/www/micro_httpd/pkg-descr b/www/micro_httpd/pkg-descr index 243dd680ac3..817c4299a5d 100644 --- a/www/micro_httpd/pkg-descr +++ b/www/micro_httpd/pkg-descr @@ -1,3 +1,5 @@ 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. + +WWW: http://www.acme.com/software/micro_httpd/ |