From 42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 23 Sep 2003 23:51:26 +0000 Subject: Add libsoup, and update to 1.99.26. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1249 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/libsoup22/pkg-descr | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 devel/libsoup22/pkg-descr (limited to 'devel/libsoup22/pkg-descr') 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 -- cgit v1.2.3