View | Details | Raw Unified | Return to bug 278493
Collapse All | Expand All

(-)b/devel/objfw/Makefile (-7 / +9 lines)
Lines 1-5 Link Here
1
PORTNAME=	objfw
1
PORTNAME=	objfw
2
DISTVERSION=	1.0.5
2
DISTVERSION=	1.1.2
3
CATEGORIES=	devel lang
3
CATEGORIES=	devel lang
4
MASTER_SITES=	https://objfw.nil.im/downloads/
4
MASTER_SITES=	https://objfw.nil.im/downloads/
5
5
Lines 7-17 MAINTAINER= js@nil.im Link Here
7
COMMENT=	Portable, lightweight framework for the Objective-C language
7
COMMENT=	Portable, lightweight framework for the Objective-C language
8
WWW=		https://objfw.nil.im/
8
WWW=		https://objfw.nil.im/
9
9
10
LICENSE=		QPL GPLv2 GPLv3
10
LICENSE=	LGPL3
11
LICENSE_COMB=		dual
12
LICENSE_NAME_QPL=	Q Public License
13
LICENSE_FILE_QPL=	${WRKSRC}/LICENSE.QPL
14
LICENSE_PERMS_QPL=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
15
11
16
BROKEN_armv6=	test suite fails
12
BROKEN_armv6=	test suite fails
17
BROKEN_armv7=	test suite fails
13
BROKEN_armv7=	test suite fails
Lines 23-29 TEST_TARGET= check Link Here
23
19
24
OPTIONS_DEFINE=		DOCS
20
OPTIONS_DEFINE=		DOCS
25
OPTIONS_SINGLE=		SSL
21
OPTIONS_SINGLE=		SSL
26
OPTIONS_SINGLE_SSL=	OPENSSL GNUTLS NOSSL
22
OPTIONS_SINGLE_SSL=	OPENSSL GNUTLS MBEDTLS NOSSL
27
OPTIONS_DEFAULT=	OPENSSL
23
OPTIONS_DEFAULT=	OPENSSL
28
NOSSL_DESC=		no SSL/TLS support
24
NOSSL_DESC=		no SSL/TLS support
29
25
Lines 40-45 GNUTLS_PLIST_SUB= TLS="" Link Here
40
GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls
36
GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls
41
GNUTLS_USES=		pkgconfig
37
GNUTLS_USES=		pkgconfig
42
38
39
MBEDTLS_CONFIGURE_ON=	--with-tls=mbedtls
40
MBEDTLS_PLIST_SUB=	TLS=""
41
MBEDTLS_LIB_DEPENDS=	libmbedtls.so:security/mbedtls
42
MBEDTLS_CPPFLAGS=	-I${PREFIX}/include
43
MBEDTLS_LDFLAGS=	-L${PREFIX}/lib
44
43
NOSSL_CONFIGURE_ON=	--without-tls
45
NOSSL_CONFIGURE_ON=	--without-tls
44
NOSSL_PLIST_SUB=	TLS="@comment "
46
NOSSL_PLIST_SUB=	TLS="@comment "
45
47
(-)b/devel/objfw/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1699187260
1
TIMESTAMP = 1713650587
2
SHA256 (objfw-1.0.5.tar.gz) = 798bda0590970fea10d5c8064e98088bb9960b3bc0475d92db443b0df9f205c4
2
SHA256 (objfw-1.1.2.tar.gz) = 5d9f9a70d583298e780ae11fc75a7ae2beeef904b301e1bc4f4ffa8d7ee31d9f
3
SIZE (objfw-1.0.5.tar.gz) = 797479
3
SIZE (objfw-1.1.2.tar.gz) = 945717
(-)b/devel/objfw/pkg-plist (-4 / +78 lines)
Lines 6-11 bin/ofarc Link Here
6
bin/ofdns
6
bin/ofdns
7
bin/ofhash
7
bin/ofhash
8
bin/ofhttp
8
bin/ofhttp
9
include/ObjFW/OFAAAADNSResourceRecord.h
10
include/ObjFW/OFADNSResourceRecord.h
9
include/ObjFW/OFAcceptSocketFailedException.h
11
include/ObjFW/OFAcceptSocketFailedException.h
10
include/ObjFW/OFAllocFailedException.h
12
include/ObjFW/OFAllocFailedException.h
11
include/ObjFW/OFAlreadyOpenException.h
13
include/ObjFW/OFAlreadyOpenException.h
Lines 18-23 include/ObjFW/OFBindSocketFailedException.h Link Here
18
include/ObjFW/OFBindUNIXSocketFailedException.h
20
include/ObjFW/OFBindUNIXSocketFailedException.h
19
include/ObjFW/OFBlock.h
21
include/ObjFW/OFBlock.h
20
include/ObjFW/OFBroadcastConditionFailedException.h
22
include/ObjFW/OFBroadcastConditionFailedException.h
23
include/ObjFW/OFCNAMEDNSResourceRecord.h
21
include/ObjFW/OFChangeCurrentDirectoryFailedException.h
24
include/ObjFW/OFChangeCurrentDirectoryFailedException.h
22
include/ObjFW/OFCharacterSet.h
25
include/ObjFW/OFCharacterSet.h
23
include/ObjFW/OFChecksumMismatchException.h
26
include/ObjFW/OFChecksumMismatchException.h
Lines 54-59 include/ObjFW/OFGZIPStream.h Link Here
54
include/ObjFW/OFGetCurrentDirectoryFailedException.h
57
include/ObjFW/OFGetCurrentDirectoryFailedException.h
55
include/ObjFW/OFGetItemAttributesFailedException.h
58
include/ObjFW/OFGetItemAttributesFailedException.h
56
include/ObjFW/OFGetOptionFailedException.h
59
include/ObjFW/OFGetOptionFailedException.h
60
include/ObjFW/OFHINFODNSResourceRecord.h
57
include/ObjFW/OFHMAC.h
61
include/ObjFW/OFHMAC.h
58
include/ObjFW/OFHTTPClient.h
62
include/ObjFW/OFHTTPClient.h
59
include/ObjFW/OFHTTPCookie.h
63
include/ObjFW/OFHTTPCookie.h
Lines 83-88 include/ObjFW/OFKernelEventObserver.h Link Here
83
include/ObjFW/OFKeyValueCoding.h
87
include/ObjFW/OFKeyValueCoding.h
84
include/ObjFW/OFLHAArchive.h
88
include/ObjFW/OFLHAArchive.h
85
include/ObjFW/OFLHAArchiveEntry.h
89
include/ObjFW/OFLHAArchiveEntry.h
90
include/ObjFW/OFLOCDNSResourceRecord.h
86
include/ObjFW/OFLinkItemFailedException.h
91
include/ObjFW/OFLinkItemFailedException.h
87
include/ObjFW/OFList.h
92
include/ObjFW/OFList.h
88
include/ObjFW/OFListenOnSocketFailedException.h
93
include/ObjFW/OFListenOnSocketFailedException.h
Lines 91-96 include/ObjFW/OFLocale.h Link Here
91
include/ObjFW/OFLockFailedException.h
96
include/ObjFW/OFLockFailedException.h
92
include/ObjFW/OFLocking.h
97
include/ObjFW/OFLocking.h
93
include/ObjFW/OFMD5Hash.h
98
include/ObjFW/OFMD5Hash.h
99
include/ObjFW/OFMXDNSResourceRecord.h
94
include/ObjFW/OFMalformedXMLException.h
100
include/ObjFW/OFMalformedXMLException.h
95
include/ObjFW/OFMapTable.h
101
include/ObjFW/OFMapTable.h
96
include/ObjFW/OFMatrix4x4.h
102
include/ObjFW/OFMatrix4x4.h
Lines 111-117 include/ObjFW/OFMutableString.h Link Here
111
include/ObjFW/OFMutableTarArchiveEntry.h
117
include/ObjFW/OFMutableTarArchiveEntry.h
112
include/ObjFW/OFMutableTriple.h
118
include/ObjFW/OFMutableTriple.h
113
include/ObjFW/OFMutableZIPArchiveEntry.h
119
include/ObjFW/OFMutableZIPArchiveEntry.h
120
include/ObjFW/OFMutableZooArchiveEntry.h
114
include/ObjFW/OFMutex.h
121
include/ObjFW/OFMutex.h
122
include/ObjFW/OFNSDNSResourceRecord.h
115
include/ObjFW/OFNotImplementedException.h
123
include/ObjFW/OFNotImplementedException.h
116
include/ObjFW/OFNotOpenException.h
124
include/ObjFW/OFNotOpenException.h
117
include/ObjFW/OFNotification.h
125
include/ObjFW/OFNotification.h
Lines 127-138 include/ObjFW/OFOptionsParser.h Link Here
127
include/ObjFW/OFOutOfMemoryException.h
135
include/ObjFW/OFOutOfMemoryException.h
128
include/ObjFW/OFOutOfRangeException.h
136
include/ObjFW/OFOutOfRangeException.h
129
include/ObjFW/OFPBKDF2.h
137
include/ObjFW/OFPBKDF2.h
138
include/ObjFW/OFPTRDNSResourceRecord.h
130
include/ObjFW/OFPair.h
139
include/ObjFW/OFPair.h
131
include/ObjFW/OFPlainCondition.h
140
include/ObjFW/OFPlainCondition.h
132
include/ObjFW/OFPlainMutex.h
141
include/ObjFW/OFPlainMutex.h
133
include/ObjFW/OFPlainThread.h
142
include/ObjFW/OFPlainThread.h
134
include/ObjFW/OFPlugin.h
143
include/ObjFW/OFPlugin.h
135
include/ObjFW/OFRIPEMD160Hash.h
144
include/ObjFW/OFRIPEMD160Hash.h
145
include/ObjFW/OFRPDNSResourceRecord.h
136
include/ObjFW/OFReadFailedException.h
146
include/ObjFW/OFReadFailedException.h
137
include/ObjFW/OFReadOrWriteFailedException.h
147
include/ObjFW/OFReadOrWriteFailedException.h
138
include/ObjFW/OFRecursiveMutex.h
148
include/ObjFW/OFRecursiveMutex.h
Lines 146-151 include/ObjFW/OFSHA256Hash.h Link Here
146
include/ObjFW/OFSHA384Hash.h
156
include/ObjFW/OFSHA384Hash.h
147
include/ObjFW/OFSHA384Or512Hash.h
157
include/ObjFW/OFSHA384Or512Hash.h
148
include/ObjFW/OFSHA512Hash.h
158
include/ObjFW/OFSHA512Hash.h
159
include/ObjFW/OFSOADNSResourceRecord.h
160
include/ObjFW/OFSRVDNSResourceRecord.h
149
include/ObjFW/OFScrypt.h
161
include/ObjFW/OFScrypt.h
150
include/ObjFW/OFSecureData.h
162
include/ObjFW/OFSecureData.h
151
include/ObjFW/OFSeekFailedException.h
163
include/ObjFW/OFSeekFailedException.h
Lines 178-183 include/ObjFW/OFTCPSocket.h Link Here
178
include/ObjFW/OFTLSHandshakeFailedException.h
190
include/ObjFW/OFTLSHandshakeFailedException.h
179
include/ObjFW/OFTLSKey.h
191
include/ObjFW/OFTLSKey.h
180
include/ObjFW/OFTLSStream.h
192
include/ObjFW/OFTLSStream.h
193
include/ObjFW/OFTXTDNSResourceRecord.h
181
include/ObjFW/OFTarArchive.h
194
include/ObjFW/OFTarArchive.h
182
include/ObjFW/OFTarArchiveEntry.h
195
include/ObjFW/OFTarArchiveEntry.h
183
include/ObjFW/OFThread.h
196
include/ObjFW/OFThread.h
Lines 188-193 include/ObjFW/OFTruncatedDataException.h Link Here
188
include/ObjFW/OFUDPSocket.h
201
include/ObjFW/OFUDPSocket.h
189
include/ObjFW/OFUNIXDatagramSocket.h
202
include/ObjFW/OFUNIXDatagramSocket.h
190
include/ObjFW/OFUNIXStreamSocket.h
203
include/ObjFW/OFUNIXStreamSocket.h
204
include/ObjFW/OFURIDNSResourceRecord.h
191
include/ObjFW/OFUUID.h
205
include/ObjFW/OFUUID.h
192
include/ObjFW/OFUnboundNamespaceException.h
206
include/ObjFW/OFUnboundNamespaceException.h
193
include/ObjFW/OFUnboundPrefixException.h
207
include/ObjFW/OFUnboundPrefixException.h
Lines 210-215 include/ObjFW/OFXMLParser.h Link Here
210
include/ObjFW/OFXMLProcessingInstruction.h
224
include/ObjFW/OFXMLProcessingInstruction.h
211
include/ObjFW/OFZIPArchive.h
225
include/ObjFW/OFZIPArchive.h
212
include/ObjFW/OFZIPArchiveEntry.h
226
include/ObjFW/OFZIPArchiveEntry.h
227
include/ObjFW/OFZooArchive.h
228
include/ObjFW/OFZooArchiveEntry.h
213
include/ObjFW/ObjFW.h
229
include/ObjFW/ObjFW.h
214
include/ObjFW/macros.h
230
include/ObjFW/macros.h
215
include/ObjFW/objfw-defs.h
231
include/ObjFW/objfw-defs.h
Lines 221-235 include/ObjFW/platform/macOS/OFAtomic.h Link Here
221
include/ObjFW/platform/x86/OFAtomic.h
237
include/ObjFW/platform/x86/OFAtomic.h
222
include/ObjFWRT/ObjFWRT.h
238
include/ObjFWRT/ObjFWRT.h
223
%%TLS%%include/ObjFWTLS/ObjFWTLS.h
239
%%TLS%%include/ObjFWTLS/ObjFWTLS.h
240
include/ObjFWTest/OTAssert.h
241
include/ObjFWTest/OTOrderedDictionary.h
242
include/ObjFWTest/OTTestCase.h
243
include/ObjFWTest/ObjFWTest.h
224
lib/libobjfw.so
244
lib/libobjfw.so
225
lib/libobjfw.so.1
245
lib/libobjfw.so.1
226
lib/libobjfw.so.1.0.2
246
lib/libobjfw.so.1.1.0
227
lib/libobjfwrt.so
247
lib/libobjfwrt.so
228
lib/libobjfwrt.so.1
248
lib/libobjfwrt.so.1
229
lib/libobjfwrt.so.1.0.0
249
lib/libobjfwrt.so.1.1.0
250
lib/libobjfwtest.a
230
%%TLS%%lib/libobjfwtls.so
251
%%TLS%%lib/libobjfwtls.so
231
%%TLS%%lib/libobjfwtls.so.1
252
%%TLS%%lib/libobjfwtls.so.1
232
%%TLS%%lib/libobjfwtls.so.1.0.1
253
%%TLS%%lib/libobjfwtls.so.1.0.2
254
%%TLS%%lib/objfw-config/ObjFWTLS.oc
255
lib/objfw-config/ObjFWTest.oc
256
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFAAAADNSResourceRecord_8h_source.html
257
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFADNSResourceRecord_8h_source.html
233
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFASPrintF_8h_source.html
258
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFASPrintF_8h_source.html
234
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFAcceptSocketFailedException_8h_source.html
259
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFAcceptSocketFailedException_8h_source.html
235
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFActivateSandboxFailedException_8h_source.html
260
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFActivateSandboxFailedException_8h_source.html
Lines 253-258 lib/libobjfwrt.so.1.0.0 Link Here
253
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFBitSetCharacterSet_8h_source.html
278
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFBitSetCharacterSet_8h_source.html
254
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFBlock_8h_source.html
279
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFBlock_8h_source.html
255
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFBroadcastConditionFailedException_8h_source.html
280
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFBroadcastConditionFailedException_8h_source.html
281
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFCNAMEDNSResourceRecord_8h_source.html
256
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFCRC16_8h_source.html
282
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFCRC16_8h_source.html
257
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFCRC32_8h_source.html
283
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFCRC32_8h_source.html
258
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFChangeCurrentDirectoryFailedException_8h_source.html
284
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFChangeCurrentDirectoryFailedException_8h_source.html
Lines 320-325 lib/libobjfwrt.so.1.0.0 Link Here
320
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFGetItemAttributesFailedException_8h_source.html
346
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFGetItemAttributesFailedException_8h_source.html
321
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFGetOptionFailedException_8h_source.html
347
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFGetOptionFailedException_8h_source.html
322
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFGetWindowsRegistryValueFailedException_8h_source.html
348
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFGetWindowsRegistryValueFailedException_8h_source.html
349
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHINFODNSResourceRecord_8h_source.html
323
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHMAC_8h_source.html
350
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHMAC_8h_source.html
324
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHTTPClient_8h_source.html
351
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHTTPClient_8h_source.html
325
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHTTPCookieManager_8h_source.html
352
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHTTPCookieManager_8h_source.html
Lines 361-366 lib/libobjfwrt.so.1.0.0 Link Here
361
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLHAArchiveEntry_8h_source.html
388
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLHAArchiveEntry_8h_source.html
362
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLHAArchive_8h_source.html
389
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLHAArchive_8h_source.html
363
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLHADecompressingStream_8h_source.html
390
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLHADecompressingStream_8h_source.html
391
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLOCDNSResourceRecord_8h_source.html
364
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLinkItemFailedException_8h_source.html
392
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLinkItemFailedException_8h_source.html
365
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFList_8h.html
393
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFList_8h.html
366
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFList_8h_source.html
394
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFList_8h_source.html
Lines 371-376 lib/libobjfwrt.so.1.0.0 Link Here
371
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLockFailedException_8h_source.html
399
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLockFailedException_8h_source.html
372
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLocking_8h_source.html
400
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLocking_8h_source.html
373
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMD5Hash_8h_source.html
401
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMD5Hash_8h_source.html
402
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMXDNSResourceRecord_8h_source.html
374
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMalformedXMLException_8h_source.html
403
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMalformedXMLException_8h_source.html
375
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMapTable_09Private_8h_source.html
404
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMapTable_09Private_8h_source.html
376
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMapTable_8h.html
405
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMapTable_8h.html
Lines 396-402 lib/libobjfwrt.so.1.0.0 Link Here
396
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableTriple_8h_source.html
425
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableTriple_8h_source.html
397
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableUTF8String_8h_source.html
426
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableUTF8String_8h_source.html
398
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableZIPArchiveEntry_8h_source.html
427
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableZIPArchiveEntry_8h_source.html
428
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableZooArchiveEntry_8h_source.html
399
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutex_8h_source.html
429
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutex_8h_source.html
430
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFNSDNSResourceRecord_8h_source.html
400
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFNotImplementedException_8h_source.html
431
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFNotImplementedException_8h_source.html
401
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFNotOpenException_8h_source.html
432
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFNotOpenException_8h_source.html
402
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFNotificationCenter_8h_source.html
433
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFNotificationCenter_8h_source.html
Lines 418-423 lib/libobjfwrt.so.1.0.0 Link Here
418
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFOutOfRangeException_8h_source.html
449
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFOutOfRangeException_8h_source.html
419
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPBKDF2_8h.html
450
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPBKDF2_8h.html
420
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPBKDF2_8h_source.html
451
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPBKDF2_8h_source.html
452
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPTRDNSResourceRecord_8h_source.html
421
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPair_8h_source.html
453
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPair_8h_source.html
422
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPlainCondition_8h_source.html
454
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPlainCondition_8h_source.html
423
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPlainMutex_8h_source.html
455
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPlainMutex_8h_source.html
Lines 425-430 lib/libobjfwrt.so.1.0.0 Link Here
425
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPlugin_8h_source.html
457
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPlugin_8h_source.html
426
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPollKernelEventObserver_8h_source.html
458
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPollKernelEventObserver_8h_source.html
427
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFRIPEMD160Hash_8h_source.html
459
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFRIPEMD160Hash_8h_source.html
460
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFRPDNSResourceRecord_8h_source.html
428
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFRangeCharacterSet_8h_source.html
461
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFRangeCharacterSet_8h_source.html
429
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFReadFailedException_8h_source.html
462
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFReadFailedException_8h_source.html
430
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFReadOrWriteFailedException_8h_source.html
463
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFReadOrWriteFailedException_8h_source.html
Lines 441-450 lib/libobjfwrt.so.1.0.0 Link Here
441
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSHA384Hash_8h_source.html
474
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSHA384Hash_8h_source.html
442
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSHA384Or512Hash_8h_source.html
475
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSHA384Or512Hash_8h_source.html
443
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSHA512Hash_8h_source.html
476
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSHA512Hash_8h_source.html
477
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSOADNSResourceRecord_8h_source.html
444
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSPXSocket_8h.html
478
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSPXSocket_8h.html
445
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSPXSocket_8h_source.html
479
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSPXSocket_8h_source.html
446
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSPXStreamSocket_8h.html
480
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSPXStreamSocket_8h.html
447
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSPXStreamSocket_8h_source.html
481
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSPXStreamSocket_8h_source.html
482
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSRVDNSResourceRecord_8h_source.html
448
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSandbox_8h_source.html
483
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSandbox_8h_source.html
449
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFScrypt_8h.html
484
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFScrypt_8h.html
450
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFScrypt_8h_source.html
485
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFScrypt_8h_source.html
Lines 502-507 lib/libobjfwrt.so.1.0.0 Link Here
502
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTLSKey_8h_source.html
537
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTLSKey_8h_source.html
503
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTLSStream_8h.html
538
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTLSStream_8h.html
504
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTLSStream_8h_source.html
539
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTLSStream_8h_source.html
540
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTXTDNSResourceRecord_8h_source.html
505
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTaggedPointerColor_8h_source.html
541
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTaggedPointerColor_8h_source.html
506
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTaggedPointerDate_8h_source.html
542
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTaggedPointerDate_8h_source.html
507
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTaggedPointerNumber_8h_source.html
543
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTaggedPointerNumber_8h_source.html
Lines 522-527 lib/libobjfwrt.so.1.0.0 Link Here
522
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUDPSocket_8h_source.html
558
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUDPSocket_8h_source.html
523
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUNIXDatagramSocket_8h_source.html
559
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUNIXDatagramSocket_8h_source.html
524
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUNIXStreamSocket_8h_source.html
560
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUNIXStreamSocket_8h_source.html
561
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFURIDNSResourceRecord_8h_source.html
525
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUTF8String_09Private_8h_source.html
562
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUTF8String_09Private_8h_source.html
526
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUTF8String_8h_source.html
563
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUTF8String_8h_source.html
527
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUUID_8h_source.html
564
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUUID_8h_source.html
Lines 551-566 lib/libobjfwrt.so.1.0.0 Link Here
551
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZIPArchiveEntry_8h.html
588
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZIPArchiveEntry_8h.html
552
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZIPArchiveEntry_8h_source.html
589
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZIPArchiveEntry_8h_source.html
553
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZIPArchive_8h_source.html
590
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZIPArchive_8h_source.html
591
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZooArchiveEntry_09Private_8h_source.html
592
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZooArchiveEntry_8h_source.html
593
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZooArchive_8h_source.html
594
%%PORTDOCS%%%%DOCSDIR%%/objfw/OTAssert_8h.html
595
%%PORTDOCS%%%%DOCSDIR%%/objfw/OTAssert_8h_source.html
596
%%PORTDOCS%%%%DOCSDIR%%/objfw/OTAssertionFailedException_8h_source.html
597
%%PORTDOCS%%%%DOCSDIR%%/objfw/OTOrderedDictionary_8h_source.html
598
%%PORTDOCS%%%%DOCSDIR%%/objfw/OTTestCase_8h_source.html
599
%%PORTDOCS%%%%DOCSDIR%%/objfw/OTTestSkippedException_8h_source.html
554
%%PORTDOCS%%%%DOCSDIR%%/objfw/ObjFWRT_8h.html
600
%%PORTDOCS%%%%DOCSDIR%%/objfw/ObjFWRT_8h.html
555
%%PORTDOCS%%%%DOCSDIR%%/objfw/ObjFWRT_8h_source.html
601
%%PORTDOCS%%%%DOCSDIR%%/objfw/ObjFWRT_8h_source.html
602
%%PORTDOCS%%%%DOCSDIR%%/objfw/ObjFWTest_8h_source.html
556
%%PORTDOCS%%%%DOCSDIR%%/objfw/ObjFW_8h_source.html
603
%%PORTDOCS%%%%DOCSDIR%%/objfw/ObjFW_8h_source.html
557
%%PORTDOCS%%%%DOCSDIR%%/objfw/annotated.html
604
%%PORTDOCS%%%%DOCSDIR%%/objfw/annotated.html
558
%%PORTDOCS%%%%DOCSDIR%%/objfw/bc_s.png
605
%%PORTDOCS%%%%DOCSDIR%%/objfw/bc_s.png
559
%%PORTDOCS%%%%DOCSDIR%%/objfw/bc_sd.png
606
%%PORTDOCS%%%%DOCSDIR%%/objfw/bc_sd.png
560
%%PORTDOCS%%%%DOCSDIR%%/objfw/bdwn.png
607
%%PORTDOCS%%%%DOCSDIR%%/objfw/bdwn.png
561
%%PORTDOCS%%%%DOCSDIR%%/objfw/classOFRPNSResourceRecord.html
562
%%PORTDOCS%%%%DOCSDIR%%/objfw/classes.html
608
%%PORTDOCS%%%%DOCSDIR%%/objfw/classes.html
563
%%PORTDOCS%%%%DOCSDIR%%/objfw/closed.png
609
%%PORTDOCS%%%%DOCSDIR%%/objfw/closed.png
610
%%PORTDOCS%%%%DOCSDIR%%/objfw/deprecated.html
611
%%PORTDOCS%%%%DOCSDIR%%/objfw/dir_120ed4da3e3217b1e7fc0b4f48568e79.html
564
%%PORTDOCS%%%%DOCSDIR%%/objfw/dir_68267d1309a1af8e8297ef4c3efbcdba.html
612
%%PORTDOCS%%%%DOCSDIR%%/objfw/dir_68267d1309a1af8e8297ef4c3efbcdba.html
565
%%PORTDOCS%%%%DOCSDIR%%/objfw/dir_6e33d6500a76933db4361f663e54ab12.html
613
%%PORTDOCS%%%%DOCSDIR%%/objfw/dir_6e33d6500a76933db4361f663e54ab12.html
566
%%PORTDOCS%%%%DOCSDIR%%/objfw/dir_bf9f26469d00835ba20ff8d80ee5a804.html
614
%%PORTDOCS%%%%DOCSDIR%%/objfw/dir_bf9f26469d00835ba20ff8d80ee5a804.html
Lines 922-927 lib/libobjfwrt.so.1.0.0 Link Here
922
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLHAArchiveEntry-members.html
970
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLHAArchiveEntry-members.html
923
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLHAArchiveEntry.html
971
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLHAArchiveEntry.html
924
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLHAArchiveEntry.png
972
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLHAArchiveEntry.png
973
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLOCDNSResourceRecord-members.html
974
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLOCDNSResourceRecord.html
975
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLOCDNSResourceRecord.png
925
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLinkItemFailedException-members.html
976
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLinkItemFailedException-members.html
926
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLinkItemFailedException.html
977
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLinkItemFailedException.html
927
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLinkItemFailedException.png
978
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLinkItemFailedException.png
Lines 1003-1008 lib/libobjfwrt.so.1.0.0 Link Here
1003
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableZIPArchiveEntry-members.html
1054
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableZIPArchiveEntry-members.html
1004
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableZIPArchiveEntry.html
1055
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableZIPArchiveEntry.html
1005
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableZIPArchiveEntry.png
1056
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableZIPArchiveEntry.png
1057
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableZooArchiveEntry-members.html
1058
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableZooArchiveEntry.html
1059
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableZooArchiveEntry.png
1006
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutex-members.html
1060
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutex-members.html
1007
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutex.html
1061
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutex.html
1008
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutex.png
1062
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutex.png
Lines 1060-1065 lib/libobjfwrt.so.1.0.0 Link Here
1060
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRIPEMD160Hash-members.html
1114
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRIPEMD160Hash-members.html
1061
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRIPEMD160Hash.html
1115
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRIPEMD160Hash.html
1062
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRIPEMD160Hash.png
1116
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRIPEMD160Hash.png
1117
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRPDNSResourceRecord-members.html
1118
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRPDNSResourceRecord.html
1119
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRPDNSResourceRecord.png
1063
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFReadFailedException-members.html
1120
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFReadFailedException-members.html
1064
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFReadFailedException.html
1121
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFReadFailedException.html
1065
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFReadFailedException.png
1122
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFReadFailedException.png
Lines 1210-1215 lib/libobjfwrt.so.1.0.0 Link Here
1210
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXStreamSocket-members.html
1267
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXStreamSocket-members.html
1211
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXStreamSocket.html
1268
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXStreamSocket.html
1212
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXStreamSocket.png
1269
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXStreamSocket.png
1270
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFURIDNSResourceRecord-members.html
1271
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFURIDNSResourceRecord.html
1272
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFURIDNSResourceRecord.png
1213
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUUID-members.html
1273
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUUID-members.html
1214
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUUID.html
1274
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUUID.html
1215
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUUID.png
1275
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUUID.png
Lines 1276-1281 lib/libobjfwrt.so.1.0.0 Link Here
1276
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZIPArchiveEntry-members.html
1336
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZIPArchiveEntry-members.html
1277
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZIPArchiveEntry.html
1337
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZIPArchiveEntry.html
1278
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZIPArchiveEntry.png
1338
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZIPArchiveEntry.png
1339
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZooArchive-members.html
1340
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZooArchive.html
1341
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZooArchive.png
1342
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZooArchiveEntry-members.html
1343
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZooArchiveEntry.html
1344
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZooArchiveEntry.png
1345
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOTOrderedDictionary-members.html
1346
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOTOrderedDictionary.html
1347
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOTOrderedDictionary.png
1348
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOTTestCase-members.html
1349
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOTTestCase.html
1350
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOTTestCase.png
1279
%%PORTDOCS%%%%DOCSDIR%%/objfw/jquery.js
1351
%%PORTDOCS%%%%DOCSDIR%%/objfw/jquery.js
1280
%%PORTDOCS%%%%DOCSDIR%%/objfw/macros_8h_source.html
1352
%%PORTDOCS%%%%DOCSDIR%%/objfw/macros_8h_source.html
1281
%%PORTDOCS%%%%DOCSDIR%%/objfw/menu.js
1353
%%PORTDOCS%%%%DOCSDIR%%/objfw/menu.js
Lines 1287-1292 lib/libobjfwrt.so.1.0.0 Link Here
1287
%%PORTDOCS%%%%DOCSDIR%%/objfw/nav_hd.png
1359
%%PORTDOCS%%%%DOCSDIR%%/objfw/nav_hd.png
1288
%%PORTDOCS%%%%DOCSDIR%%/objfw/objfw-defs_8h_source.html
1360
%%PORTDOCS%%%%DOCSDIR%%/objfw/objfw-defs_8h_source.html
1289
%%PORTDOCS%%%%DOCSDIR%%/objfw/open.png
1361
%%PORTDOCS%%%%DOCSDIR%%/objfw/open.png
1362
%%PORTDOCS%%%%DOCSDIR%%/objfw/pages.html
1290
%%PORTDOCS%%%%DOCSDIR%%/objfw/platform_8h_source.html
1363
%%PORTDOCS%%%%DOCSDIR%%/objfw/platform_8h_source.html
1291
%%PORTDOCS%%%%DOCSDIR%%/objfw/private_8h_source.html
1364
%%PORTDOCS%%%%DOCSDIR%%/objfw/private_8h_source.html
1292
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFApplicationDelegate-p-members.html
1365
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFApplicationDelegate-p-members.html
Lines 1468-1473 lib/libobjfwrt.so.1.0.0 Link Here
1468
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/mag_d.svg
1541
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/mag_d.svg
1469
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/mag_sel.svg
1542
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/mag_sel.svg
1470
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/mag_seld.svg
1543
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/mag_seld.svg
1544
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/pages_0.js
1471
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_0.js
1545
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_0.js
1472
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_1.js
1546
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_1.js
1473
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_10.js
1547
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_10.js

Return to bug 278493