pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/libsoup



Module Name:    pkgsrc
Committed By:   youri
Date:           Sun Jun  7 14:03:20 UTC 2015

Added Files:
        pkgsrc/net/libsoup: DESCR Makefile PLIST buildlink3.mk distinfo
            options.mk

Log Message:
Import libsoup-2.50.0 as net/libsoup, replaces net/libsoup24.

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3 pkgsrc/net/libsoup/DESCR
cvs rdiff -u -r0 -r1.17 pkgsrc/net/libsoup/Makefile
cvs rdiff -u -r0 -r1.7 pkgsrc/net/libsoup/PLIST pkgsrc/net/libsoup/distinfo
cvs rdiff -u -r0 -r1.15 pkgsrc/net/libsoup/buildlink3.mk
cvs rdiff -u -r0 -r1.1 pkgsrc/net/libsoup/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index