freebsd-ports/www/ulfius/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

11 lines
411 B
Plaintext

HTTP Framework for REST Applications in C.
Based on GNU Libmicrohttpd for the backend web server, Jansson for the json
manipulation library, and Libcurl for the http/smtp client API.
Used to facilitate creation of web applications in C programs with a small
memory footprint, as in embedded systems applications.
You can create webservices in HTTP or HTTPS mode, stream data, or implement
server websockets.