2009-05-15 03:22:34 +02:00
|
|
|
# Template file for 'libsoup'
|
|
|
|
pkgname=libsoup
|
2012-04-17 01:38:29 +02:00
|
|
|
version=2.38.1
|
2012-03-27 00:46:55 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/2.38/$pkgname-$version.tar.xz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="pkg-config intltool gobject-introspection glib-devel libgcrypt-devel libgpg-error-devel libxml2-devel gnutls-devel sqlite-devel libgnome-keyring-devel"
|
|
|
|
fulldepends="glib-networking"
|
2012-06-03 09:08:53 +02:00
|
|
|
revision=1
|
2009-05-15 03:22:34 +02:00
|
|
|
short_desc="HTTP library implementation in C"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-07-29 08:06:53 +02:00
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
license="LGPL-2.1"
|
2012-04-17 01:38:29 +02:00
|
|
|
checksum=71b8923fc7a5fef9abc5420f7f3d666fdb589f43a8c50892d584d58b3c513f9a
|
2009-05-15 03:22:34 +02:00
|
|
|
long_desc="
|
|
|
|
Libsoup is an HTTP library implementation in C. It was originally part
|
|
|
|
of a SOAP (Simple Object Access Protocol) implementation called Soup, but
|
|
|
|
the SOAP and non-SOAP parts have now been split into separate packages.
|
|
|
|
|
|
|
|
libsoup uses the Glib main loop and is designed to work well with GTK
|
|
|
|
applications. This enables GNOME applications to access HTTP servers
|
|
|
|
on the network in a completely asynchronous fashion, very similar to
|
|
|
|
the Gtk+ programming model (a synchronous operation mode is also
|
|
|
|
supported for those who want it).
|
|
|
|
|
|
|
|
Features:
|
|
|
|
* Completely Asynchronous
|
|
|
|
* Connection cache
|
|
|
|
* HTTP chunked transfer support
|
|
|
|
* HTTP, SOCKS4, and SOCKS5 authenticated proxy support
|
|
|
|
* SSL Support using OpenSSL or GnuTLS
|
|
|
|
* Client support for Digest, NTLM, and Basic authentication
|
|
|
|
* HTTP server
|
|
|
|
* Server support for Digest and Basic authentication"
|
|
|
|
|
2011-03-02 20:36:07 +01:00
|
|
|
subpackages="$pkgname-gnome $pkgname-gnome-devel $pkgname-devel"
|
2011-03-23 16:21:29 +01:00
|
|
|
|
2011-02-28 23:19:58 +01:00
|
|
|
|