summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/libsoup-gnome/Makefile18
-rw-r--r--devel/libsoup-gnome/pkg-descr16
-rw-r--r--devel/libsoup-gnome/pkg-plist10
-rw-r--r--devel/libsoup/Makefile73
-rw-r--r--devel/libsoup/distinfo2
-rw-r--r--devel/libsoup/files/patch-libsoup_Makefile.in29
-rw-r--r--devel/libsoup/files/patch-libsoup_soup-session.c25
-rw-r--r--devel/libsoup/files/patch-tests_coding-test.c11
-rw-r--r--devel/libsoup/pkg-descr16
-rw-r--r--devel/libsoup/pkg-plist188
10 files changed, 388 insertions, 0 deletions
diff --git a/devel/libsoup-gnome/Makefile b/devel/libsoup-gnome/Makefile
new file mode 100644
index 000000000..907fae79f
--- /dev/null
+++ b/devel/libsoup-gnome/Makefile
@@ -0,0 +1,18 @@
+# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
+# $FreeBSD: head/devel/libsoup-gnome/Makefile 300896 2012-07-14 13:54:48Z beat $
+# $MCom: ports/devel/libsoup-gnome/Makefile,v 1.3 2011/06/06 17:50:29 kwm Exp $
+
+PORTREVISION= 0
+CATEGORIES= devel gnome
+PKGNAMESUFFIX= -gnome
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A GNOME wrapper for libsoup
+
+MASTERDIR= ${.CURDIR}/../libsoup
+DESCR= ${.CURDIR}/pkg-descr
+PLIST= ${.CURDIR}/pkg-plist
+
+SOUP_SLAVE= yes
+
+.include "${MASTERDIR}/Makefile"
diff --git a/devel/libsoup-gnome/pkg-descr b/devel/libsoup-gnome/pkg-descr
new file mode 100644
index 000000000..1ec2bfea4
--- /dev/null
+++ b/devel/libsoup-gnome/pkg-descr
@@ -0,0 +1,16 @@
+Soup is a SOAP (Simple Object Access Protocol) implementation in C.
+
+It provides a queued asynchronous callback-based mechanism for sending and
+servicing SOAP requests, and a WSDL (Web Service Definition Language) for C
+compilers which generates client stubs and server skeletons for easily
+calling and implementing SOAP methods. It uses GLib 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-gnome/pkg-plist b/devel/libsoup-gnome/pkg-plist
new file mode 100644
index 000000000..500adeb16
--- /dev/null
+++ b/devel/libsoup-gnome/pkg-plist
@@ -0,0 +1,10 @@
+include/libsoup-gnome-%%VERSION%%/libsoup/soup-cookie-jar-sqlite.h
+include/libsoup-gnome-%%VERSION%%/libsoup/soup-gnome-features.h
+include/libsoup-gnome-%%VERSION%%/libsoup/soup-gnome.h
+lib/libsoup-gnome-%%VERSION%%.a
+lib/libsoup-gnome-%%VERSION%%.la
+lib/libsoup-gnome-%%VERSION%%.so
+lib/libsoup-gnome-%%VERSION%%.so.1
+libdata/pkgconfig/libsoup-gnome-%%VERSION%%.pc
+@dirrm include/libsoup-gnome-%%VERSION%%/libsoup
+@dirrm include/libsoup-gnome-%%VERSION%%
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
new file mode 100644
index 000000000..b849573f2
--- /dev/null
+++ b/devel/libsoup/Makefile
@@ -0,0 +1,73 @@
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
+# $FreeBSD: head/devel/libsoup/Makefile 313633 2013-03-08 10:51:34Z kwm $
+# $MCom: ports/devel/libsoup/Makefile,v 1.116 2013/01/15 02:25:57 kwm Exp $
+
+PORTNAME= libsoup
+PORTVERSION= 2.42.0
+PORTREVISION?= 0
+CATEGORIES= devel gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A SOAP (Simple Object Access Protocol) implementation in C
+
+BUILD_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking
+LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt
+RUN_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking
+
+USE_XZ= yes
+
+.if !defined(REFERENCE_PORT)
+
+USE_GETTEXT= yes
+USES= pathfix
+USE_GNOME= gnomehier glib20 libxml2 ltverhack referencehack intltool
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool
+USE_GMAKE= yes
+CONFIGURE_ARGS= --disable-more-warnings
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+PLIST_SUB= VERSION="2.4"
+
+.if defined(SOUP_SLAVE)
+USE_SQLITE= yes
+LIB_DEPENDS+= soup-2.4:${PORTSDIR}/devel/libsoup \
+ gnome-keyring:${PORTSDIR}/security/libgnome-keyring
+CONFIGURE_ARGS+=--with-gnome
+.else
+BUILD_DEPENDS+= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
+CONFIGURE_ARGS+=--without-gnome
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \
+ ${WRKSRC}/configure
+
+.if defined(SOUP_SLAVE)
+do-build:
+ cd ${WRKSRC}/libsoup && ${GMAKE} libsoup-gnome-2.4.la
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/libsoup/.libs/libsoup-gnome-2.4.a ${PREFIX}/lib/
+ ${INSTALL_DATA} ${WRKSRC}/libsoup/.libs/libsoup-gnome-2.4.la ${PREFIX}/lib/
+ ${INSTALL_DATA} ${WRKSRC}/libsoup/.libs/libsoup-gnome-2.4.so ${PREFIX}/lib/
+ ${INSTALL_DATA} ${WRKSRC}/libsoup/.libs/libsoup-gnome-2.4.so.1 ${PREFIX}/lib/
+ cd ${WRKSRC}/libsoup && ${GMAKE} install-libsoupgnomeincludeHEADERS
+.endif
+
+post-install:
+.if defined(SOUP_SLAVE)
+ @${MKDIR} ${PREFIX}/libdata/pkgconfig
+ @${INSTALL_DATA} ${WRKSRC}/libsoup-gnome-2.4.pc \
+ ${PREFIX}/libdata/pkgconfig/
+.else
+ @${INSTALL_DATA} ${WRKSRC}/libsoup/soup-connection.h \
+ ${PREFIX}/include/libsoup-2.4/libsoup/soup-connection.h
+.endif
+
+.include <bsd.port.mk>
+
+.endif
diff --git a/devel/libsoup/distinfo b/devel/libsoup/distinfo
new file mode 100644
index 000000000..5e963aad9
--- /dev/null
+++ b/devel/libsoup/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gnome2/libsoup-2.42.0.tar.xz) = 9e0e7eb5d3f7401ccf521fbc289fc1fa0923b7c7833729e2ed7696f7b848893e
+SIZE (gnome2/libsoup-2.42.0.tar.xz) = 732628
diff --git a/devel/libsoup/files/patch-libsoup_Makefile.in b/devel/libsoup/files/patch-libsoup_Makefile.in
new file mode 100644
index 000000000..880ab2fd7
--- /dev/null
+++ b/devel/libsoup/files/patch-libsoup_Makefile.in
@@ -0,0 +1,29 @@
+--- libsoup/Makefile.in.orig 2013-03-30 07:53:47.000000000 +0000
++++ libsoup/Makefile.in 2013-03-30 07:56:16.000000000 +0000
+@@ -146,7 +146,7 @@
+ $(AM_CFLAGS) $(CFLAGS) $(libsoup_2_4_la_LDFLAGS) $(LDFLAGS) -o \
+ $@
+ @BUILD_LIBSOUP_GNOME_TRUE@libsoup_gnome_2_4_la_DEPENDENCIES = \
+-@BUILD_LIBSOUP_GNOME_TRUE@ libsoup-2.4.la $(am__DEPENDENCIES_1)
++@BUILD_LIBSOUP_GNOME_TRUE@ $(am__DEPENDENCIES_1)
+ am__libsoup_gnome_2_4_la_SOURCES_DIST = soup-cookie-jar-sqlite.c \
+ soup-gnome-features.c soup-proxy-resolver-gnome.h \
+ soup-proxy-resolver-gnome.c soup-password-manager-gnome.h \
+@@ -582,7 +582,7 @@
+ @BUILD_LIBSOUP_GNOME_TRUE@ -export-symbols $(srcdir)/libsoup-gnome-2.4.sym
+
+ @BUILD_LIBSOUP_GNOME_TRUE@libsoup_gnome_2_4_la_LIBADD = \
+-@BUILD_LIBSOUP_GNOME_TRUE@ libsoup-2.4.la \
++@BUILD_LIBSOUP_GNOME_TRUE@ -lsoup-2.4 \
+ @BUILD_LIBSOUP_GNOME_TRUE@ $(GLIB_LIBS)
+
+ @BUILD_LIBSOUP_GNOME_TRUE@libsoup_gnome_2_4_la_SOURCES = \
+@@ -637,7 +637,7 @@
+ @BUILD_LIBSOUP_GNOME_TRUE@@HAVE_INTROSPECTION_TRUE@ --include-uninstalled=$(builddir)/Soup-2.4.gir
+
+ @BUILD_LIBSOUP_GNOME_TRUE@@HAVE_INTROSPECTION_TRUE@SoupGNOME_2_4_gir_CFLAGS = $(INCLUDES)
+-@BUILD_LIBSOUP_GNOME_TRUE@@HAVE_INTROSPECTION_TRUE@SoupGNOME_2_4_gir_LIBS = libsoup-gnome-2.4.la libsoup-2.4.la
++@BUILD_LIBSOUP_GNOME_TRUE@@HAVE_INTROSPECTION_TRUE@SoupGNOME_2_4_gir_LIBS = libsoup-gnome-2.4.la -lsoup-2.4
+ @BUILD_LIBSOUP_GNOME_TRUE@@HAVE_INTROSPECTION_TRUE@SoupGNOME_2_4_gir_FILES = $(addprefix $(srcdir)/,$(gi_soup_gnome_files))
+ @BUILD_LIBSOUP_GNOME_TRUE@@HAVE_INTROSPECTION_TRUE@SoupGNOME_2_4_gir_EXPORT_PACKAGES = libsoup-gnome-2.4
+ @HAVE_INTROSPECTION_TRUE@girdir = $(datadir)/gir-1.0
diff --git a/devel/libsoup/files/patch-libsoup_soup-session.c b/devel/libsoup/files/patch-libsoup_soup-session.c
new file mode 100644
index 000000000..eeb9a072e
--- /dev/null
+++ b/devel/libsoup/files/patch-libsoup_soup-session.c
@@ -0,0 +1,25 @@
+From 6666b3cd99a4931bd28b622918c121f92cf33b52 Mon Sep 17 00:00:00 2001
+From: Xan Lopez <xan@igalia.com>
+Date: Tue, 26 Mar 2013 15:20:38 +0000
+Subject: soup-session: fix memory leak
+
+Do not steal the stream from the GTask, otherwise its destruction
+method will never run and it will be leaked.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=696594
+---
+diff --git a/libsoup/soup-session.c b/libsoup/soup-session.c
+index 14e2be4..186d57a 100644
+--- libsoup/soup-session.c
++++ libsoup/soup-session.c
+@@ -3899,7 +3899,7 @@ idle_return_from_cache_cb (gpointer data)
+ return FALSE;
+ }
+
+- istream = g_object_steal_data (G_OBJECT (task), "SoupSession:istream");
++ istream = g_object_get_data (G_OBJECT (task), "SoupSession:istream");
+ async_return_from_cache (item, istream);
+
+ return FALSE;
+--
+cgit v0.9.1
diff --git a/devel/libsoup/files/patch-tests_coding-test.c b/devel/libsoup/files/patch-tests_coding-test.c
new file mode 100644
index 000000000..899c799bc
--- /dev/null
+++ b/devel/libsoup/files/patch-tests_coding-test.c
@@ -0,0 +1,11 @@
+--- tests/coding-test.c.orig 2012-06-29 12:07:41.000000000 +0200
++++ tests/coding-test.c 2012-06-29 12:47:16.000000000 +0200
+@@ -66,7 +66,7 @@
+ }
+ }
+ if (file_path && encoding) {
+- file = g_strdup_printf (file_path, path);
++ file = g_strdup_printf ("%s", path);
+ if (g_file_test (file, G_FILE_TEST_EXISTS)) {
+ soup_message_headers_append (msg->response_headers,
+ "Content-Encoding",
diff --git a/devel/libsoup/pkg-descr b/devel/libsoup/pkg-descr
new file mode 100644
index 000000000..1ec2bfea4
--- /dev/null
+++ b/devel/libsoup/pkg-descr
@@ -0,0 +1,16 @@
+Soup is a SOAP (Simple Object Access Protocol) implementation in C.
+
+It provides a queued asynchronous callback-based mechanism for sending and
+servicing SOAP requests, and a WSDL (Web Service Definition Language) for C
+compilers which generates client stubs and server skeletons for easily
+calling and implementing SOAP methods. It uses GLib 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..acae7ee7a
--- /dev/null
+++ b/devel/libsoup/pkg-plist
@@ -0,0 +1,188 @@
+include/libsoup-%%VERSION%%/libsoup/soup-address.h
+include/libsoup-%%VERSION%%/libsoup/soup-auth-domain-basic.h
+include/libsoup-%%VERSION%%/libsoup/soup-auth-domain-digest.h
+include/libsoup-%%VERSION%%/libsoup/soup-auth-domain.h
+include/libsoup-%%VERSION%%/libsoup/soup-auth-manager.h
+include/libsoup-%%VERSION%%/libsoup/soup-auth.h
+include/libsoup-%%VERSION%%/libsoup/soup-cache.h
+include/libsoup-%%VERSION%%/libsoup/soup-connection.h
+include/libsoup-%%VERSION%%/libsoup/soup-content-decoder.h
+include/libsoup-%%VERSION%%/libsoup/soup-content-sniffer.h
+include/libsoup-%%VERSION%%/libsoup/soup-cookie-jar-db.h
+include/libsoup-%%VERSION%%/libsoup/soup-cookie-jar-text.h
+include/libsoup-%%VERSION%%/libsoup/soup-cookie-jar.h
+include/libsoup-%%VERSION%%/libsoup/soup-cookie.h
+include/libsoup-%%VERSION%%/libsoup/soup-date.h
+include/libsoup-%%VERSION%%/libsoup/soup-enum-types.h
+include/libsoup-%%VERSION%%/libsoup/soup-form.h
+include/libsoup-%%VERSION%%/libsoup/soup-headers.h
+include/libsoup-%%VERSION%%/libsoup/soup-logger.h
+include/libsoup-%%VERSION%%/libsoup/soup-message-body.h
+include/libsoup-%%VERSION%%/libsoup/soup-message-headers.h
+include/libsoup-%%VERSION%%/libsoup/soup-message.h
+include/libsoup-%%VERSION%%/libsoup/soup-method.h
+include/libsoup-%%VERSION%%/libsoup/soup-misc.h
+include/libsoup-%%VERSION%%/libsoup/soup-multipart.h
+include/libsoup-%%VERSION%%/libsoup/soup-multipart-input-stream.h
+include/libsoup-%%VERSION%%/libsoup/soup-password-manager.h
+include/libsoup-%%VERSION%%/libsoup/soup-portability.h
+include/libsoup-%%VERSION%%/libsoup/soup-proxy-resolver.h
+include/libsoup-%%VERSION%%/libsoup/soup-proxy-resolver-default.h
+include/libsoup-%%VERSION%%/libsoup/soup-proxy-uri-resolver.h
+include/libsoup-%%VERSION%%/libsoup/soup-request-data.h
+include/libsoup-%%VERSION%%/libsoup/soup-request-file.h
+include/libsoup-%%VERSION%%/libsoup/soup-request-http.h
+include/libsoup-%%VERSION%%/libsoup/soup-request.h
+include/libsoup-%%VERSION%%/libsoup/soup-requester.h
+include/libsoup-%%VERSION%%/libsoup/soup-server.h
+include/libsoup-%%VERSION%%/libsoup/soup-session-async.h
+include/libsoup-%%VERSION%%/libsoup/soup-session-feature.h
+include/libsoup-%%VERSION%%/libsoup/soup-session-sync.h
+include/libsoup-%%VERSION%%/libsoup/soup-session.h
+include/libsoup-%%VERSION%%/libsoup/soup-socket.h
+include/libsoup-%%VERSION%%/libsoup/soup-status.h
+include/libsoup-%%VERSION%%/libsoup/soup-tld.h
+include/libsoup-%%VERSION%%/libsoup/soup-types.h
+include/libsoup-%%VERSION%%/libsoup/soup-uri.h
+include/libsoup-%%VERSION%%/libsoup/soup-value-utils.h
+include/libsoup-%%VERSION%%/libsoup/soup-version.h
+include/libsoup-%%VERSION%%/libsoup/soup-xmlrpc.h
+include/libsoup-%%VERSION%%/libsoup/soup.h
+lib/girepository-1.0/Soup-%%VERSION%%.typelib
+lib/libsoup-%%VERSION%%.a
+lib/libsoup-%%VERSION%%.la
+lib/libsoup-%%VERSION%%.so
+lib/libsoup-%%VERSION%%.so.1
+libdata/pkgconfig/libsoup-%%VERSION%%.pc
+share/gir-1.0/Soup-%%VERSION%%.gir
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupAddress.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuth.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuthDomain.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuthDomainBasic.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuthDomainDigest.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuthManager.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupCache.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupContentDecoder.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupContentSniffer.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupCookie.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupCookieJar.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupCookieJarDB.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupCookieJarText.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupLogger.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupMessage.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupMessageBody.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupMessageHeaders.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupMultipart.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupMultipartInputStream.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupProxyResolverDefault.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupProxyURIResolver.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupRequest.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupRequestData.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupRequestFile.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupRequestHTTP.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupServer.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupSession.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupSessionAsync.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupSessionFeature.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupSessionSync.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupSocket.html
+share/gtk-doc/html/libsoup-%%VERSION%%/SoupURI.html
+share/gtk-doc/html/libsoup-%%VERSION%%/annotation-glossary.html
+share/gtk-doc/html/libsoup-%%VERSION%%/ch01.html
+share/gtk-doc/html/libsoup-%%VERSION%%/ch02.html
+share/gtk-doc/html/libsoup-%%VERSION%%/ch03.html
+share/gtk-doc/html/libsoup-%%VERSION%%/ch04.html
+share/gtk-doc/html/libsoup-%%VERSION%%/ch05.html
+share/gtk-doc/html/libsoup-%%VERSION%%/home.png
+share/gtk-doc/html/libsoup-%%VERSION%%/index.html
+share/gtk-doc/html/libsoup-%%VERSION%%/index.sgml
+share/gtk-doc/html/libsoup-%%VERSION%%/ix01.html
+share/gtk-doc/html/libsoup-%%VERSION%%/left.png
+share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-GValue-Support.html
+share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-HTML-Form-Support.html
+share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-Soup-Miscellaneous-Utilities.html
+share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-Top-Level-Domain-utils.html
+share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-Version-Information.html
+share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-XMLRPC-Support.html
+share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-soup-method.html
+share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-soup-status.html
+share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%.devhelp2
+share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-build-howto.html
+share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-client-howto.html
+share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-server-howto.html
+share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-session-porting.html
+share/gtk-doc/html/libsoup-%%VERSION%%/right.png
+share/gtk-doc/html/libsoup-%%VERSION%%/style.css
+share/gtk-doc/html/libsoup-%%VERSION%%/up.png
+share/locale/an/LC_MESSAGES/libsoup.mo
+share/locale/as/LC_MESSAGES/libsoup.mo
+share/locale/be/LC_MESSAGES/libsoup.mo
+share/locale/bg/LC_MESSAGES/libsoup.mo
+share/locale/bn_IN/LC_MESSAGES/libsoup.mo
+share/locale/ca/LC_MESSAGES/libsoup.mo
+share/locale/ca@valencia/LC_MESSAGES/libsoup.mo
+share/locale/cs/LC_MESSAGES/libsoup.mo
+share/locale/da/LC_MESSAGES/libsoup.mo
+share/locale/de/LC_MESSAGES/libsoup.mo
+share/locale/el/LC_MESSAGES/libsoup.mo
+share/locale/en_GB/LC_MESSAGES/libsoup.mo
+share/locale/eo/LC_MESSAGES/libsoup.mo
+share/locale/es/LC_MESSAGES/libsoup.mo
+share/locale/et/LC_MESSAGES/libsoup.mo
+share/locale/fa/LC_MESSAGES/libsoup.mo
+share/locale/fr/LC_MESSAGES/libsoup.mo
+share/locale/fur/LC_MESSAGES/libsoup.mo
+share/locale/gl/LC_MESSAGES/libsoup.mo
+share/locale/gu/LC_MESSAGES/libsoup.mo
+share/locale/he/LC_MESSAGES/libsoup.mo
+share/locale/hi/LC_MESSAGES/libsoup.mo
+share/locale/hu/LC_MESSAGES/libsoup.mo
+share/locale/id/LC_MESSAGES/libsoup.mo
+share/locale/it/LC_MESSAGES/libsoup.mo
+share/locale/ja/LC_MESSAGES/libsoup.mo
+share/locale/kn/LC_MESSAGES/libsoup.mo
+share/locale/ko/LC_MESSAGES/libsoup.mo
+share/locale/lt/LC_MESSAGES/libsoup.mo
+share/locale/lv/LC_MESSAGES/libsoup.mo
+share/locale/ml/LC_MESSAGES/libsoup.mo
+share/locale/mr/LC_MESSAGES/libsoup.mo
+share/locale/nb/LC_MESSAGES/libsoup.mo
+share/locale/or/LC_MESSAGES/libsoup.mo
+share/locale/pa/LC_MESSAGES/libsoup.mo
+share/locale/pl/LC_MESSAGES/libsoup.mo
+share/locale/pt/LC_MESSAGES/libsoup.mo
+share/locale/pt_BR/LC_MESSAGES/libsoup.mo
+share/locale/ro/LC_MESSAGES/libsoup.mo
+share/locale/ru/LC_MESSAGES/libsoup.mo
+share/locale/sk/LC_MESSAGES/libsoup.mo
+share/locale/sl/LC_MESSAGES/libsoup.mo
+share/locale/sr/LC_MESSAGES/libsoup.mo
+share/locale/sr@latin/LC_MESSAGES/libsoup.mo
+share/locale/sv/LC_MESSAGES/libsoup.mo
+share/locale/ta/LC_MESSAGES/libsoup.mo
+share/locale/te/LC_MESSAGES/libsoup.mo
+share/locale/tg/LC_MESSAGES/libsoup.mo
+share/locale/th/LC_MESSAGES/libsoup.mo
+share/locale/tr/LC_MESSAGES/libsoup.mo
+share/locale/ug/LC_MESSAGES/libsoup.mo
+share/locale/uk/LC_MESSAGES/libsoup.mo
+share/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo
+share/locale/vi/LC_MESSAGES/libsoup.mo
+share/locale/zh_CN/LC_MESSAGES/libsoup.mo
+share/locale/zh_HK/LC_MESSAGES/libsoup.mo
+share/locale/zh_TW/LC_MESSAGES/libsoup.mo
+@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES
+@dirrmtry share/locale/uz@cyrillic
+@dirrmtry share/locale/ug/LC_MESSAGES
+@dirrmtry share/locale/ug
+@dirrmtry share/locale/fur/LC_MESSAGES
+@dirrmtry share/locale/fur
+@dirrmtry share/locale/ca@valencia/LC_MESSAGES
+@dirrmtry share/locale/ca@valencia
+@dirrmtry share/locale/an/LC_MESSAGES
+@dirrmtry share/locale/an
+@dirrm share/gtk-doc/html/libsoup-%%VERSION%%
+@dirrmtry share/gtk-doc/html
+@dirrmtry share/gtk-doc/
+@dirrm include/libsoup-%%VERSION%%/libsoup
+@dirrm include/libsoup-%%VERSION%%