freebsd-ports/www/libmicrohttpd/pkg-descr
Jochen Neumeister 79e3dbd451 www/libmicrohttpd from 0.9.52 to 0.9.58
switch to pkg-plist and from http to https in pkg-descr

Changelog:
 * Better support for automatic port detection for sockets provided by
  MHD_OPTION_LISTEN_SOCKET option.
 * Documentation installation fixes.
 * Removed usage of 3DES mode from test-suite to avoid test failures on
  modern platforms.
 * Minor compiler warning fix.

PR:		224535
Reported by:	Greg Fitzgerald <gregf@hugops.pw)
Approved by:	Hung-Yi Chen <gaod@hychen.org> (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13676
2017-12-29 23:01:43 +00:00

6 lines
336 B
Text

libmicrohttpd is a small C library for embedding HTTP server functionality
into other applications. It is reentrant, fast, supports HTTP 1.1, and
permits listening on multiple ports. The API is simple and still powerful
enough to allow programmers to use the entire HTTP feature set.
WWW: https://www.gnu.org/software/libmicrohttpd/