Bug 211472 - [NEW PORT] www/miniminiweb: Minimal, Multithreaded web server in C
Summary: [NEW PORT] www/miniminiweb: Minimal, Multithreaded web server in C
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Larry Rosenman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-31 00:30 UTC by Neel Chauhan
Modified: 2017-01-11 03:05 UTC (History)
2 users (show)

See Also:


Attachments
Shar file for www/miniminiweb (1.53 KB, text/plain)
2016-07-31 00:30 UTC, Neel Chauhan
no flags Details
Poudriere build log for www/miniminiweb 0.0.2 on FreeBSD 10.3 amd64 (11.16 KB, text/plain)
2016-07-31 00:30 UTC, Neel Chauhan
no flags Details
Poudriere build log for www/miniminiweb 0.0.2 on FreeBSD 10.3 i386 (11.19 KB, text/plain)
2016-07-31 00:32 UTC, Neel Chauhan
no flags Details
Poudriere build log for www/miniminiweb 0.0.2 on FreeBSD 9.3 amd64 (10.53 KB, text/plain)
2016-07-31 00:33 UTC, Neel Chauhan
no flags Details
Poudriere build log for www/miniminiweb 0.0.2 on FreeBSD 9.3 i386 (10.50 KB, text/plain)
2016-07-31 00:34 UTC, Neel Chauhan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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