diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-29 11:42:40 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-29 11:42:40 +0800 |
commit | acf0ea91e56aae171a187d17cf2d25d88930076a (patch) | |
tree | 225e4e7a709451114447e92bf3846e1eada9cf59 /devel/libsoup22 | |
parent | ba137501f6eafae4bf30b6054d8f8684a719d996 (diff) | |
download | marcuscom-ports-acf0ea91e56aae171a187d17cf2d25d88930076a.tar marcuscom-ports-acf0ea91e56aae171a187d17cf2d25d88930076a.tar.gz marcuscom-ports-acf0ea91e56aae171a187d17cf2d25d88930076a.tar.bz2 marcuscom-ports-acf0ea91e56aae171a187d17cf2d25d88930076a.tar.lz marcuscom-ports-acf0ea91e56aae171a187d17cf2d25d88930076a.tar.xz marcuscom-ports-acf0ea91e56aae171a187d17cf2d25d88930076a.tar.zst marcuscom-ports-acf0ea91e56aae171a187d17cf2d25d88930076a.zip |
Professionalize the descriptions of the pieces of the GNOME
system. Monkey-bubble's description still makes no sense ::)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2203 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libsoup22')
-rw-r--r-- | devel/libsoup22/pkg-descr | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/devel/libsoup22/pkg-descr b/devel/libsoup22/pkg-descr index 423bf5cfc..1ec2bfea4 100644 --- a/devel/libsoup22/pkg-descr +++ b/devel/libsoup22/pkg-descr @@ -1,17 +1,16 @@ 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. +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 + * Authenticated HTTP, SOCKS4, and SOCKS5 proxy support * SSL Support using OpenSSL * Apache module server support * Client digest authentication |