summaryrefslogtreecommitdiffstats
path: root/devel/libsoup/pkg-descr
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-04-23 01:38:32 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-04-23 01:38:32 +0800
commitde46c3b0dc03cec86ae2b88dd95078d04e5a119f (patch)
treebd5926557c046905ed13a5fd46964d764346fe80 /devel/libsoup/pkg-descr
parentc55e595771e5a1f2778292680796040120480fae (diff)
downloadmarcuscom-ports-de46c3b0dc03cec86ae2b88dd95078d04e5a119f.tar.gz
marcuscom-ports-de46c3b0dc03cec86ae2b88dd95078d04e5a119f.tar.zst
marcuscom-ports-de46c3b0dc03cec86ae2b88dd95078d04e5a119f.zip
Update to 2.23.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10892 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