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

(-)b/devel/objfw/Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	objfw
1
PORTNAME=	objfw
2
DISTVERSION=	1.1.6
2
DISTVERSION=	1.2.1
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 56-62 post-install: Link Here
56
.for i in objfw-new ofarc ofdns ofhash ofhttp
56
.for i in objfw-new ofarc ofdns ofhash ofhttp
57
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i}
57
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i}
58
.endfor
58
.endfor
59
.for i in libobjfw.so.1 libobjfwrt.so.1
59
.for i in libobjfw.so.1 libobjfwrt.so.1 libobjfwhid.so.1
60
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${i}
60
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${i}
61
.endfor
61
.endfor
62
62
(-)b/devel/objfw/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1723880952
1
TIMESTAMP = 1731242477
2
SHA256 (objfw-1.1.6.tar.gz) = c19a97a011e14780fb32cfbdbbd6a699a955b57124e4e079768cb8aad4430e1d
2
SHA256 (objfw-1.2.1.tar.gz) = 637fdeccae149cec236e62c5289450afad542fe930343918856e76594ab3fcfd
3
SIZE (objfw-1.1.6.tar.gz) = 949760
3
SIZE (objfw-1.2.1.tar.gz) = 914263
(-)b/devel/objfw/pkg-plist (-6 / +162 lines)
Lines 70-75 include/ObjFW/OFHashAlreadyCalculatedException.h Link Here
70
include/ObjFW/OFHashNotCalculatedException.h
70
include/ObjFW/OFHashNotCalculatedException.h
71
include/ObjFW/OFINICategory.h
71
include/ObjFW/OFINICategory.h
72
include/ObjFW/OFINIFile.h
72
include/ObjFW/OFINIFile.h
73
include/ObjFW/OFINISection.h
73
include/ObjFW/OFIRI.h
74
include/ObjFW/OFIRI.h
74
include/ObjFW/OFIRIHandler.h
75
include/ObjFW/OFIRIHandler.h
75
include/ObjFW/OFInflate64Stream.h
76
include/ObjFW/OFInflate64Stream.h
Lines 149-154 include/ObjFW/OFRecursiveMutex.h Link Here
149
include/ObjFW/OFRemoveItemFailedException.h
150
include/ObjFW/OFRemoveItemFailedException.h
150
include/ObjFW/OFResolveHostFailedException.h
151
include/ObjFW/OFResolveHostFailedException.h
151
include/ObjFW/OFRunLoop.h
152
include/ObjFW/OFRunLoop.h
153
include/ObjFW/OFSCTPSocket.h
152
include/ObjFW/OFSHA1Hash.h
154
include/ObjFW/OFSHA1Hash.h
153
include/ObjFW/OFSHA224Hash.h
155
include/ObjFW/OFSHA224Hash.h
154
include/ObjFW/OFSHA224Or256Hash.h
156
include/ObjFW/OFSHA224Or256Hash.h
Lines 200-205 include/ObjFW/OFTriple.h Link Here
200
include/ObjFW/OFTruncatedDataException.h
202
include/ObjFW/OFTruncatedDataException.h
201
include/ObjFW/OFUDPSocket.h
203
include/ObjFW/OFUDPSocket.h
202
include/ObjFW/OFUNIXDatagramSocket.h
204
include/ObjFW/OFUNIXDatagramSocket.h
205
include/ObjFW/OFUNIXSequencedPacketSocket.h
203
include/ObjFW/OFUNIXStreamSocket.h
206
include/ObjFW/OFUNIXStreamSocket.h
204
include/ObjFW/OFURIDNSResourceRecord.h
207
include/ObjFW/OFURIDNSResourceRecord.h
205
include/ObjFW/OFUUID.h
208
include/ObjFW/OFUUID.h
Lines 235-240 include/ObjFW/platform/GCC4/OFAtomic.h Link Here
235
include/ObjFW/platform/PowerPC/OFAtomic.h
238
include/ObjFW/platform/PowerPC/OFAtomic.h
236
include/ObjFW/platform/macOS/OFAtomic.h
239
include/ObjFW/platform/macOS/OFAtomic.h
237
include/ObjFW/platform/x86/OFAtomic.h
240
include/ObjFW/platform/x86/OFAtomic.h
241
include/ObjFWHID/OHDualSenseGamepad.h
242
include/ObjFWHID/OHDualShock4Gamepad.h
243
include/ObjFWHID/OHExtendedGamepad.h
244
include/ObjFWHID/OHExtendedN64Controller.h
245
include/ObjFWHID/OHGameController.h
246
include/ObjFWHID/OHGameControllerAxis.h
247
include/ObjFWHID/OHGameControllerButton.h
248
include/ObjFWHID/OHGameControllerDirectionalPad.h
249
include/ObjFWHID/OHGameControllerElement.h
250
include/ObjFWHID/OHGameControllerProfile.h
251
include/ObjFWHID/OHGamepad.h
252
include/ObjFWHID/OHJoyConPair.h
253
include/ObjFWHID/OHLeftJoyCon.h
254
include/ObjFWHID/OHN64Controller.h
255
include/ObjFWHID/OHRightJoyCon.h
256
include/ObjFWHID/OHStadiaGamepad.h
257
include/ObjFWHID/OHXboxGamepad.h
258
include/ObjFWHID/ObjFWHID.h
238
include/ObjFWRT/ObjFWRT.h
259
include/ObjFWRT/ObjFWRT.h
239
%%TLS%%include/ObjFWTLS/ObjFWTLS.h
260
%%TLS%%include/ObjFWTLS/ObjFWTLS.h
240
include/ObjFWTest/OTAssert.h
261
include/ObjFWTest/OTAssert.h
Lines 243-256 include/ObjFWTest/OTTestCase.h Link Here
243
include/ObjFWTest/ObjFWTest.h
264
include/ObjFWTest/ObjFWTest.h
244
lib/libobjfw.so
265
lib/libobjfw.so
245
lib/libobjfw.so.1
266
lib/libobjfw.so.1
246
lib/libobjfw.so.1.1.3
267
lib/libobjfw.so.1.2.1
268
lib/libobjfwhid.so
269
lib/libobjfwhid.so.1
270
lib/libobjfwhid.so.1.0.1
247
lib/libobjfwrt.so
271
lib/libobjfwrt.so
248
lib/libobjfwrt.so.1
272
lib/libobjfwrt.so.1
249
lib/libobjfwrt.so.1.1.3
273
lib/libobjfwrt.so.1.2.1
250
lib/libobjfwtest.a
274
lib/libobjfwtest.a
251
%%TLS%%lib/libobjfwtls.so
275
%%TLS%%lib/libobjfwtls.so
252
%%TLS%%lib/libobjfwtls.so.1
276
%%TLS%%lib/libobjfwtls.so.1
253
%%TLS%%lib/libobjfwtls.so.1.0.2
277
%%TLS%%lib/libobjfwtls.so.1.0.2
278
lib/objfw-config/ObjFWHID.oc
254
%%TLS%%lib/objfw-config/ObjFWTLS.oc
279
%%TLS%%lib/objfw-config/ObjFWTLS.oc
255
lib/objfw-config/ObjFWTest.oc
280
lib/objfw-config/ObjFWTest.oc
256
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFAAAADNSResourceRecord_8h_source.html
281
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFAAAADNSResourceRecord_8h_source.html
Lines 362-371 lib/objfw-config/ObjFWTest.oc Link Here
362
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHashNotCalculatedException_8h_source.html
387
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHashNotCalculatedException_8h_source.html
363
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHostAddressResolver_8h_source.html
388
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHostAddressResolver_8h_source.html
364
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHuffmanTree_8h_source.html
389
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHuffmanTree_8h_source.html
365
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFINICategory_09Private_8h_source.html
366
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFINICategory_8h_source.html
390
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFINICategory_8h_source.html
367
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFINIFileSettings_8h_source.html
391
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFINIFileSettings_8h_source.html
368
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFINIFile_8h_source.html
392
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFINIFile_8h_source.html
393
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFINISection_09Private_8h_source.html
394
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFINISection_8h_source.html
369
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFIPXSocket_8h_source.html
395
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFIPXSocket_8h_source.html
370
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFIRIHandler_8h_source.html
396
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFIRIHandler_8h_source.html
371
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFIRI_09Private_8h_source.html
397
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFIRI_09Private_8h_source.html
Lines 471-476 lib/objfw-config/ObjFWTest.oc Link Here
471
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFRunLoop_09Private_8h_source.html
497
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFRunLoop_09Private_8h_source.html
472
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFRunLoop_8h.html
498
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFRunLoop_8h.html
473
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFRunLoop_8h_source.html
499
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFRunLoop_8h_source.html
500
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSCTPSocket_8h.html
501
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSCTPSocket_8h_source.html
474
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSHA1Hash_8h_source.html
502
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSHA1Hash_8h_source.html
475
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSHA224Hash_8h_source.html
503
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSHA224Hash_8h_source.html
476
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSHA224Or256Hash_8h_source.html
504
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSHA224Or256Hash_8h_source.html
Lines 523-528 lib/objfw-config/ObjFWTest.oc Link Here
523
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_09JSONParsing_8h_source.html
551
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_09JSONParsing_8h_source.html
524
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_09PathAdditions_8h_source.html
552
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_09PathAdditions_8h_source.html
525
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_09PercentEncoding_8h_source.html
553
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_09PercentEncoding_8h_source.html
554
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_09Private_8h_source.html
526
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_09PropertyListParsing_8h_source.html
555
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_09PropertyListParsing_8h_source.html
527
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_09XMLEscaping_8h_source.html
556
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_09XMLEscaping_8h_source.html
528
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_09XMLUnescaping_8h.html
557
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_09XMLUnescaping_8h.html
Lines 546-551 lib/objfw-config/ObjFWTest.oc Link Here
546
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTaggedPointerColor_8h_source.html
575
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTaggedPointerColor_8h_source.html
547
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTaggedPointerDate_8h_source.html
576
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTaggedPointerDate_8h_source.html
548
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTaggedPointerNumber_8h_source.html
577
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTaggedPointerNumber_8h_source.html
578
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTaggedPointerString_8h_source.html
549
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTarArchiveEntry_09Private_8h_source.html
579
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTarArchiveEntry_09Private_8h_source.html
550
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTarArchiveEntry_8h.html
580
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTarArchiveEntry_8h.html
551
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTarArchiveEntry_8h_source.html
581
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTarArchiveEntry_8h_source.html
Lines 562-567 lib/objfw-config/ObjFWTest.oc Link Here
562
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUDPSocket_09Private_8h_source.html
592
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUDPSocket_09Private_8h_source.html
563
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUDPSocket_8h_source.html
593
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUDPSocket_8h_source.html
564
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUNIXDatagramSocket_8h_source.html
594
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUNIXDatagramSocket_8h_source.html
595
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUNIXSequencedPacketSocket_8h_source.html
565
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUNIXStreamSocket_8h_source.html
596
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUNIXStreamSocket_8h_source.html
566
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFURIDNSResourceRecord_8h_source.html
597
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFURIDNSResourceRecord_8h_source.html
567
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUTF8String_09Private_8h_source.html
598
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUTF8String_09Private_8h_source.html
Lines 592-607 lib/objfw-config/ObjFWTest.oc Link Here
592
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZIPArchiveEntry_09Private_8h_source.html
623
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZIPArchiveEntry_09Private_8h_source.html
593
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZIPArchiveEntry_8h.html
624
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZIPArchiveEntry_8h.html
594
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZIPArchiveEntry_8h_source.html
625
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZIPArchiveEntry_8h_source.html
626
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZIPArchive_09Private_8h_source.html
595
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZIPArchive_8h_source.html
627
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZIPArchive_8h_source.html
596
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZooArchiveEntry_09Private_8h_source.html
628
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZooArchiveEntry_09Private_8h_source.html
597
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZooArchiveEntry_8h_source.html
629
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZooArchiveEntry_8h_source.html
598
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZooArchive_8h_source.html
630
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZooArchive_8h_source.html
631
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHDualSenseGamepad_09Private_8h_source.html
632
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHDualSenseGamepad_8h_source.html
633
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHDualShock4Gamepad_09Private_8h_source.html
634
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHDualShock4Gamepad_8h_source.html
635
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHEmulatedGameControllerAxis_8h_source.html
636
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHEmulatedGameControllerButton_8h_source.html
637
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHEmulatedGameControllerTriggerButton_8h_source.html
638
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHEvdevExtendedGamepad_8h_source.html
639
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHEvdevGameControllerProfile_8h_source.html
640
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHEvdevGameController_8h_source.html
641
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHExtendedGamepad_8h_source.html
642
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHExtendedN64Controller_8h_source.html
643
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHGameControllerAxis_09Private_8h_source.html
644
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHGameControllerAxis_8h_source.html
645
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHGameControllerButton_8h_source.html
646
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHGameControllerDirectionalPad_09Private_8h_source.html
647
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHGameControllerDirectionalPad_8h_source.html
648
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHGameControllerElement_09Private_8h_source.html
649
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHGameControllerElement_8h_source.html
650
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHGameControllerProfile_8h_source.html
651
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHGameController_09Private_8h_source.html
652
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHGameController_8h_source.html
653
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHGamepad_8h_source.html
654
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHJoyConPair_8h_source.html
655
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHLeftJoyCon_09Private_8h_source.html
656
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHLeftJoyCon_8h_source.html
657
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHN64Controller_09Private_8h_source.html
658
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHN64Controller_8h_source.html
659
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHNintendo3DSExtendedGamepad_09Private_8h_source.html
660
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHNintendo3DSExtendedGamepad_8h_source.html
661
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHNintendo3DSGameController_8h_source.html
662
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHNintendoDSGameController_8h_source.html
663
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHNintendoDSGamepad_09Private_8h_source.html
664
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHNintendoDSGamepad_8h_source.html
665
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHNintendoSwitchExtendedGamepad_09Private_8h_source.html
666
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHNintendoSwitchExtendedGamepad_8h_source.html
667
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHNintendoSwitchGameController_8h_source.html
668
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHRightJoyCon_09Private_8h_source.html
669
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHRightJoyCon_8h_source.html
670
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHStadiaGamepad_09Private_8h_source.html
671
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHStadiaGamepad_8h_source.html
672
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHWiiClassicController_09Private_8h_source.html
673
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHWiiClassicController_8h_source.html
674
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHWiiGameController_8h_source.html
675
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHWiimoteWithNunchuk_8h_source.html
676
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHWiimote_09Private_8h_source.html
677
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHWiimote_8h_source.html
678
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHXInputGameController_8h_source.html
679
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHXboxGamepad_09Private_8h_source.html
680
%%PORTDOCS%%%%DOCSDIR%%/objfw/OHXboxGamepad_8h_source.html
599
%%PORTDOCS%%%%DOCSDIR%%/objfw/OTAssert_8h.html
681
%%PORTDOCS%%%%DOCSDIR%%/objfw/OTAssert_8h.html
600
%%PORTDOCS%%%%DOCSDIR%%/objfw/OTAssert_8h_source.html
682
%%PORTDOCS%%%%DOCSDIR%%/objfw/OTAssert_8h_source.html
601
%%PORTDOCS%%%%DOCSDIR%%/objfw/OTAssertionFailedException_8h_source.html
683
%%PORTDOCS%%%%DOCSDIR%%/objfw/OTAssertionFailedException_8h_source.html
602
%%PORTDOCS%%%%DOCSDIR%%/objfw/OTOrderedDictionary_8h_source.html
684
%%PORTDOCS%%%%DOCSDIR%%/objfw/OTOrderedDictionary_8h_source.html
603
%%PORTDOCS%%%%DOCSDIR%%/objfw/OTTestCase_8h_source.html
685
%%PORTDOCS%%%%DOCSDIR%%/objfw/OTTestCase_8h_source.html
604
%%PORTDOCS%%%%DOCSDIR%%/objfw/OTTestSkippedException_8h_source.html
686
%%PORTDOCS%%%%DOCSDIR%%/objfw/OTTestSkippedException_8h_source.html
687
%%PORTDOCS%%%%DOCSDIR%%/objfw/ObjFWHID_8h_source.html
605
%%PORTDOCS%%%%DOCSDIR%%/objfw/ObjFWRT_8h.html
688
%%PORTDOCS%%%%DOCSDIR%%/objfw/ObjFWRT_8h.html
606
%%PORTDOCS%%%%DOCSDIR%%/objfw/ObjFWRT_8h_source.html
689
%%PORTDOCS%%%%DOCSDIR%%/objfw/ObjFWRT_8h_source.html
607
%%PORTDOCS%%%%DOCSDIR%%/objfw/ObjFWTest_8h_source.html
690
%%PORTDOCS%%%%DOCSDIR%%/objfw/ObjFWTest_8h_source.html
Lines 617-627 lib/objfw-config/ObjFWTest.oc Link Here
617
%%PORTDOCS%%%%DOCSDIR%%/objfw/dir_68267d1309a1af8e8297ef4c3efbcdba.html
700
%%PORTDOCS%%%%DOCSDIR%%/objfw/dir_68267d1309a1af8e8297ef4c3efbcdba.html
618
%%PORTDOCS%%%%DOCSDIR%%/objfw/dir_6e33d6500a76933db4361f663e54ab12.html
701
%%PORTDOCS%%%%DOCSDIR%%/objfw/dir_6e33d6500a76933db4361f663e54ab12.html
619
%%PORTDOCS%%%%DOCSDIR%%/objfw/dir_bf9f26469d00835ba20ff8d80ee5a804.html
702
%%PORTDOCS%%%%DOCSDIR%%/objfw/dir_bf9f26469d00835ba20ff8d80ee5a804.html
703
%%PORTDOCS%%%%DOCSDIR%%/objfw/dir_cb086a600609e95706fd4a65b75c05ff.html
620
%%PORTDOCS%%%%DOCSDIR%%/objfw/doc.png
704
%%PORTDOCS%%%%DOCSDIR%%/objfw/doc.png
621
%%PORTDOCS%%%%DOCSDIR%%/objfw/docd.png
705
%%PORTDOCS%%%%DOCSDIR%%/objfw/docd.png
622
%%PORTDOCS%%%%DOCSDIR%%/objfw/doxygen.css
706
%%PORTDOCS%%%%DOCSDIR%%/objfw/doxygen.css
623
%%PORTDOCS%%%%DOCSDIR%%/objfw/doxygen.svg
707
%%PORTDOCS%%%%DOCSDIR%%/objfw/doxygen.svg
624
%%PORTDOCS%%%%DOCSDIR%%/objfw/dynsections.js
708
%%PORTDOCS%%%%DOCSDIR%%/objfw/dynsections.js
709
%%PORTDOCS%%%%DOCSDIR%%/objfw/evdev__compat_8h_source.html
625
%%PORTDOCS%%%%DOCSDIR%%/objfw/files.html
710
%%PORTDOCS%%%%DOCSDIR%%/objfw/files.html
626
%%PORTDOCS%%%%DOCSDIR%%/objfw/folderclosed.png
711
%%PORTDOCS%%%%DOCSDIR%%/objfw/folderclosed.png
627
%%PORTDOCS%%%%DOCSDIR%%/objfw/folderopen.png
712
%%PORTDOCS%%%%DOCSDIR%%/objfw/folderopen.png
Lines 923-934 lib/objfw-config/ObjFWTest.oc Link Here
923
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHashNotCalculatedException-members.html
1008
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHashNotCalculatedException-members.html
924
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHashNotCalculatedException.html
1009
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHashNotCalculatedException.html
925
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHashNotCalculatedException.png
1010
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHashNotCalculatedException.png
926
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFINICategory-members.html
927
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFINICategory.html
928
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFINICategory.png
929
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFINIFile-members.html
1011
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFINIFile-members.html
930
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFINIFile.html
1012
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFINIFile.html
931
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFINIFile.png
1013
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFINIFile.png
1014
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFINISection-members.html
1015
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFINISection.html
1016
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFINISection.png
932
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFIPXSocket-members.html
1017
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFIPXSocket-members.html
933
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFIPXSocket.html
1018
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFIPXSocket.html
934
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFIPXSocket.png
1019
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFIPXSocket.png
Lines 1142-1147 lib/objfw-config/ObjFWTest.oc Link Here
1142
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRunLoop-members.html
1227
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRunLoop-members.html
1143
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRunLoop.html
1228
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRunLoop.html
1144
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRunLoop.png
1229
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRunLoop.png
1230
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSCTPSocket-members.html
1231
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSCTPSocket.html
1232
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSCTPSocket.png
1145
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA1Hash-members.html
1233
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA1Hash-members.html
1146
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA1Hash.html
1234
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA1Hash.html
1147
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA1Hash.png
1235
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA1Hash.png
Lines 1271-1276 lib/objfw-config/ObjFWTest.oc Link Here
1271
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXDatagramSocket-members.html
1359
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXDatagramSocket-members.html
1272
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXDatagramSocket.html
1360
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXDatagramSocket.html
1273
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXDatagramSocket.png
1361
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXDatagramSocket.png
1362
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXSequencedPacketSocket-members.html
1363
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXSequencedPacketSocket.html
1364
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXSequencedPacketSocket.png
1274
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXStreamSocket-members.html
1365
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXStreamSocket-members.html
1275
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXStreamSocket.html
1366
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXStreamSocket.html
1276
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXStreamSocket.png
1367
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXStreamSocket.png
Lines 1349-1354 lib/objfw-config/ObjFWTest.oc Link Here
1349
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZooArchiveEntry-members.html
1440
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZooArchiveEntry-members.html
1350
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZooArchiveEntry.html
1441
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZooArchiveEntry.html
1351
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZooArchiveEntry.png
1442
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZooArchiveEntry.png
1443
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHDualSenseGamepad-members.html
1444
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHDualSenseGamepad.html
1445
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHDualSenseGamepad.png
1446
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHDualShock4Gamepad-members.html
1447
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHDualShock4Gamepad.html
1448
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHDualShock4Gamepad.png
1449
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHExtendedN64Controller-members.html
1450
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHExtendedN64Controller.html
1451
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHExtendedN64Controller.png
1452
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHGameController-members.html
1453
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHGameController.html
1454
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHGameController.png
1455
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHGameControllerAxis-members.html
1456
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHGameControllerAxis.html
1457
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHGameControllerAxis.png
1458
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHGameControllerButton-members.html
1459
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHGameControllerButton.html
1460
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHGameControllerButton.png
1461
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHGameControllerDirectionalPad-members.html
1462
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHGameControllerDirectionalPad.html
1463
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHGameControllerDirectionalPad.png
1464
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHGameControllerElement-members.html
1465
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHGameControllerElement.html
1466
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHGameControllerElement.png
1467
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHJoyConPair-members.html
1468
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHJoyConPair.html
1469
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHJoyConPair.png
1470
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHLeftJoyCon-members.html
1471
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHLeftJoyCon.html
1472
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHLeftJoyCon.png
1473
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHN64Controller-members.html
1474
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHN64Controller.html
1475
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHN64Controller.png
1476
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHRightJoyCon-members.html
1477
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHRightJoyCon.html
1478
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHRightJoyCon.png
1479
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHStadiaGamepad-members.html
1480
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHStadiaGamepad.html
1481
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHStadiaGamepad.png
1482
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHXboxGamepad-members.html
1483
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHXboxGamepad.html
1484
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOHXboxGamepad.png
1352
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOTOrderedDictionary-members.html
1485
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOTOrderedDictionary-members.html
1353
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOTOrderedDictionary.html
1486
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOTOrderedDictionary.html
1354
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOTOrderedDictionary.png
1487
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOTOrderedDictionary.png
Lines 1441-1446 lib/objfw-config/ObjFWTest.oc Link Here
1441
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFReadyForWritingObserving-p-members.html
1574
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFReadyForWritingObserving-p-members.html
1442
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFReadyForWritingObserving-p.html
1575
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFReadyForWritingObserving-p.html
1443
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFReadyForWritingObserving-p.png
1576
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFReadyForWritingObserving-p.png
1577
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFSCTPSocketDelegate-p-members.html
1578
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFSCTPSocketDelegate-p.html
1579
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFSCTPSocketDelegate-p.png
1444
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFSPXSocketDelegate-p-members.html
1580
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFSPXSocketDelegate-p-members.html
1445
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFSPXSocketDelegate-p.html
1581
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFSPXSocketDelegate-p.html
1446
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFSPXSocketDelegate-p.png
1582
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFSPXSocketDelegate-p.png
Lines 1471-1476 lib/objfw-config/ObjFWTest.oc Link Here
1471
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUNIXDatagramSocketDelegate-p-members.html
1607
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUNIXDatagramSocketDelegate-p-members.html
1472
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUNIXDatagramSocketDelegate-p.html
1608
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUNIXDatagramSocketDelegate-p.html
1473
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUNIXDatagramSocketDelegate-p.png
1609
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUNIXDatagramSocketDelegate-p.png
1610
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUNIXSequencedPacketSocketDelegate-p-members.html
1611
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUNIXSequencedPacketSocketDelegate-p.html
1612
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUNIXSequencedPacketSocketDelegate-p.png
1474
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUNIXStreamSocketDelegate-p-members.html
1613
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUNIXStreamSocketDelegate-p-members.html
1475
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUNIXStreamSocketDelegate-p.html
1614
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUNIXStreamSocketDelegate-p.html
1476
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUNIXStreamSocketDelegate-p.png
1615
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUNIXStreamSocketDelegate-p.png
Lines 1483-1488 lib/objfw-config/ObjFWTest.oc Link Here
1483
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFZIPArchiveDelegate-p-members.html
1622
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFZIPArchiveDelegate-p-members.html
1484
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFZIPArchiveDelegate-p.html
1623
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFZIPArchiveDelegate-p.html
1485
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFZIPArchiveDelegate-p.png
1624
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFZIPArchiveDelegate-p.png
1625
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOHExtendedGamepad-p-members.html
1626
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOHExtendedGamepad-p.html
1627
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOHExtendedGamepad-p.png
1628
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOHGameControllerProfile-p-members.html
1629
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOHGameControllerProfile-p.html
1630
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOHGameControllerProfile-p.png
1631
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOHGamepad-p-members.html
1632
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOHGamepad-p.html
1633
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOHGamepad-p.png
1486
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_0.js
1634
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_0.js
1487
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_1.js
1635
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_1.js
1488
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_10.js
1636
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_10.js
Lines 1650-1655 lib/objfw-config/ObjFWTest.oc Link Here
1650
%%PORTDOCS%%%%DOCSDIR%%/objfw/tabs.css
1798
%%PORTDOCS%%%%DOCSDIR%%/objfw/tabs.css
1651
%%PORTDOCS%%%%DOCSDIR%%/objfw/unicode_8h_source.html
1799
%%PORTDOCS%%%%DOCSDIR%%/objfw/unicode_8h_source.html
1652
%%PORTDOCS%%%%DOCSDIR%%/objfw/unistd__wrapper_8h_source.html
1800
%%PORTDOCS%%%%DOCSDIR%%/objfw/unistd__wrapper_8h_source.html
1801
share/man/man1/objfw-compile.1.gz
1802
share/man/man1/objfw-config.1.gz
1803
share/man/man1/objfw-embed.1.gz
1804
share/man/man1/objfw-new.1.gz
1805
share/man/man1/ofarc.1.gz
1806
share/man/man1/ofdns.1.gz
1807
share/man/man1/ofhash.1.gz
1808
share/man/man1/ofhttp.1.gz
1653
share/ofarc/localization/de.json
1809
share/ofarc/localization/de.json
1654
share/ofarc/localization/localizations.json
1810
share/ofarc/localization/localizations.json
1655
share/ofdns/localization/de.json
1811
share/ofdns/localization/de.json

Return to bug 282668