From 37ff80475c6fedcedec8b635a5ddf3eab702bcc8 Mon Sep 17 00:00:00 2001 From: abs Date: Sat, 9 Jul 2011 10:21:41 +0000 Subject: Added www/libmicrohttpd version 0.9.9 GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application. GNU libmicrohttpd is free software and part of the GNU project. Key features that distinguish libmicrohttpd from other projects are: * 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) * Supported platforms include GNU/Linux, FreeBSD, OpenBSD, NetBSD, OS X, W32, Symbian and z/OS * Support for IPv6 * Support for SHOUTcast * Support for incremental processing of POST data (optional) * Support for basic and digest authentication (optional) * Support for SSL3 and TLS (requires libgcrypt and libgnutls, optional) * Binary is only about 32k (without TLS/SSL support and other optional features) --- www/libmicrohttpd/buildlink3.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 www/libmicrohttpd/buildlink3.mk (limited to 'www/libmicrohttpd/buildlink3.mk') diff --git a/www/libmicrohttpd/buildlink3.mk b/www/libmicrohttpd/buildlink3.mk new file mode 100644 index 00000000000..12be2309b51 --- /dev/null +++ b/www/libmicrohttpd/buildlink3.mk @@ -0,0 +1,12 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/07/09 10:21:41 abs Exp $ + +BUILDLINK_TREE+= libmicrohttpd + +.if !defined(LIBMICROHTTPD_BUILDLINK3_MK) +LIBMICROHTTPD_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.libmicrohttpd+= libmicrohttpd>=0.9.9 +BUILDLINK_PKGSRCDIR.libmicrohttpd?= ../../www/libmicrohttpd +.endif # LIBMICROHTTPD_BUILDLINK3_MK + +BUILDLINK_TREE+= -libmicrohttpd -- cgit v1.2.3