summaryrefslogtreecommitdiffstats
path: root/devel/libsoup
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-24 07:51:26 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-24 07:51:26 +0800
commit42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50 (patch)
treea4e81f6a05cba38f90ebc670d1000077d80a99b1 /devel/libsoup
parent22498dc21f6c4529a51d8b786490216b69ebb848 (diff)
downloadmarcuscom-ports-42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50.tar
marcuscom-ports-42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50.tar.gz
marcuscom-ports-42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50.tar.bz2
marcuscom-ports-42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50.tar.lz
marcuscom-ports-42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50.tar.xz
marcuscom-ports-42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50.tar.zst
marcuscom-ports-42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50.zip
Add libsoup, and update to 1.99.26.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1249 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libsoup')
-rw-r--r--devel/libsoup/Makefile29
-rw-r--r--devel/libsoup/distinfo1
-rw-r--r--devel/libsoup/files/patch-configure10
-rw-r--r--devel/libsoup/pkg-descr17
-rw-r--r--devel/libsoup/pkg-plist20
5 files changed, 77 insertions, 0 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
new file mode 100644
index 000000000..58d66f674
--- /dev/null
+++ b/devel/libsoup/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: libsoup
+# Date created: 12 March 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/devel/libsoup/Makefile,v 1.15 2003/09/01 13:47:54 dinoex Exp $
+#
+
+PORTNAME= libsoup
+PORTVERSION= 1.99.26
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.99
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A SOAP (Simple Object Access Protocol) implementation in C
+
+LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
+
+USE_BZIP2= yes
+USE_GNOME= gnomehack glib20
+INSTALLS_SHLIB= yes
+USE_LIBTOOL= yes
+USE_OPENSSL= yes
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
+LDFLAGS+= -L${LOCALBASE}/lib
+
+.include <bsd.port.mk>
diff --git a/devel/libsoup/distinfo b/devel/libsoup/distinfo
new file mode 100644
index 000000000..2d0e2eeb2
--- /dev/null
+++ b/devel/libsoup/distinfo
@@ -0,0 +1 @@
+MD5 (gnome2/libsoup-1.99.26.tar.bz2) = acb6658fd0dcebd2c5fc8347e0183515
diff --git a/devel/libsoup/files/patch-configure b/devel/libsoup/files/patch-configure
new file mode 100644
index 000000000..fbe1b4bb7
--- /dev/null
+++ b/devel/libsoup/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Thu Jan 2 14:06:13 2003
++++ configure Fri Feb 7 22:54:07 2003
+@@ -7366,6 +7366,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/devel/libsoup/pkg-descr b/devel/libsoup/pkg-descr
new file mode 100644
index 000000000..423bf5cfc
--- /dev/null
+++ b/devel/libsoup/pkg-descr
@@ -0,0 +1,17 @@
+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.
+
+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
diff --git a/devel/libsoup/pkg-plist b/devel/libsoup/pkg-plist
new file mode 100644
index 000000000..1ef3a4726
--- /dev/null
+++ b/devel/libsoup/pkg-plist
@@ -0,0 +1,20 @@
+include/soup-2.0/libsoup/soup-address.h
+include/soup-2.0/libsoup/soup-context.h
+include/soup-2.0/libsoup/soup-error.h
+include/soup-2.0/libsoup/soup-headers.h
+include/soup-2.0/libsoup/soup-message.h
+include/soup-2.0/libsoup/soup-method.h
+include/soup-2.0/libsoup/soup-misc.h
+include/soup-2.0/libsoup/soup-ntlm.h
+include/soup-2.0/libsoup/soup-server-auth.h
+include/soup-2.0/libsoup/soup-server.h
+include/soup-2.0/libsoup/soup-socket.h
+include/soup-2.0/libsoup/soup-uri.h
+include/soup-2.0/libsoup/soup.h
+lib/libsoup-2.0.a
+lib/libsoup-2.0.so
+lib/libsoup-2.0.so.0
+libdata/pkgconfig/soup-2.0.pc
+libexec/libsoup-ssl-proxy
+@dirrm include/soup-2.0/libsoup
+@dirrm include/soup-2.0