summaryrefslogtreecommitdiffstats
path: root/devel/soup/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/soup/pkg-descr')
-rw-r--r--devel/soup/pkg-descr17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/soup/pkg-descr b/devel/soup/pkg-descr
new file mode 100644
index 000000000..423bf5cfc
--- /dev/null
+++ b/devel/soup/pkg-descr
@@ -0,0 +1,17 @@
+Soup is a SOAP (Simple Object Access Protocol) implementation in C.
+
+It provides an queued asynchronous callback-based mechanism for sending and
+servicing SOAP requests, and a WSDL (Web Service Definition Language) to C
+compiler which generates client stubs and server skeletons for easily calling
+and implementing SOAP methods.
+
+It uses the GLib main loop and is designed to work well with GTK applications.
+
+Features:
+ * Completely Asynchronous
+ * Connection cache
+ * HTTP chunked transfer and persistent connections
+ * authenticated HTTP, SOCKS4, and SOCKS5 proxy support
+ * SSL Support using OpenSSL
+ * Apache module server support
+ * Client digest authentication