View | Details | Raw Unified | Return to bug 193625 | Differences between
and this patch

Collapse All | Expand All

(-)devel/libsoup/Makefile (-8 / +17 lines)
Lines 3-10 Link Here
3
#   $MCom: ports/trunk/devel/libsoup/Makefile 19016 2014-03-08 09:05:27Z kwm $
3
#   $MCom: ports/trunk/devel/libsoup/Makefile 19016 2014-03-08 09:05:27Z kwm $
4
4
5
PORTNAME=	libsoup
5
PORTNAME=	libsoup
6
PORTVERSION=	2.40.3
6
PORTVERSION=	2.47.4
7
PORTREVISION?=	6
8
CATEGORIES=	devel gnome
7
CATEGORIES=	devel gnome
9
MASTER_SITES=	GNOME
8
MASTER_SITES=	GNOME
10
DIST_SUBDIR=	gnome2
9
DIST_SUBDIR=	gnome2
Lines 12-36 Link Here
12
MAINTAINER=	gnome@FreeBSD.org
11
MAINTAINER=	gnome@FreeBSD.org
13
COMMENT=	SOAP (Simple Object Access Protocol) implementation in C
12
COMMENT=	SOAP (Simple Object Access Protocol) implementation in C
14
13
15
BUILD_DEPENDS=	glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking
14
LICENSE=	LGPL20
15
16
BUILD_DEPENDS=	glib-networking>=2.38.0:${PORTSDIR}/net/glib-networking
16
LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt
17
LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt
17
RUN_DEPENDS=	glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking
18
RUN_DEPENDS=	glib-networking>=2.38.0:${PORTSDIR}/net/glib-networking
18
19
19
USES=		tar:xz
20
USES=		tar:xz
20
21
21
.if !defined(REFERENCE_PORT)
22
.if !defined(REFERENCE_PORT)
22
23
23
USES+=		gettext gmake libtool:keepla pathfix pkgconfig
24
USES+=		tar:xz gmake libtool:keepla pathfix pkgconfig python:2,build
24
USE_GNOME=	gnomehier glib20 libxml2 referencehack intltool
25
USE_GNOME=	gnomehier glib20 libxml2 referencehack intltool
25
USE_SQLITE=	3
26
USE_SQLITE=	3
26
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
27
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
28
USE_PYTHON_BUILD=	2
29
CONFIGURE_ARGS=	--disable-more-warnings
29
CONFIGURE_ARGS=	--disable-more-warnings
30
CPPFLAGS+=	-I${LOCALBASE}/include
30
CPPFLAGS+=	-I${LOCALBASE}/include
31
LDFLAGS+=	-L${LOCALBASE}/lib
31
LDFLAGS+=	-L${LOCALBASE}/lib
32
32
33
LIBVERSION=	1.5.0
33
LIBVERSION=	1.7.0
34
PLIST_SUB=	VERSION="2.4" LIBVERSION=${LIBVERSION}
34
PLIST_SUB=	VERSION="2.4" LIBVERSION=${LIBVERSION}
35
35
36
.if defined(SOUP_SLAVE)
36
.if defined(SOUP_SLAVE)
Lines 43-48 Link Here
43
CONFIGURE_ARGS+=--without-gnome
43
CONFIGURE_ARGS+=--without-gnome
44
.endif
44
.endif
45
45
46
OPTIONS_DEFINE=	HTML NLS
47
HTML_DESC=	Install HTML documentation
48
OPTIONS_SUB=	yes
49
50
NLS_USES=	gettext
51
NLS_CONFIGURE_ENABLE=	nls
52
53
.include <bsd.port.pre.mk>
54
46
post-patch:
55
post-patch:
47
	@${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \
56
	@${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \
48
		${WRKSRC}/configure
57
		${WRKSRC}/configure
Lines 72-77 Link Here
72
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsoup*.so*
81
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsoup*.so*
73
.endif
82
.endif
74
83
75
.include <bsd.port.mk>
84
.include <bsd.port.post.mk>
76
85
77
.endif
86
.endif
(-)devel/libsoup/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (gnome2/libsoup-2.40.3.tar.xz) = 82c92f1f6f4cbfd501df783ed87e7de9410b4a12a3bb0b19c64722e185d2bbc9
1
SHA256 (gnome2/libsoup-2.47.4.tar.xz) = 2e8c1ea1e47c0c1b17d5fa7eba0ba663e0999f75a9e5fdc2607c2bcd418d4086
2
SIZE (gnome2/libsoup-2.40.3.tar.xz) = 709124
2
SIZE (gnome2/libsoup-2.47.4.tar.xz) = 1710092
(-)devel/libsoup/files/patch-libsoup_Makefile.in (-19 lines)
Lines 1-19 Link Here
1
--- libsoup/Makefile.in.orig	2011-07-28 20:47:20.000000000 +0200
2
+++ libsoup/Makefile.in	2011-07-28 20:47:20.000000000 +0200
3
@@ -119,7 +119,6 @@
4
 	$(AM_CFLAGS) $(CFLAGS) $(libsoup_2_4_la_LDFLAGS) $(LDFLAGS) -o \
5
 	$@
6
 @BUILD_LIBSOUP_GNOME_TRUE@libsoup_gnome_2_4_la_DEPENDENCIES =  \
7
-@BUILD_LIBSOUP_GNOME_TRUE@	libsoup-2.4.la $(am__DEPENDENCIES_1) \
8
 @BUILD_LIBSOUP_GNOME_TRUE@	$(am__DEPENDENCIES_1) \
9
 @BUILD_LIBSOUP_GNOME_TRUE@	$(am__DEPENDENCIES_1)
10
 am__libsoup_gnome_2_4_la_SOURCES_DIST = soup-cookie-jar-sqlite.c \
11
@@ -494,7 +493,7 @@
12
 
13
 @BUILD_LIBSOUP_GNOME_TRUE@libsoup_gnome_2_4_la_LDFLAGS = $(libsoup_2_4_la_LDFLAGS)
14
 @BUILD_LIBSOUP_GNOME_TRUE@libsoup_gnome_2_4_la_LIBADD = \
15
-@BUILD_LIBSOUP_GNOME_TRUE@	libsoup-2.4.la			\
16
+@BUILD_LIBSOUP_GNOME_TRUE@	-lsoup-2.4			\
17
 @BUILD_LIBSOUP_GNOME_TRUE@	$(GLIB_LIBS)			\
18
 @BUILD_LIBSOUP_GNOME_TRUE@	$(SQLITE_LIBS)			\
19
 @BUILD_LIBSOUP_GNOME_TRUE@	$(GNOME_KEYRING_LIBS)
(-)devel/libsoup/files/patch-libsoup_soup-tld.c (+10 lines)
Line 0 Link Here
1
--- libsoup/soup-tld.c.orig	2014-06-18 20:42:51.000000000 +0600
2
+++ libsoup/soup-tld.c	2014-10-19 13:05:53.000000000 +0600
3
@@ -33,7 +33,6 @@
4
 
5
 static GHashTable *rules = NULL;
6
 static SoupTLDEntry tld_entries[] = {
7
-#include "tld_data.inc"
8
 };
9
 
10
 /* Stores the entries data in a hash table to ease and speed up
(-)devel/libsoup/files/patch-tests_coding-test.c (-11 lines)
Lines 1-11 Link Here
1
--- tests/coding-test.c.orig	2012-06-29 12:07:41.000000000 +0200
2
+++ tests/coding-test.c	2012-06-29 12:47:16.000000000 +0200
3
@@ -66,7 +66,7 @@
4
 			}
5
 		}
6
 		if (file_path && encoding) {
7
-			file = g_strdup_printf (file_path, path);
8
+			file = g_strdup_printf ("%s", path);
9
 			if (g_file_test (file, G_FILE_TEST_EXISTS)) {
10
 				soup_message_headers_append (msg->response_headers,
11
 							     "Content-Encoding",
(-)devel/libsoup/pkg-plist (-130 / +127 lines)
Lines 2-12 Link Here
2
include/libsoup-%%VERSION%%/libsoup/soup-auth-domain-basic.h
2
include/libsoup-%%VERSION%%/libsoup/soup-auth-domain-basic.h
3
include/libsoup-%%VERSION%%/libsoup/soup-auth-domain-digest.h
3
include/libsoup-%%VERSION%%/libsoup/soup-auth-domain-digest.h
4
include/libsoup-%%VERSION%%/libsoup/soup-auth-domain.h
4
include/libsoup-%%VERSION%%/libsoup/soup-auth-domain.h
5
include/libsoup-%%VERSION%%/libsoup/soup-auth-manager.h
5
include/libsoup-%%VERSION%%/libsoup/soup-auth.h
6
include/libsoup-%%VERSION%%/libsoup/soup-auth.h
6
include/libsoup-%%VERSION%%/libsoup/soup-cache.h
7
include/libsoup-%%VERSION%%/libsoup/soup-cache.h
7
include/libsoup-%%VERSION%%/libsoup/soup-connection.h
8
include/libsoup-%%VERSION%%/libsoup/soup-connection.h
8
include/libsoup-%%VERSION%%/libsoup/soup-content-decoder.h
9
include/libsoup-%%VERSION%%/libsoup/soup-content-decoder.h
9
include/libsoup-%%VERSION%%/libsoup/soup-content-sniffer.h
10
include/libsoup-%%VERSION%%/libsoup/soup-content-sniffer.h
11
include/libsoup-%%VERSION%%/libsoup/soup-cookie-jar-db.h
10
include/libsoup-%%VERSION%%/libsoup/soup-cookie-jar-text.h
12
include/libsoup-%%VERSION%%/libsoup/soup-cookie-jar-text.h
11
include/libsoup-%%VERSION%%/libsoup/soup-cookie-jar.h
13
include/libsoup-%%VERSION%%/libsoup/soup-cookie-jar.h
12
include/libsoup-%%VERSION%%/libsoup/soup-cookie.h
14
include/libsoup-%%VERSION%%/libsoup/soup-cookie.h
Lines 20-31 Link Here
20
include/libsoup-%%VERSION%%/libsoup/soup-message.h
22
include/libsoup-%%VERSION%%/libsoup/soup-message.h
21
include/libsoup-%%VERSION%%/libsoup/soup-method.h
23
include/libsoup-%%VERSION%%/libsoup/soup-method.h
22
include/libsoup-%%VERSION%%/libsoup/soup-misc.h
24
include/libsoup-%%VERSION%%/libsoup/soup-misc.h
25
include/libsoup-%%VERSION%%/libsoup/soup-multipart-input-stream.h
23
include/libsoup-%%VERSION%%/libsoup/soup-multipart.h
26
include/libsoup-%%VERSION%%/libsoup/soup-multipart.h
24
include/libsoup-%%VERSION%%/libsoup/soup-multipart-input-stream.h
25
include/libsoup-%%VERSION%%/libsoup/soup-password-manager.h
27
include/libsoup-%%VERSION%%/libsoup/soup-password-manager.h
26
include/libsoup-%%VERSION%%/libsoup/soup-portability.h
28
include/libsoup-%%VERSION%%/libsoup/soup-portability.h
29
include/libsoup-%%VERSION%%/libsoup/soup-proxy-resolver-default.h
27
include/libsoup-%%VERSION%%/libsoup/soup-proxy-resolver.h
30
include/libsoup-%%VERSION%%/libsoup/soup-proxy-resolver.h
28
include/libsoup-%%VERSION%%/libsoup/soup-proxy-resolver-default.h
29
include/libsoup-%%VERSION%%/libsoup/soup-proxy-uri-resolver.h
31
include/libsoup-%%VERSION%%/libsoup/soup-proxy-uri-resolver.h
30
include/libsoup-%%VERSION%%/libsoup/soup-request-data.h
32
include/libsoup-%%VERSION%%/libsoup/soup-request-data.h
31
include/libsoup-%%VERSION%%/libsoup/soup-request-file.h
33
include/libsoup-%%VERSION%%/libsoup/soup-request-file.h
Lines 43-48 Link Here
43
include/libsoup-%%VERSION%%/libsoup/soup-types.h
45
include/libsoup-%%VERSION%%/libsoup/soup-types.h
44
include/libsoup-%%VERSION%%/libsoup/soup-uri.h
46
include/libsoup-%%VERSION%%/libsoup/soup-uri.h
45
include/libsoup-%%VERSION%%/libsoup/soup-value-utils.h
47
include/libsoup-%%VERSION%%/libsoup/soup-value-utils.h
48
include/libsoup-%%VERSION%%/libsoup/soup-version.h
46
include/libsoup-%%VERSION%%/libsoup/soup-xmlrpc.h
49
include/libsoup-%%VERSION%%/libsoup/soup-xmlrpc.h
47
include/libsoup-%%VERSION%%/libsoup/soup.h
50
include/libsoup-%%VERSION%%/libsoup/soup.h
48
lib/girepository-1.0/Soup-%%VERSION%%.typelib
51
lib/girepository-1.0/Soup-%%VERSION%%.typelib
Lines 53-183 Link Here
53
lib/libsoup-%%VERSION%%.so.%%LIBVERSION%%
56
lib/libsoup-%%VERSION%%.so.%%LIBVERSION%%
54
libdata/pkgconfig/libsoup-%%VERSION%%.pc
57
libdata/pkgconfig/libsoup-%%VERSION%%.pc
55
share/gir-1.0/Soup-%%VERSION%%.gir
58
share/gir-1.0/Soup-%%VERSION%%.gir
56
share/gtk-doc/html/libsoup-%%VERSION%%/SoupAddress.html
59
%%NLS%%share/locale/an/LC_MESSAGES/libsoup.mo
57
share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuth.html
60
%%NLS%%share/locale/as/LC_MESSAGES/libsoup.mo
58
share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuthDomain.html
61
%%NLS%%share/locale/be/LC_MESSAGES/libsoup.mo
59
share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuthDomainBasic.html
62
%%NLS%%share/locale/bg/LC_MESSAGES/libsoup.mo
60
share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuthDomainDigest.html
63
%%NLS%%share/locale/bn_IN/LC_MESSAGES/libsoup.mo
61
share/gtk-doc/html/libsoup-%%VERSION%%/SoupCache.html
64
%%NLS%%share/locale/ca/LC_MESSAGES/libsoup.mo
62
share/gtk-doc/html/libsoup-%%VERSION%%/SoupContentDecoder.html
65
%%NLS%%share/locale/ca@valencia/LC_MESSAGES/libsoup.mo
63
share/gtk-doc/html/libsoup-%%VERSION%%/SoupContentSniffer.html
66
%%NLS%%share/locale/cs/LC_MESSAGES/libsoup.mo
64
share/gtk-doc/html/libsoup-%%VERSION%%/SoupCookie.html
67
%%NLS%%share/locale/da/LC_MESSAGES/libsoup.mo
65
share/gtk-doc/html/libsoup-%%VERSION%%/SoupCookieJar.html
68
%%NLS%%share/locale/de/LC_MESSAGES/libsoup.mo
66
share/gtk-doc/html/libsoup-%%VERSION%%/SoupCookieJarText.html
69
%%NLS%%share/locale/el/LC_MESSAGES/libsoup.mo
67
share/gtk-doc/html/libsoup-%%VERSION%%/SoupLogger.html
70
%%NLS%%share/locale/en_GB/LC_MESSAGES/libsoup.mo
68
share/gtk-doc/html/libsoup-%%VERSION%%/SoupMessage.html
71
%%NLS%%share/locale/eo/LC_MESSAGES/libsoup.mo
69
share/gtk-doc/html/libsoup-%%VERSION%%/SoupMessageBody.html
72
%%NLS%%share/locale/es/LC_MESSAGES/libsoup.mo
70
share/gtk-doc/html/libsoup-%%VERSION%%/SoupMessageHeaders.html
73
%%NLS%%share/locale/et/LC_MESSAGES/libsoup.mo
71
share/gtk-doc/html/libsoup-%%VERSION%%/SoupMultipart.html
74
%%NLS%%share/locale/eu/LC_MESSAGES/libsoup.mo
72
share/gtk-doc/html/libsoup-%%VERSION%%/SoupMultipartInputStream.html
75
%%NLS%%share/locale/fa/LC_MESSAGES/libsoup.mo
73
share/gtk-doc/html/libsoup-%%VERSION%%/SoupProxyResolverDefault.html
76
%%NLS%%share/locale/fr/LC_MESSAGES/libsoup.mo
74
share/gtk-doc/html/libsoup-%%VERSION%%/SoupProxyURIResolver.html
77
%%NLS%%share/locale/fur/LC_MESSAGES/libsoup.mo
75
share/gtk-doc/html/libsoup-%%VERSION%%/SoupRequest.html
78
%%NLS%%share/locale/gl/LC_MESSAGES/libsoup.mo
76
share/gtk-doc/html/libsoup-%%VERSION%%/SoupRequestData.html
79
%%NLS%%share/locale/gu/LC_MESSAGES/libsoup.mo
77
share/gtk-doc/html/libsoup-%%VERSION%%/SoupRequestFile.html
80
%%NLS%%share/locale/he/LC_MESSAGES/libsoup.mo
78
share/gtk-doc/html/libsoup-%%VERSION%%/SoupRequestHTTP.html
81
%%NLS%%share/locale/hi/LC_MESSAGES/libsoup.mo
79
share/gtk-doc/html/libsoup-%%VERSION%%/SoupServer.html
82
%%NLS%%share/locale/hu/LC_MESSAGES/libsoup.mo
80
share/gtk-doc/html/libsoup-%%VERSION%%/SoupSession.html
83
%%NLS%%share/locale/id/LC_MESSAGES/libsoup.mo
81
share/gtk-doc/html/libsoup-%%VERSION%%/SoupSessionAsync.html
84
%%NLS%%share/locale/it/LC_MESSAGES/libsoup.mo
82
share/gtk-doc/html/libsoup-%%VERSION%%/SoupSessionFeature.html
85
%%NLS%%share/locale/ja/LC_MESSAGES/libsoup.mo
83
share/gtk-doc/html/libsoup-%%VERSION%%/SoupSessionSync.html
86
%%NLS%%share/locale/kn/LC_MESSAGES/libsoup.mo
84
share/gtk-doc/html/libsoup-%%VERSION%%/SoupSocket.html
87
%%NLS%%share/locale/ko/LC_MESSAGES/libsoup.mo
85
share/gtk-doc/html/libsoup-%%VERSION%%/SoupURI.html
88
%%NLS%%share/locale/lt/LC_MESSAGES/libsoup.mo
86
share/gtk-doc/html/libsoup-%%VERSION%%/annotation-glossary.html
89
%%NLS%%share/locale/lv/LC_MESSAGES/libsoup.mo
87
share/gtk-doc/html/libsoup-%%VERSION%%/ch01.html
90
%%NLS%%share/locale/ml/LC_MESSAGES/libsoup.mo
88
share/gtk-doc/html/libsoup-%%VERSION%%/ch02.html
91
%%NLS%%share/locale/mr/LC_MESSAGES/libsoup.mo
89
share/gtk-doc/html/libsoup-%%VERSION%%/ch03.html
92
%%NLS%%share/locale/nb/LC_MESSAGES/libsoup.mo
90
share/gtk-doc/html/libsoup-%%VERSION%%/ch04.html
93
%%NLS%%share/locale/nl/LC_MESSAGES/libsoup.mo
91
share/gtk-doc/html/libsoup-%%VERSION%%/ch05.html
94
%%NLS%%share/locale/or/LC_MESSAGES/libsoup.mo
92
share/gtk-doc/html/libsoup-%%VERSION%%/ch06.html
95
%%NLS%%share/locale/pa/LC_MESSAGES/libsoup.mo
93
share/gtk-doc/html/libsoup-%%VERSION%%/ch07.html
96
%%NLS%%share/locale/pl/LC_MESSAGES/libsoup.mo
94
share/gtk-doc/html/libsoup-%%VERSION%%/home.png
97
%%NLS%%share/locale/pt/LC_MESSAGES/libsoup.mo
95
share/gtk-doc/html/libsoup-%%VERSION%%/index.html
98
%%NLS%%share/locale/pt_BR/LC_MESSAGES/libsoup.mo
96
share/gtk-doc/html/libsoup-%%VERSION%%/index.sgml
99
%%NLS%%share/locale/ro/LC_MESSAGES/libsoup.mo
97
share/gtk-doc/html/libsoup-%%VERSION%%/ix01.html
100
%%NLS%%share/locale/ru/LC_MESSAGES/libsoup.mo
98
share/gtk-doc/html/libsoup-%%VERSION%%/left.png
101
%%NLS%%share/locale/sk/LC_MESSAGES/libsoup.mo
99
share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-GValue-Support.html
102
%%NLS%%share/locale/sl/LC_MESSAGES/libsoup.mo
100
share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-HTML-Form-Support.html
103
%%NLS%%share/locale/sr/LC_MESSAGES/libsoup.mo
101
share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-Soup-Miscellaneous-Utilities.html
104
%%NLS%%share/locale/sr@latin/LC_MESSAGES/libsoup.mo
102
share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-SoupCookieJarSqlite.html
105
%%NLS%%share/locale/sv/LC_MESSAGES/libsoup.mo
103
share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-SoupRequester.html
106
%%NLS%%share/locale/ta/LC_MESSAGES/libsoup.mo
104
share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-Top-Level-Domain-utils.html
107
%%NLS%%share/locale/te/LC_MESSAGES/libsoup.mo
105
share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-XMLRPC-Support.html
108
%%NLS%%share/locale/tg/LC_MESSAGES/libsoup.mo
106
share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-soup-gnome-features.html
109
%%NLS%%share/locale/th/LC_MESSAGES/libsoup.mo
107
share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-soup-method.html
110
%%NLS%%share/locale/tr/LC_MESSAGES/libsoup.mo
108
share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-soup-status.html
111
%%NLS%%share/locale/ug/LC_MESSAGES/libsoup.mo
109
share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%.devhelp2
112
%%NLS%%share/locale/uk/LC_MESSAGES/libsoup.mo
110
share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-build-howto.html
113
%%NLS%%share/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo
111
share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-client-howto.html
114
%%NLS%%share/locale/vi/LC_MESSAGES/libsoup.mo
112
share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-server-howto.html
115
%%NLS%%share/locale/zh_CN/LC_MESSAGES/libsoup.mo
113
share/gtk-doc/html/libsoup-%%VERSION%%/right.png
116
%%NLS%%share/locale/zh_HK/LC_MESSAGES/libsoup.mo
114
share/gtk-doc/html/libsoup-%%VERSION%%/style.css
117
%%NLS%%share/locale/zh_TW/LC_MESSAGES/libsoup.mo
115
share/gtk-doc/html/libsoup-%%VERSION%%/up.png
118
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupAddress.html
116
share/locale/as/LC_MESSAGES/libsoup.mo
119
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuth.html
117
share/locale/be/LC_MESSAGES/libsoup.mo
120
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuthDomain.html
118
share/locale/bg/LC_MESSAGES/libsoup.mo
121
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuthDomainBasic.html
119
share/locale/bn_IN/LC_MESSAGES/libsoup.mo
122
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuthDomainDigest.html
120
share/locale/ca/LC_MESSAGES/libsoup.mo
123
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuthManager.html
121
share/locale/ca@valencia/LC_MESSAGES/libsoup.mo
124
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupCache.html
122
share/locale/cs/LC_MESSAGES/libsoup.mo
125
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupContentDecoder.html
123
share/locale/da/LC_MESSAGES/libsoup.mo
126
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupContentSniffer.html
124
share/locale/de/LC_MESSAGES/libsoup.mo
127
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupCookie.html
125
share/locale/el/LC_MESSAGES/libsoup.mo
128
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupCookieJar.html
126
share/locale/en_GB/LC_MESSAGES/libsoup.mo
129
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupCookieJarDB.html
127
share/locale/eo/LC_MESSAGES/libsoup.mo
130
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupCookieJarText.html
128
share/locale/es/LC_MESSAGES/libsoup.mo
131
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupLogger.html
129
share/locale/et/LC_MESSAGES/libsoup.mo
132
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupMessage.html
130
share/locale/fa/LC_MESSAGES/libsoup.mo
133
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupMessageBody.html
131
share/locale/fr/LC_MESSAGES/libsoup.mo
134
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupMessageHeaders.html
132
share/locale/fur/LC_MESSAGES/libsoup.mo
135
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupMultipart.html
133
share/locale/gl/LC_MESSAGES/libsoup.mo
136
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupMultipartInputStream.html
134
share/locale/gu/LC_MESSAGES/libsoup.mo
137
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupProxyResolverDefault.html
135
share/locale/he/LC_MESSAGES/libsoup.mo
138
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupRequest.html
136
share/locale/hi/LC_MESSAGES/libsoup.mo
139
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupRequestData.html
137
share/locale/hu/LC_MESSAGES/libsoup.mo
140
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupRequestFile.html
138
share/locale/id/LC_MESSAGES/libsoup.mo
141
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupRequestHTTP.html
139
share/locale/it/LC_MESSAGES/libsoup.mo
142
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupServer.html
140
share/locale/ja/LC_MESSAGES/libsoup.mo
143
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupSession.html
141
share/locale/kn/LC_MESSAGES/libsoup.mo
144
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupSessionAsync.html
142
share/locale/ko/LC_MESSAGES/libsoup.mo
145
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupSessionFeature.html
143
share/locale/lt/LC_MESSAGES/libsoup.mo
146
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupSessionSync.html
144
share/locale/lv/LC_MESSAGES/libsoup.mo
147
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupSocket.html
145
share/locale/ml/LC_MESSAGES/libsoup.mo
148
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupURI.html
146
share/locale/mr/LC_MESSAGES/libsoup.mo
149
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/annotation-glossary.html
147
share/locale/nb/LC_MESSAGES/libsoup.mo
150
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/ch01.html
148
share/locale/or/LC_MESSAGES/libsoup.mo
151
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/ch02.html
149
share/locale/pa/LC_MESSAGES/libsoup.mo
152
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/ch03.html
150
share/locale/pl/LC_MESSAGES/libsoup.mo
153
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/ch04.html
151
share/locale/pt/LC_MESSAGES/libsoup.mo
154
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/ch05.html
152
share/locale/pt_BR/LC_MESSAGES/libsoup.mo
155
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/home.png
153
share/locale/ro/LC_MESSAGES/libsoup.mo
156
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/index.html
154
share/locale/ru/LC_MESSAGES/libsoup.mo
157
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/index.sgml
155
share/locale/sk/LC_MESSAGES/libsoup.mo
158
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/ix01.html
156
share/locale/sl/LC_MESSAGES/libsoup.mo
159
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/left-insensitive.png
157
share/locale/sr/LC_MESSAGES/libsoup.mo
160
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/left.png
158
share/locale/sr@latin/LC_MESSAGES/libsoup.mo
161
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-GValue-Support.html
159
share/locale/sv/LC_MESSAGES/libsoup.mo
162
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-HTML-Form-Support.html
160
share/locale/ta/LC_MESSAGES/libsoup.mo
163
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-Soup-Miscellaneous-Utilities.html
161
share/locale/te/LC_MESSAGES/libsoup.mo
164
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-SoupServer-deprecated-API.html
162
share/locale/th/LC_MESSAGES/libsoup.mo
165
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-Top-Level-Domain-utils.html
163
share/locale/tr/LC_MESSAGES/libsoup.mo
166
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-Version-Information.html
164
share/locale/ug/LC_MESSAGES/libsoup.mo
167
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-XMLRPC-Support.html
165
share/locale/uk/LC_MESSAGES/libsoup.mo
168
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-soup-method.html
166
share/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo
169
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-soup-status.html
167
share/locale/vi/LC_MESSAGES/libsoup.mo
170
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%.devhelp2
168
share/locale/zh_CN/LC_MESSAGES/libsoup.mo
171
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-build-howto.html
169
share/locale/zh_HK/LC_MESSAGES/libsoup.mo
172
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-client-howto.html
170
share/locale/zh_TW/LC_MESSAGES/libsoup.mo
173
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-request-howto.html
171
@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES
174
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-server-howto.html
172
@dirrmtry share/locale/uz@cyrillic
175
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-session-porting.html
173
@dirrmtry share/locale/ug/LC_MESSAGES
176
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/right-insensitive.png
174
@dirrmtry share/locale/ug
177
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/right.png
175
@dirrmtry share/locale/fur/LC_MESSAGES
178
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/style.css
176
@dirrmtry share/locale/fur
179
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/up-insensitive.png
177
@dirrmtry share/locale/ca@valencia/LC_MESSAGES
180
%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/up.png
178
@dirrmtry share/locale/ca@valencia
179
@dirrm share/gtk-doc/html/libsoup-%%VERSION%%
180
@dirrmtry share/gtk-doc/html
181
@dirrmtry share/gtk-doc/
182
@dirrm include/libsoup-%%VERSION%%/libsoup
183
@dirrm include/libsoup-%%VERSION%%
(-)devel/libsoup-gnome/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
#   $MCom: ports/devel/libsoup-gnome/Makefile,v 1.3 2011/06/06 17:50:29 kwm Exp $
3
#   $MCom: ports/devel/libsoup-gnome/Makefile,v 1.3 2011/06/06 17:50:29 kwm Exp $
4
4
5
PORTREVISION=	4
5
PORTREVISION=	0
6
CATEGORIES=	devel gnome
6
CATEGORIES=	devel gnome
7
PKGNAMESUFFIX=	-gnome
7
PKGNAMESUFFIX=	-gnome
8
8
(-)devel/libsoup-gnome/pkg-plist (-2 lines)
Lines 6-10 Link Here
6
lib/libsoup-gnome-%%VERSION%%.so.1
6
lib/libsoup-gnome-%%VERSION%%.so.1
7
lib/libsoup-gnome-%%VERSION%%.so.%%LIBVERSION%%
7
lib/libsoup-gnome-%%VERSION%%.so.%%LIBVERSION%%
8
libdata/pkgconfig/libsoup-gnome-%%VERSION%%.pc
8
libdata/pkgconfig/libsoup-gnome-%%VERSION%%.pc
9
@dirrm include/libsoup-gnome-%%VERSION%%/libsoup
10
@dirrm include/libsoup-gnome-%%VERSION%%
(-)devel/libsoup-reference/pkg-plist (+63 lines)
Line 0 Link Here
1
%%DOCSDIR%%/libsoup/SoupAddress.html
2
%%DOCSDIR%%/libsoup/SoupAuth.html
3
%%DOCSDIR%%/libsoup/SoupAuthDomain.html
4
%%DOCSDIR%%/libsoup/SoupAuthDomainBasic.html
5
%%DOCSDIR%%/libsoup/SoupAuthDomainDigest.html
6
%%DOCSDIR%%/libsoup/SoupAuthManager.html
7
%%DOCSDIR%%/libsoup/SoupCache.html
8
%%DOCSDIR%%/libsoup/SoupContentDecoder.html
9
%%DOCSDIR%%/libsoup/SoupContentSniffer.html
10
%%DOCSDIR%%/libsoup/SoupCookie.html
11
%%DOCSDIR%%/libsoup/SoupCookieJar.html
12
%%DOCSDIR%%/libsoup/SoupCookieJarDB.html
13
%%DOCSDIR%%/libsoup/SoupCookieJarText.html
14
%%DOCSDIR%%/libsoup/SoupLogger.html
15
%%DOCSDIR%%/libsoup/SoupMessage.html
16
%%DOCSDIR%%/libsoup/SoupMessageBody.html
17
%%DOCSDIR%%/libsoup/SoupMessageHeaders.html
18
%%DOCSDIR%%/libsoup/SoupMultipart.html
19
%%DOCSDIR%%/libsoup/SoupMultipartInputStream.html
20
%%DOCSDIR%%/libsoup/SoupProxyResolverDefault.html
21
%%DOCSDIR%%/libsoup/SoupRequest.html
22
%%DOCSDIR%%/libsoup/SoupRequestData.html
23
%%DOCSDIR%%/libsoup/SoupRequestFile.html
24
%%DOCSDIR%%/libsoup/SoupRequestHTTP.html
25
%%DOCSDIR%%/libsoup/SoupServer.html
26
%%DOCSDIR%%/libsoup/SoupSession.html
27
%%DOCSDIR%%/libsoup/SoupSessionAsync.html
28
%%DOCSDIR%%/libsoup/SoupSessionFeature.html
29
%%DOCSDIR%%/libsoup/SoupSessionSync.html
30
%%DOCSDIR%%/libsoup/SoupSocket.html
31
%%DOCSDIR%%/libsoup/SoupURI.html
32
%%DOCSDIR%%/libsoup/annotation-glossary.html
33
%%DOCSDIR%%/libsoup/ch01.html
34
%%DOCSDIR%%/libsoup/ch02.html
35
%%DOCSDIR%%/libsoup/ch03.html
36
%%DOCSDIR%%/libsoup/ch04.html
37
%%DOCSDIR%%/libsoup/ch05.html
38
%%DOCSDIR%%/libsoup/home.png
39
%%DOCSDIR%%/libsoup/index.html
40
%%DOCSDIR%%/libsoup/index.sgml
41
%%DOCSDIR%%/libsoup/ix01.html
42
%%DOCSDIR%%/libsoup/left-insensitive.png
43
%%DOCSDIR%%/libsoup/left.png
44
%%DOCSDIR%%/libsoup/libsoup-2.4-GValue-Support.html
45
%%DOCSDIR%%/libsoup/libsoup-2.4-HTML-Form-Support.html
46
%%DOCSDIR%%/libsoup/libsoup-2.4-Soup-Miscellaneous-Utilities.html
47
%%DOCSDIR%%/libsoup/libsoup-2.4-SoupServer-deprecated-API.html
48
%%DOCSDIR%%/libsoup/libsoup-2.4-Top-Level-Domain-utils.html
49
%%DOCSDIR%%/libsoup/libsoup-2.4-Version-Information.html
50
%%DOCSDIR%%/libsoup/libsoup-2.4-XMLRPC-Support.html
51
%%DOCSDIR%%/libsoup/libsoup-2.4-soup-method.html
52
%%DOCSDIR%%/libsoup/libsoup-2.4-soup-status.html
53
%%DOCSDIR%%/libsoup/libsoup-2.4.devhelp2
54
%%DOCSDIR%%/libsoup/libsoup-build-howto.html
55
%%DOCSDIR%%/libsoup/libsoup-client-howto.html
56
%%DOCSDIR%%/libsoup/libsoup-request-howto.html
57
%%DOCSDIR%%/libsoup/libsoup-server-howto.html
58
%%DOCSDIR%%/libsoup/libsoup-session-porting.html
59
%%DOCSDIR%%/libsoup/right-insensitive.png
60
%%DOCSDIR%%/libsoup/right.png
61
%%DOCSDIR%%/libsoup/style.css
62
%%DOCSDIR%%/libsoup/up-insensitive.png
63
%%DOCSDIR%%/libsoup/up.png

Return to bug 193625