summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-05-07 14:15:52 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-05-07 14:15:52 +0800
commit757a246b210c22c052624bd59ee92c961e3b9c62 (patch)
treeb2bc5f3ba4c52389c8f11c3a38e2a683e940d8fa
parente8ed551a748612c919cc6b3dee58383ca6b0385d (diff)
downloadmarcuscom-ports-757a246b210c22c052624bd59ee92c961e3b9c62.tar
marcuscom-ports-757a246b210c22c052624bd59ee92c961e3b9c62.tar.gz
marcuscom-ports-757a246b210c22c052624bd59ee92c961e3b9c62.tar.bz2
marcuscom-ports-757a246b210c22c052624bd59ee92c961e3b9c62.tar.lz
marcuscom-ports-757a246b210c22c052624bd59ee92c961e3b9c62.tar.xz
marcuscom-ports-757a246b210c22c052624bd59ee92c961e3b9c62.tar.zst
marcuscom-ports-757a246b210c22c052624bd59ee92c961e3b9c62.zip
Remove libsoup. It has been merged into the FreeBSD tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@730 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--devel/libsoup/Makefile33
-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
-rw-r--r--devel/libsoup22/Makefile33
-rw-r--r--devel/libsoup22/distinfo1
-rw-r--r--devel/libsoup22/files/patch-configure10
-rw-r--r--devel/libsoup22/pkg-descr17
-rw-r--r--devel/libsoup22/pkg-plist20
10 files changed, 0 insertions, 162 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
deleted file mode 100644
index 9e1b68a67..000000000
--- a/devel/libsoup/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: libsoup
-# Date created: 12 March 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libsoup
-PORTVERSION= 1.99.20
-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" \
- 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/libsoup/distinfo b/devel/libsoup/distinfo
deleted file mode 100644
index e66af0c12..000000000
--- a/devel/libsoup/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome2/libsoup-1.99.20.tar.bz2) = 78b2e1c656d361aa1c8252934ee7ddc1
diff --git a/devel/libsoup/files/patch-configure b/devel/libsoup/files/patch-configure
deleted file mode 100644
index fbe1b4bb7..000000000
--- a/devel/libsoup/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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
deleted file mode 100644
index 423bf5cfc..000000000
--- a/devel/libsoup/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-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
deleted file mode 100644
index 1ef3a4726..000000000
--- a/devel/libsoup/pkg-plist
+++ /dev/null
@@ -1,20 +0,0 @@
-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
diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile
deleted file mode 100644
index 9e1b68a67..000000000
--- a/devel/libsoup22/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: libsoup
-# Date created: 12 March 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libsoup
-PORTVERSION= 1.99.20
-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" \
- 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
deleted file mode 100644
index e66af0c12..000000000
--- a/devel/libsoup22/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome2/libsoup-1.99.20.tar.bz2) = 78b2e1c656d361aa1c8252934ee7ddc1
diff --git a/devel/libsoup22/files/patch-configure b/devel/libsoup22/files/patch-configure
deleted file mode 100644
index fbe1b4bb7..000000000
--- a/devel/libsoup22/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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
deleted file mode 100644
index 423bf5cfc..000000000
--- a/devel/libsoup22/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-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
deleted file mode 100644
index 1ef3a4726..000000000
--- a/devel/libsoup22/pkg-plist
+++ /dev/null
@@ -1,20 +0,0 @@
-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