summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2017-01-11 03:04:41 +0000
committerLarry Rosenman <ler@FreeBSD.org>2017-01-11 03:04:41 +0000
commit3f898690aadd32e65ddf0de72e6e1f69b6b206b8 (patch)
treed4f866304a22fb19d5924192bf3c0f062a64b340 /www/Makefile
parentwww/groupoffice: update 6.2.21 -> 6.2.22 (diff)
New Port www/miniminiweb
MiniMiniWeb is my attempt at creating a multithreaded web server in C. Features (and Misfeatures) Written in C Multithreaded (with pthread) Designed for Unix-like systems Supports GET and POST requests Only serves static files No SSL No CGI or anything "dynamic" No Virtual Hosts No Directory Listings (gotten pulled out) No IPv6 PR: 211472 Submitted by: neel@neelc.org Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D9127
Notes
Notes: svn path=/head/; revision=431156
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index e38e58a1659f..121811e38702 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -407,6 +407,7 @@
SUBDIR += midori
SUBDIR += mimetex
SUBDIR += mini_httpd
+ SUBDIR += miniminiweb
SUBDIR += minio
SUBDIR += mitmproxy
SUBDIR += mkapachepw