diff options
author | reed <reed@pkgsrc.org> | 2007-03-23 21:38:02 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2007-03-23 21:38:02 +0000 |
commit | ca75d526374122af9e85881e60e82ec68eb0eaf0 (patch) | |
tree | 74f0d4e5f4bd3b4074a592c6a70e1c54eb8c2e74 | |
parent | 4686b9dae96b83101db8646ce588fd42a2fb8f72 (diff) | |
download | pkgsrc-ca75d526374122af9e85881e60e82ec68eb0eaf0.tar.gz |
Update to version 20051212.
This is for PR #34808.
No ChangeLog found. Changes include: add ogg mime type, lowercase
some HTML, make it more portable, get directory details using dirent
instead of running "ls".
-rw-r--r-- | www/micro_httpd/DESCR | 2 | ||||
-rw-r--r-- | www/micro_httpd/Makefile | 6 | ||||
-rw-r--r-- | www/micro_httpd/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/www/micro_httpd/DESCR b/www/micro_httpd/DESCR index c47d4e5c99e..5da297f70ee 100644 --- a/www/micro_httpd/DESCR +++ b/www/micro_httpd/DESCR @@ -8,4 +8,4 @@ It implements all the basic features of an HTTP server, including: * index.html. * Directory listings. -All in 150 lines of code. +All in about 200 lines of code. diff --git a/www/micro_httpd/Makefile b/www/micro_httpd/Makefile index 686ccd53efc..e35f4758cca 100644 --- a/www/micro_httpd/Makefile +++ b/www/micro_httpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2005/12/27 17:56:09 reed Exp $ +# $NetBSD: Makefile,v 1.7 2007/03/23 21:38:02 reed Exp $ -DISTNAME= micro_httpd_14dec2001 -PKGNAME= micro_httpd-20011214 +DISTNAME= micro_httpd_12dec2005 +PKGNAME= micro_httpd-20051212 CATEGORIES= www MASTER_SITES= http://www.acme.com/software/micro_httpd/ diff --git a/www/micro_httpd/distinfo b/www/micro_httpd/distinfo index a4bf799be15..cfbbe44452a 100644 --- a/www/micro_httpd/distinfo +++ b/www/micro_httpd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 14:08:33 wiz Exp $ +$NetBSD: distinfo,v 1.3 2007/03/23 21:38:02 reed Exp $ -SHA1 (micro_httpd_14dec2001.tar.gz) = 52a8bd4489424c43055a714ac144d44f8a07f52c -RMD160 (micro_httpd_14dec2001.tar.gz) = a45f49cb4820afc0434cbe668d940c228c8372ab -Size (micro_httpd_14dec2001.tar.gz) = 4665 bytes +SHA1 (micro_httpd_12dec2005.tar.gz) = 9246997f9b83cee8d1b42778d4e2f8a87b679b00 +RMD160 (micro_httpd_12dec2005.tar.gz) = d5eacf573951203aaf6040c7509e868a893869bd +Size (micro_httpd_12dec2005.tar.gz) = 5109 bytes SHA1 (patch-aa) = c42274a95b90c15926c21c0d6785a8af0f01d192 |