gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r2098: add blurb for libmicrohttpd


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r2098: add blurb for libmicrohttpd
Date: Sat, 30 Mar 2013 13:28:25 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 2098
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2013-03-30 13:28:25 +0100
message:
  add blurb for libmicrohttpd
modified:
  gnu/libmicrohttpd/Makefile
=== modified file 'gnu/libmicrohttpd/Makefile'
--- a/gnu/libmicrohttpd/Makefile        2013-02-11 21:25:14 +0000
+++ b/gnu/libmicrohttpd/Makefile        2013-03-30 12:28:25 +0000
@@ -3,6 +3,14 @@
 GARVERSION = 0.9.25
 HOME_URL = http://www.gnu.org/software/libmicrohttpd/
 DESCRIPTION = An embeddable HTTP server library
+define BLURB
+ Libmicrohttpd is a small, embeddable HTTP server implemented as a C
+ library.  It makes it easy to run an HTTP server as part of another
+ application.  The library is fully HTTP 1.1 compliant.  It can listen
+ on multiple ports, supports four different threading models, and
+ supports IPv6.  It also features security features such as basic and
+ digest authentication and support for SSL3 and TLS.
+endef
 
 ######################################################################
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]