summaryrefslogtreecommitdiff
path: root/www/libmicrohttpd/Makefile
diff options
context:
space:
mode:
authorabs <abs>2011-07-09 10:21:41 +0000
committerabs <abs>2011-07-09 10:21:41 +0000
commit640e4363e5c9d4edc275b9b0a928e1ed3477a6cf (patch)
treefb36e32a68cdf499d69121deb1de44ece9373d4e /www/libmicrohttpd/Makefile
parent992a92bcebe73718371fc12e682951a6b414c4da (diff)
downloadpkgsrc-640e4363e5c9d4edc275b9b0a928e1ed3477a6cf.tar.gz
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)
Diffstat (limited to 'www/libmicrohttpd/Makefile')
-rw-r--r--www/libmicrohttpd/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile
new file mode 100644
index 00000000000..2c29b139937
--- /dev/null
+++ b/www/libmicrohttpd/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/07/09 10:21:41 abs Exp $
+#
+
+DISTNAME= libmicrohttpd-0.9.9
+CATEGORIES= www
+MASTER_SITES= http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/libmicrohttpd/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.gnu.org/software/libmicrohttpd/
+COMMENT= Small C library to run an HTTP server as part of another app
+LICENSE= gnu-lgpl-v2.1
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+INFO_FILES= yes
+
+PKGCONFIG_OVERRIDE+= libmicrohttpd.pc.in
+
+.include "../../security/libgcrypt/buildlink3.mk"
+.include "../../security/gnutls/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"