summaryrefslogtreecommitdiffstats
path: root/devel/libsoup22/pkg-descr
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-24 07:51:26 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-24 07:51:26 +0800
commit42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50 (patch)
treea4e81f6a05cba38f90ebc670d1000077d80a99b1 /devel/libsoup22/pkg-descr
parent22498dc21f6c4529a51d8b786490216b69ebb848 (diff)
downloadmarcuscom-ports-42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50.tar
marcuscom-ports-42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50.tar.gz
marcuscom-ports-42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50.tar.bz2
marcuscom-ports-42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50.tar.lz
marcuscom-ports-42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50.tar.xz
marcuscom-ports-42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50.tar.zst
marcuscom-ports-42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50.zip
Add libsoup, and update to 1.99.26.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1249 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libsoup22/pkg-descr')
-rw-r--r--devel/libsoup22/pkg-descr17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/libsoup22/pkg-descr b/devel/libsoup22/pkg-descr
new file mode 100644
index 000000000..423bf5cfc
--- /dev/null
+++ b/devel/libsoup22/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