summaryrefslogtreecommitdiffstats
path: root/devel/libsoup/pkg-descr
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-02-27 15:23:25 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-02-27 15:23:25 +0800
commit25e2f296fb4c691e9088fcf360538c34ea6bcdd7 (patch)
treec53cebc2ca1a8f93451deef0da80de036570fb9b /devel/libsoup/pkg-descr
parentdddc4ae9ab2cc8697934655317788114379dbc87 (diff)
downloadmarcuscom-ports-25e2f296fb4c691e9088fcf360538c34ea6bcdd7.tar.gz
marcuscom-ports-25e2f296fb4c691e9088fcf360538c34ea6bcdd7.tar.zst
marcuscom-ports-25e2f296fb4c691e9088fcf360538c34ea6bcdd7.zip
Update to 2.25.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11932 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libsoup/pkg-descr')
-rw-r--r--devel/libsoup/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/libsoup/pkg-descr b/devel/libsoup/pkg-descr
new file mode 100644
index 000000000..1ec2bfea4
--- /dev/null
+++ b/devel/libsoup/pkg-descr
@@ -0,0 +1,16 @@
+Soup is a SOAP (Simple Object Access Protocol) implementation in C.
+
+It provides a queued asynchronous callback-based mechanism for sending and
+servicing SOAP requests, and a WSDL (Web Service Definition Language) for C
+compilers which generates client stubs and server skeletons for easily
+calling and implementing SOAP methods. It uses GLib 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