Created attachment 173129 [details] Shar file for www/miniminiweb MiniMiniWeb is a minimal, multithreaded web server in C. WWW: https://www.github.com/neelchauhan/MiniMiniWeb
Created attachment 173130 [details] Poudriere build log for www/miniminiweb 0.0.2 on FreeBSD 10.3 amd64
Created attachment 173131 [details] Poudriere build log for www/miniminiweb 0.0.2 on FreeBSD 10.3 i386
Created attachment 173132 [details] Poudriere build log for www/miniminiweb 0.0.2 on FreeBSD 9.3 amd64
Created attachment 173133 [details] Poudriere build log for www/miniminiweb 0.0.2 on FreeBSD 9.3 i386
take
Committed, thanks.
A commit references this bug: Author: ler Date: Wed Jan 11 03:04:42 UTC 2017 New revision: 431156 URL: https://svnweb.freebsd.org/changeset/ports/431156 Log: 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 Changes: head/www/Makefile head/www/miniminiweb/ head/www/miniminiweb/Makefile head/www/miniminiweb/distinfo head/www/miniminiweb/pkg-descr