diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-06-06 05:11:10 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-06-06 05:11:10 +0800 |
commit | f43cac6a35ca44cd624e06b905876b0cf7378b20 (patch) | |
tree | 9c53edd0801fc5866c5ae4466ff097162b392693 /devel/libsoup/pkg-descr | |
parent | ccc8fdb702b4ead90f43a9e234d81a9ffe3c3df9 (diff) | |
download | marcuscom-ports-f43cac6a35ca44cd624e06b905876b0cf7378b20.tar marcuscom-ports-f43cac6a35ca44cd624e06b905876b0cf7378b20.tar.gz marcuscom-ports-f43cac6a35ca44cd624e06b905876b0cf7378b20.tar.bz2 marcuscom-ports-f43cac6a35ca44cd624e06b905876b0cf7378b20.tar.lz marcuscom-ports-f43cac6a35ca44cd624e06b905876b0cf7378b20.tar.xz marcuscom-ports-f43cac6a35ca44cd624e06b905876b0cf7378b20.tar.zst marcuscom-ports-f43cac6a35ca44cd624e06b905876b0cf7378b20.zip |
Update to 2.31.2.
And split off the gnome part in its own port. (a bit hackish if you ask me).
PR: ports/141033
Submitted by: Bapt <baptiste.daroussin@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14180 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libsoup/pkg-descr')
-rw-r--r-- | devel/libsoup/pkg-descr | 16 |
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 |