Bug 211472

Summary: [NEW PORT] www/miniminiweb: Minimal, Multithreaded web server in C
Product: Ports & Packages Reporter: Neel Chauhan <nc>
Component: Individual Port(s)Assignee: Larry Rosenman <ler>
Status: Closed FIXED    
Severity: Affects Some People CC: ler, nc
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Shar file for www/miniminiweb
none
Poudriere build log for www/miniminiweb 0.0.2 on FreeBSD 10.3 amd64
none
Poudriere build log for www/miniminiweb 0.0.2 on FreeBSD 10.3 i386
none
Poudriere build log for www/miniminiweb 0.0.2 on FreeBSD 9.3 amd64
none
Poudriere build log for www/miniminiweb 0.0.2 on FreeBSD 9.3 i386 none

Description Neel Chauhan freebsd_committer freebsd_triage 2016-07-31 00:30:07 UTC
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
Comment 1 Neel Chauhan freebsd_committer freebsd_triage 2016-07-31 00:30:51 UTC
Created attachment 173130 [details]
Poudriere build log for www/miniminiweb 0.0.2 on FreeBSD 10.3 amd64
Comment 2 Neel Chauhan freebsd_committer freebsd_triage 2016-07-31 00:32:04 UTC
Created attachment 173131 [details]
Poudriere build log for www/miniminiweb 0.0.2 on FreeBSD 10.3 i386
Comment 3 Neel Chauhan freebsd_committer freebsd_triage 2016-07-31 00:33:12 UTC
Created attachment 173132 [details]
Poudriere build log for www/miniminiweb 0.0.2 on FreeBSD 9.3 amd64
Comment 4 Neel Chauhan freebsd_committer freebsd_triage 2016-07-31 00:34:26 UTC
Created attachment 173133 [details]
Poudriere build log for www/miniminiweb 0.0.2 on FreeBSD 9.3 i386
Comment 5 Larry Rosenman freebsd_committer freebsd_triage 2017-01-11 02:31:23 UTC
take
Comment 6 Larry Rosenman freebsd_committer freebsd_triage 2017-01-11 03:05:18 UTC
Committed, thanks.
Comment 7 commit-hook freebsd_committer freebsd_triage 2017-01-11 03:05:32 UTC
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