pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libsoup-devel initial import of libsoup-devel 2.1....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d95027f86ad1
branches:  trunk
changeset: 472035:d95027f86ad1
user:      recht <recht%pkgsrc.org@localhost>
date:      Fri Apr 02 18:11:57 2004 +0000

description:
initial import of libsoup-devel 2.1.8 (former libsoup)
needed by evolution-data-server

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

diffstat:

 net/libsoup-devel/DESCR         |  19 +++++++++++++++++++
 net/libsoup-devel/Makefile      |  27 +++++++++++++++++++++++++++
 net/libsoup-devel/PLIST         |  30 ++++++++++++++++++++++++++++++
 net/libsoup-devel/buildlink3.mk |  23 +++++++++++++++++++++++
 net/libsoup-devel/distinfo      |   4 ++++
 5 files changed, 103 insertions(+), 0 deletions(-)

diffs (123 lines):

diff -r 5f76c110907f -r d95027f86ad1 net/libsoup-devel/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libsoup-devel/DESCR   Fri Apr 02 18:11:57 2004 +0000
@@ -0,0 +1,19 @@
+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
diff -r 5f76c110907f -r d95027f86ad1 net/libsoup-devel/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libsoup-devel/Makefile        Fri Apr 02 18:11:57 2004 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/02 18:11:57 recht Exp $
+#
+
+DISTNAME=              libsoup-2.1.8
+PKGNAME=               ${DISTNAME:S/soup/soup-devel/}
+CATEGORIES=            net gnome
+MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/libsoup/2.1/}
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            recht%NetBSD.org@localhost
+HOMEPAGE=              http://www.gnome.org/
+COMMENT=               HTTP library implementation in C (dev. Version)
+
+USE_BUILDLINK3=                yes
+USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
+
+PKGCONFIG_OVERRIDE+=    soup-2.2.pc.in
+
+CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc/html
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../devel/popt/buildlink3.mk"
+.include "../../security/gnutls/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5f76c110907f -r d95027f86ad1 net/libsoup-devel/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libsoup-devel/PLIST   Fri Apr 02 18:11:57 2004 +0000
@@ -0,0 +1,30 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/02 18:11:57 recht Exp $
+include/libsoup-2.2/libsoup/soup-address.h
+include/libsoup-2.2/libsoup/soup-connection.h
+include/libsoup-2.2/libsoup/soup-headers.h
+include/libsoup-2.2/libsoup/soup-message-filter.h
+include/libsoup-2.2/libsoup/soup-message-queue.h
+include/libsoup-2.2/libsoup/soup-message.h
+include/libsoup-2.2/libsoup/soup-method.h
+include/libsoup-2.2/libsoup/soup-misc.h
+include/libsoup-2.2/libsoup/soup-server-auth.h
+include/libsoup-2.2/libsoup/soup-server-message.h
+include/libsoup-2.2/libsoup/soup-server.h
+include/libsoup-2.2/libsoup/soup-session-async.h
+include/libsoup-2.2/libsoup/soup-session-sync.h
+include/libsoup-2.2/libsoup/soup-session.h
+include/libsoup-2.2/libsoup/soup-soap-message.h
+include/libsoup-2.2/libsoup/soup-soap-response.h
+include/libsoup-2.2/libsoup/soup-socket.h
+include/libsoup-2.2/libsoup/soup-status.h
+include/libsoup-2.2/libsoup/soup-types.h
+include/libsoup-2.2/libsoup/soup-uri.h
+include/libsoup-2.2/libsoup/soup.h
+lib/libsoup-2.2.a
+lib/libsoup-2.2.la
+lib/libsoup-2.2.so
+lib/libsoup-2.2.so.3
+lib/libsoup-2.2.so.3.0
+lib/pkgconfig/libsoup-2.2.pc
+@dirrm include/libsoup-2.2/libsoup
+@dirrm include/libsoup-2.2
diff -r 5f76c110907f -r d95027f86ad1 net/libsoup-devel/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libsoup-devel/buildlink3.mk   Fri Apr 02 18:11:57 2004 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/04/02 18:11:57 recht Exp $
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+LIBSOUP_DEVEL_BUILDLINK3_MK:=  ${LIBSOUP_DEVEL_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    libsoup-devel
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Nlibsoup-devel}
+BUILDLINK_PACKAGES+=   libsoup-devel
+
+.if !empty(LIBSOUP_DEVEL_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.libsoup-devel+=      libsoup-devel>=2.1.8
+BUILDLINK_PKGSRCDIR.libsoup-devel?=    ../../net/libsoup-devel
+.endif # LIBSOUP_DEVEL_BUILDLINK3_MK
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/popt/buildlink3.mk"
+.include "../../security/gnutls/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
diff -r 5f76c110907f -r d95027f86ad1 net/libsoup-devel/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libsoup-devel/distinfo        Fri Apr 02 18:11:57 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/02 18:11:57 recht Exp $
+
+SHA1 (libsoup-2.1.8.tar.bz2) = d5f6c2672cf7d187df892bdf1b8022d496ded7cb
+Size (libsoup-2.1.8.tar.bz2) = 336798 bytes



Home | Main Index | Thread Index | Old Index