aboutsummaryrefslogtreecommitdiff
path: root/www/libmicrohttpd
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-02-14 06:44:10 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-02-14 06:44:10 +0000
commitd223d79557d76185a278a6e2d899ec9ff46330a4 (patch)
tree4c08b97eacaa52be6620ef005d9b8fca9c3bd83f /www/libmicrohttpd
parent7b0f8023af9704b28171faa89775a12422432d49 (diff)
downloadports-d223d79557d76185a278a6e2d899ec9ff46330a4.tar.gz
ports-d223d79557d76185a278a6e2d899ec9ff46330a4.zip
Notes
Diffstat (limited to 'www/libmicrohttpd')
-rw-r--r--www/libmicrohttpd/Makefile27
-rw-r--r--www/libmicrohttpd/distinfo3
-rw-r--r--www/libmicrohttpd/pkg-descr6
3 files changed, 36 insertions, 0 deletions
diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile
new file mode 100644
index 000000000000..cf554fa5bd2d
--- /dev/null
+++ b/www/libmicrohttpd/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: libmicrohttpd
+# Date created: 12 February 2008
+# Whom: David Barksdale <amatus@gnu.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libmicrohttpd
+PORTVERSION= 0.2.1
+CATEGORIES= www
+MASTER_SITES= http://gnunet.org/libmicrohttpd/download/
+
+MAINTAINER= amatus@gnu.org
+COMMENT= C library for embedding HTTP server functionality
+
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+
+PLIST_FILES= lib/libmicrohttpd.so.3 \
+ lib/libmicrohttpd.la \
+ lib/libmicrohttpd.so \
+ lib/libmicrohttpd.a \
+ include/microhttpd.h
+
+MAN3= libmicrohttpd.3
+
+.include <bsd.port.mk>
diff --git a/www/libmicrohttpd/distinfo b/www/libmicrohttpd/distinfo
new file mode 100644
index 000000000000..f72216a06a8a
--- /dev/null
+++ b/www/libmicrohttpd/distinfo
@@ -0,0 +1,3 @@
+MD5 (libmicrohttpd-0.2.1.tar.gz) = 74641297975985f891b00ef5933b2712
+SHA256 (libmicrohttpd-0.2.1.tar.gz) = 8ec33b6d073f8cd4d2bc230ca519d58bd79d34d412863cea816e7ade9da171d0
+SIZE (libmicrohttpd-0.2.1.tar.gz) = 473834
diff --git a/www/libmicrohttpd/pkg-descr b/www/libmicrohttpd/pkg-descr
new file mode 100644
index 000000000000..1a8a32a46403
--- /dev/null
+++ b/www/libmicrohttpd/pkg-descr
@@ -0,0 +1,6 @@
+libmicrohttpd is a small C library for embedding HTTP server functionality
+into other applications. It is reentrant, fast, supports HTTP 1.1, and
+permits listening on multiple ports. The API is simple and still powerful
+enough to allow programmers to use the entire HTTP feature set.
+
+WWW: http://gnunet.org/libmicrohttpd/