CVSROOT:        /cvs
Module name:    ports
Changes by:     bcal...@cvs.openbsd.org 2017/12/27 12:31:07

Log message:
    Import www/libmicrohttpd, a tiny embeddable httpd library written in C.
    ok landry@ nigel@ tb@
    
    GNU libmicrohttpd is a small C library that is supposed to make it easy
    to run an HTTP server as part of another application.
    
    Features:
    * C library: fast and small
    * API is simple, expressive and fully reentrant
    * Implementation is HTTP 1.1 compliant
    * HTTP server can listen on multiple ports
    * Four different threading models (select, poll, pthread, thread pool)
    * Support for IPv6
    * Support for SHOUTcast
    * Support for incremental processing of POST data
    * Support for basic and digest authentication
    * Support for TLS
    
    Status:
    
    Vendor Tag: bcallah
    Release Tags:       bcallah_20171227
    
    N ports/www/libmicrohttpd/Makefile
    N ports/www/libmicrohttpd/distinfo
    N ports/www/libmicrohttpd/pkg/PLIST
    N ports/www/libmicrohttpd/pkg/DESCR
    
    No conflicts created by this import

Reply via email to