diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-03-13 11:30:17 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-03-13 11:30:17 +0800 |
commit | 22d5f2941160b0767129344c022b0494a4dede8b (patch) | |
tree | c6e933dccfece25a62255aa0bfbb3ceddaa93e7a /devel/libsoup22 | |
parent | ed3a5b1740821529536850f13fdb7906bc99c18e (diff) | |
download | marcuscom-ports-22d5f2941160b0767129344c022b0494a4dede8b.tar marcuscom-ports-22d5f2941160b0767129344c022b0494a4dede8b.tar.gz marcuscom-ports-22d5f2941160b0767129344c022b0494a4dede8b.tar.bz2 marcuscom-ports-22d5f2941160b0767129344c022b0494a4dede8b.tar.lz marcuscom-ports-22d5f2941160b0767129344c022b0494a4dede8b.tar.xz marcuscom-ports-22d5f2941160b0767129344c022b0494a4dede8b.tar.zst marcuscom-ports-22d5f2941160b0767129344c022b0494a4dede8b.zip |
Add libsoup.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@545 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libsoup22')
-rw-r--r-- | devel/libsoup22/Makefile | 36 | ||||
-rw-r--r-- | devel/libsoup22/distinfo | 1 | ||||
-rw-r--r-- | devel/libsoup22/files/patch-configure | 10 | ||||
-rw-r--r-- | devel/libsoup22/pkg-descr | 17 | ||||
-rw-r--r-- | devel/libsoup22/pkg-plist | 20 |
5 files changed, 84 insertions, 0 deletions
diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile new file mode 100644 index 000000000..0a2aa60c3 --- /dev/null +++ b/devel/libsoup22/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: libsoup +# Date created: 12 March 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libsoup +PORTVERSION= 1.99.12 +CATEGORIES= devel gnome +MASTER_SITES= ftp://ftp.ximian.com/pub/ximian-evolution-beta/source/ \ + ${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 \ + glib-2.0.200:${PORTSDIR}/devel/glib20 + +#USE_BZIP2= yes +USE_GNOMENG= yes +USE_GNOME= gnomehack +INSTALLS_SHLIB= yes +USE_LIBTOOL= yes +USE_OPENSSL= yes +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/devel/libsoup22/distinfo b/devel/libsoup22/distinfo new file mode 100644 index 000000000..0f4d9e3ea --- /dev/null +++ b/devel/libsoup22/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/libsoup-1.99.12.tar.gz) = 7fa95377a4a346673a833f9a2c3f572d diff --git a/devel/libsoup22/files/patch-configure b/devel/libsoup22/files/patch-configure new file mode 100644 index 000000000..fbe1b4bb7 --- /dev/null +++ b/devel/libsoup22/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/libsoup22/pkg-descr b/devel/libsoup22/pkg-descr new file mode 100644 index 000000000..423bf5cfc --- /dev/null +++ b/devel/libsoup22/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/libsoup22/pkg-plist b/devel/libsoup22/pkg-plist new file mode 100644 index 000000000..1ef3a4726 --- /dev/null +++ b/devel/libsoup22/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 |