From owner-svn-ports-head@freebsd.org Wed Jan 11 13:53:51 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3015CA9884; Wed, 11 Jan 2017 13:53:51 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C81C17C2; Wed, 11 Jan 2017 13:53:50 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 38ae2cdf TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 11 Jan 2017 06:53:47 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r431156 - in head/www: . miniminiweb From: Adam Weinberger In-Reply-To: <20170111133702.GA36222@FreeBSD.org> Date: Wed, 11 Jan 2017 06:53:43 -0700 Cc: Larry Rosenman , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <0E2CA482-E13E-461F-B8DE-B9E9A8FB2DEC@adamw.org> References: <201701110304.v0B34f5u031359@repo.freebsd.org> <20170111133702.GA36222@FreeBSD.org> To: Alexey Dokuchaev X-Mailer: Apple Mail (2.3259) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2017 13:53:51 -0000 > On 11 Jan, 2017, at 6:37, Alexey Dokuchaev wrote: >=20 > On Wed, Jan 11, 2017 at 03:04:41AM +0000, Larry Rosenman wrote: >> New Revision: 431156 >> URL: https://svnweb.freebsd.org/changeset/ports/431156 >>=20 >> Log: >> New Port www/miniminiweb >>=20 >> MiniMiniWeb is my attempt at creating a multithreaded web server in = C. >>=20 >> Features (and Misfeatures) >>=20 >> 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 >=20 > May I ask what makes it useful to be included in the Ports Collection? > There're plenty of different production-quality webservers already > available, and mind that we don't just go and port whatever project we > find on GitHub without sufficiently strong rationale. Neither port's > description nor PR did answer this question. It's got a very, very small footprint, a very narrow feature-set, and is = reasonably performant. I found that combination pretty attractive. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org