diff options
author | sergei <sergei@FreeBSD.org> | 2003-10-24 04:21:55 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-10-24 04:21:55 +0800 |
commit | 7b892491e0dc0440ccf7a05bcf0f608972cfc903 (patch) | |
tree | 08c38baef0c2809cdef857967790ab35b68286df /www/Makefile | |
parent | 4cef94034a25ea1260cfbcb5c241e980915e1b78 (diff) | |
download | freebsd-ports-gnome-7b892491e0dc0440ccf7a05bcf0f608972cfc903.tar.gz freebsd-ports-gnome-7b892491e0dc0440ccf7a05bcf0f608972cfc903.tar.zst freebsd-ports-gnome-7b892491e0dc0440ccf7a05bcf0f608972cfc903.zip |
Add libhttpd-persistent, library for embedded web servers.
libHTTPD can be used to add basic web server capabilities to an
application or embedded device. The library handles both static and
dynamically generated content, has very low overheads, and provides many
features to simplify the creation of web based application interfaces.
This is a version modified for persistent connections by the author of
daapd.
PR: 58350
Submitted by: Lars Thegler <lars@thegler.dk>
Approved by: krion (implicit)
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index d7238d0a66f4..ae68bed5ec84 100644 --- a/www/Makefile +++ b/www/Makefile @@ -151,6 +151,7 @@ SUBDIR += larbin SUBDIR += libghttp SUBDIR += libgtkhtml + SUBDIR += libhttpd-persistent SUBDIR += libwww SUBDIR += linkchecker SUBDIR += links |