DELTA 397077 4820 745 SVN#y1p,NDx1.3 CATEGORIES= comms hamradio MASTER_SITES= http://www.arrl.org/files/file/LoTW%20Instructions/ \ LOCAL/shurd tar:tgzENDREP DELTA 383526 0 117 SVN{mll1.3.tgz) = 188437fdb37eb966336abbfaa0e33d83488567504e8fc87589eca7bbf7b84472 SIZE (tqsl-2.1.3.tgz) = 3443675 ENDREP DELTA SVN--- CMakeLists.txt.orig 2015-10-21 17:26:38 UTC +++ CMakeLists.txt @@ -15,6 +15,9 @@ find_package(OptionalAddSubdirectory REQ option(USE_STATIC_MSVCRT "Use a static Visual C++ Runtime when building with MSVC") +if(UNIX) + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++1y") +endif() if(MSVC AND USE_STATIC_MSVCRT) foreach(flag_var CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELEASE ENDREP DELTA 358195 621 303 SVNqdJ3`(%DH.orig 2015-11-29 00:14:00 UTC +++ apps/CMakeLists.txt @@ -148,7 +148,11 @@ if(NOT APPLE AND NOT WIN32) add_definitions("-DCONFDIR=\"${CMAKE_INSTALL_PREFIX}/share/TrustedQSL/\"") install(FILES lang/de/tqslapp.mo DESTINATION share/locale/de/LC_MESSAGES) install(FILES lang/de/wxstd.mo DESTINATION share/locale/de/LC_MESSAGES) ENDREP DELTA 358195 952 198 SVNqE644.orig 2015-10-21 17:26:38 UTC +++ apps/tqsl.cpp @@ -4680,7 +4680,7 @@ QSLApp::OnInit() { for (int i = 1; i < argc; i++) { origCommandLine += wxT(" "); origCommandLine += argv[i]; - if (argv[i] && (argv[i][0] == wxT('-') || argv[i][0] == wxT('/'))) + if (argv[i] != NULL && (argv[i][0] == wxT('-') || argv[i][0] == wxT('/'))) if (wxIsalpha(argv[i][1]) && wxIsupper(argv[i][1])) argv[i][1] = wxTolower(argv[i][1]); } ENDREP DELTA 358195 1178 375 SVNhm P '.:x^n@#\Cbj*V6K6VU}욄ViӛfY[1t4LԺUJ,"-Gx cd ӄL> 8SF_s$ըj8(hNh ےQUR-?>}ްPbDm޲, ${a;G>[N̟}HBR'zh A{xaF+^pUAUu&G*@OkZc&g;4k屻Zl>k_~і?eHҐ?e  Gc]_w^BDE[2׿9@ʺUp#ៀscb}G{q-CZhrB'AcAĬ,H1Vtպʚ3f[ݨ]žhzUƛv+O tKNENDREP DELTA 362230 600 480 SVNO> \ [E [5-10-21 17:26:38 UTC +++ src/converter.cpp @@ -88,7 +88,7 @@ main(int argc, char *argv[]) {ENDREP DELTA SVNmx^Smo0S>lB1CB&v&!ZʜvXF:D ؋˔MT" E ax*>ۤy!uhgS!ʙlE_\އ>f0]-#*2 ֔$\ F $iFx [ns#4203C9G 7Uf.EJТ6#hPI<=k t$R๐-Rj2͸)wq\8&K?:];]N&]=k,L\{ D8\8N'J*b%hhufkJ9t0Mŵ!?,Eĵݥ6]R&w7l:`5, lm&P=UG~(%6|XQC=MI:#p}q>d?MzdENDREP DELTA 362230 1524 912 SVN'bH Ghl NsV|V[(wdTh_VGy[nFaNx^WmoFl~ŀԆ/I$.JSGZc%I[wvghCvygv{?] ."8I8K{A7>|`085+ߊO2⿠=ԟ\x/  Vp=$1V'!x`U42-y,I\^aec:P26++4ى$FMY/]Y, )ރE%O,1cak" I㼒 +Gё+9 lqĒsHWp_gx{~*B3Bzw7hij/'''p pϡ }" W0;TKJHR\Dˆ参K"ۭ_S]6l^痻;q̭uLp3B}˝, }us V2TJL!h4=ֲdO7mcpͤv0E"[nVYzfд]DΫ^(\]xT~LX}`j*3r%x돔$m0]+z%7,>u@ŌX = &MmVQ)dl6+B_x P,`bENDREP DELTA SVNx^TMo@=ïrl٦|A@P{)"*!Ȫ.)UT= yy {'I fIҎ6zv^GwYqJT~wCp*4%PXCɷь@|Ùbq$&46 !Q`F1PMFꚚ| "Xkqk4k.8xCr"HE3)mi$4z w۱k ՖV)ӽں@S|2#F"c9))0Εs 3/tޒ:32[^Y?u D{BST3z$A3t{}p|%+_6 .>Z:l\]Պ'L&a巂{:I/VbRdq`$;Je[6J errfile, "opening DB %s returns status %s\n", conv->dbpath, db_strerror(dbret)); // Can't open the database - maybe try private? if ((dbret == EACCES || dbret == EROFS) || (dbret == EINVAL && errno == dbret)) { - if (!(envflags && DB_PRIVATE)) { + if (!(envflags & DB_PRIVATE)) { envflags |= DB_PRIVATE; continue; } ENDREP DELTA 362230 2838 418 SVNbO!a0;fj]5-10-21 17:26:38 UTC +++ src/xml.cpp @@ -47,17 +47,17 @@ XMLElement::getAttribute(const string& ktd::71,7 +71,7 @@ XMLElement::xml_end(void *data, const XMint ENDREP DELTA 362230 3285 290 SVNbR,K+}/ +d>W8U OI5-10-21 17:26:38 UTC +++ src/xml.h @@ -28,7 +28,7 @@td::62,7 @@ class XMLElement {td::shared_ptr34,8 @@ XMLElement::setAttribute(const string& ktd::shared_ptr58,9 @@ inline boolENDREP DELTA 371247 4804 17 SVN%s<; >2/snJ !6{ZB~9|Aox^AN0Eܥ W@U&Hb{{6-nA*!Rzsc(Ƕ@TϑuɑמK"笗 kNf9%C_QLsfNK;[b$3Ǚ iIӼrvq(bROPC|-FhcfqwH41=^vO-T2_If NX7E/ڟ@o46D5¦]FشikMޠ5¦]T֋{}bl ENDREP id: 5-116984.0.r402563/6190 type: file pred: 5-116984.0.r397077/76193 count: 49 text: 402563 0 148 1571 aeb69ef3c880f82a56b962f1b9eeb8da c94d501e86f740978bad289626fa60a8283876f9 402562-8mmb/_4 props: 300914 71 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/comms/trustedqsl/Makefile copyroot: 0 / id: 8-116984.0.r402563/6493 type: file pred: 8-116984.0.r383526/450 count: 13 text: 402563 177 124 123 d0250ad5928373edf44c6a27df4e9500 71d33e3588ad10ad7f4acd493e833c560aa45928 402562-8mmb/_5 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/comms/trustedqsl/distinfo copyroot: 0 / id: 6-402563.0.r402563/6796 type: file count: 0 text: 402563 327 428 411 5f5a8afde22c7de04414a288b31bb359 a54975db8d2da33cdcb6d8a4cb2722018a68281f 402562-8mmb/_8 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/comms/trustedqsl/files/patch-CMakeLists.txt copyroot: 0 / id: 9-322238.0.r402563/7087 type: file pred: 9-322238.0.r358195/4874 count: 4 text: 402563 768 360 740 3f521947e1427536c4b06326fc02a5b7 f97bc969810133557bbca0017f7ef3cf532eaaba 402562-8mmb/_9 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/comms/trustedqsl/files/patch-apps_CMakeLists.txt copyroot: 0 / id: 8-336316.0.r402563/7413 type: file pred: 8-336316.0.r358195/5203 count: 4 text: 402563 1156 456 453 9e65de1ef49ce019a8997d7a14a8cbea 81b1b3d54ebab37f22a892f228450416d7e660fa 402562-8mmb/_a props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/comms/trustedqsl/files/patch-apps_tqsl.cpp copyroot: 0 / id: b-322238.0.r402563/7734 type: file pred: b-322238.0.r358195/5523 count: 4 text: 402563 1640 487 1133 8b821ecf3497d775bf13f8464a569954 422d74640d6d7b59da7cca6d1f6077eda74dddca 402562-8mmb/_b props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/comms/trustedqsl/files/patch-cmakemodules_FindBDB.cmake copyroot: 0 / id: 6-362230.0.r402563/8069 type: file pred: 6-362230.0.r362230/4363 count: 1 text: 402563 2156 113 446 85bba5d55e5a022c32177b64872b4a46 01e4c80a90adb22e45baddc8d739390707580dac 402562-8mmb/_c props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/comms/trustedqsl/files/patch-src_converter.cpp copyroot: 0 / id: d-402563.0.r402563/8394 type: file count: 0 text: 402563 2297 508 1287 2ac68258c35dffb952407daa857b2c0e 591a90819f914216e43e58b02db8779848abfb38 402562-8mmb/_e props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/comms/trustedqsl/files/patch-src_gen__crq.cpp copyroot: 0 / id: a-358195.0.r402563/8689 type: file pred: a-358195.0.r362230/4951 count: 2 text: 402563 2818 1247 7522 b1d86d9e552169711ae2e76b80c1cb20 ad112f825112c8fe80c24d66d7a8b4a18ff30ed1 402562-8mmb/_f props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/comms/trustedqsl/files/patch-src_location.cpp copyroot: 0 / id: g-402563.0.r402563/9015 type: file count: 0 text: 402563 4094 662 2049 25d5a8baf6d6523014fde2210d872915 6ae23d3372cb961c93f969c8e73bb2c5fdd987f4 402562-8mmb/_h props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/comms/trustedqsl/files/patch-src_openssl__cert.cpp copyroot: 0 / id: d-322238.0.r402563/9315 type: file pred: d-322238.0.r340725/1490082 count: 3 text: 402563 4769 492 504 6d0b6fa1def2a862b31099161e056b56 8f71bbe96d254d2c93fcf5cacbcd544d92095c9a 402562-8mmb/_i props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/comms/trustedqsl/files/patch-src_tqslconvert.cpp copyroot: 0 / id: 7-342230.0.r402563/9645 type: file pred: 7-342230.0.r362230/5605 count: 3 text: 402563 5290 196 1359 941a794792455dbf9cfc72845b9143c2 c1301ec8617810cfb4e572b267c67daa717ecb2b 402562-8mmb/_j props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/comms/trustedqsl/files/patch-src_xml.cpp copyroot: 0 / id: c-336316.0.r402563/9965 type: file pred: c-336316.0.r362230/5925 count: 5 text: 402563 5515 259 1618 9c82a259b21d330e46140f9a4a2f6364 64cfa5459f2fd0c4bbb51e290f18c1a4618b17b9 402562-8mmb/_k props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/comms/trustedqsl/files/patch-src_xml.h copyroot: 0 / PLAIN K 20 patch-CMakeLists.txt V 28 file 6-402563.0.r402563/6796 K 25 patch-apps_CMakeLists.txt V 28 file 9-322238.0.r402563/7087 K 19 patch-apps_tqsl.cpp V 28 file 8-336316.0.r402563/7413 K 32 patch-cmakemodules_FindBDB.cmake V 28 file b-322238.0.r402563/7734 K 23 patch-src_converter.cpp V 28 file 6-362230.0.r402563/8069 K 22 patch-src_gen__crq.cpp V 28 file d-402563.0.r402563/8394 K 22 patch-src_location.cpp V 28 file a-358195.0.r402563/8689 K 27 patch-src_openssl__cert.cpp V 28 file g-402563.0.r402563/9015 K 25 patch-src_tqslconvert.cpp V 28 file d-322238.0.r402563/9315 K 17 patch-src_xml.cpp V 28 file 7-342230.0.r402563/9645 K 15 patch-src_xml.h V 28 file c-336316.0.r402563/9965 K 11 pkg-message V 30 file e-336316.0.r340719/248638 END ENDREP id: a-116984.0.r402563/11040 type: dir pred: a-116984.0.r362230/6941 count: 19 text: 402563 10283 744 0 5658c815e549d81849ee02d26b17f7a5 cpath: /head/comms/trustedqsl/files copyroot: 0 / id: m-116984.0.r402563/11228 type: file pred: m-116984.0.r371247/67595 count: 13 text: 402563 5803 359 5619 99463cffaf22dd991773c36bea80275d ed93a688e1ccc601d67025572b8b95839438eea0 402562-8mmb/_l props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/comms/trustedqsl/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 28 file 5-116984.0.r402563/6190 K 8 distinfo V 28 file 8-116984.0.r402563/6493 K 5 files V 28 dir a-116984.0.r402563/11040 K 9 pkg-descr V 31 file k-116984.0.r340718/1147399 K 9 pkg-plist V 29 file m-116984.0.r402563/11228 END ENDREP id: 4-116984.0.r402563/11792 type: dir pred: 4-116984.0.r397077/76755 count: 59 text: 402563 11537 242 0 e0b8cfbcad4de7da1586436d7da3d63c cpath: /head/comms/trustedqsl copyroot: 0 / PLAIN K 8 Makefile V 25 file 3-76.0.r402562/83282 K 5 acfax V 28 dir 4-60832.0.r387021/145693 K 4 aldo V 29 dir 4-105651.0.r386312/357515 K 7 amtterm V 29 dir 4-288252.0.r387021/146724 K 9 anyremote V 29 dir 4-222617.0.r394778/220706 K 5 aprsd V 26 dir 4-206142.0.r393252/940 K 6 atslog V 26 dir 4-180863.0.r389926/630 K 6 bfhist V 27 dir 4-122627.0.r344548/1375 K 10 bforce-kst V 26 dir 4-73330.0.r371247/9150 K 5 birda V 28 dir 4-52839.0.r387021/147854 K 7 bluegps V 28 dir 4-198913.0.r397395/83258 K 14 bluez-firmware V 27 dir 4-198895.0.r371247/9907 K 4 bpl+ V 27 dir 2-3869.0.r386312/358191 K 8 cdr_read V 29 dir 4-112610.0.r400848/110194 K 5 chirp V 26 dir 4-304689.0.r394507/650 K 3 chu V 29 dir 4-173409.0.r386312/359658 K 7 comserv V 26 dir 4-35625.0.r383416/1577 K 11 concordance V 28 dir 4-356304.0.r397395/83945 K 9 congruity V 28 dir 4-356306.0.r397077/75308 K 9 conserver V 26 dir 2-8756.0.r387529/58771 K 13 conserver-com V 26 dir 4-51291.0.r395094/3295 K 6 cqrlog V 26 dir 4-361115.0.r394801/740 K 7 cutecom V 26 dir 4-113676.0.r345286/965 K 8 cwdaemon V 28 dir 4-131507.0.r397395/84692 K 14 dabstick-radio V 27 dir 4-316735.0.r401497/2429 K 7 dcf77pi V 27 dir 4-321506.0.r401073/1321 K 14 deforaos-phone V 28 dir 4-309240.0.r371247/15816 K 14 dfu-programmer V 27 dir 4-245417.0.r345400/2656 K 8 dfu-util V 26 dir 4-228618.0.r383642/521 K 8 dump1090 V 28 dir 4-380470.0.r385521/80732 K 11 dump1090_mr V 28 dir 4-383242.0.r384932/75107 K 8 ebook2cw V 29 dir 4-217046.0.r386312/361888 K 11 ebook2cwgui V 28 dir 4-314176.0.r397077/76008 K 9 echolinux V 27 dir 4-112929.0.r382189/4233 K 4 efax V 27 dir 4-59779.0.r371247/18045 K 8 efax-gtk V 28 dir 4-107281.0.r395047/70974 K 11 ems-flasher V 29 dir 4-295239.0.r367888/498261 K 6 esmska V 29 dir 4-229114.0.r394778/222905 K 9 fl_moxgen V 29 dir 4-296855.0.r394778/223652 K 6 fldigi V 26 dir 4-180450.0.r400070/540 K 5 fllog V 29 dir 4-351105.0.r386312/364774 K 5 flrig V 29 dir 4-351057.0.r386312/365455 K 6 flwrap V 29 dir 4-268567.0.r386312/366153 K 5 gammu V 25 dir 4-95744.0.r399980/661 K 8 ge-x2212 V 29 dir 4-304462.0.r394778/225812 K 5 geoid V 29 dir 4-204412.0.r386312/366897 K 7 gkermit V 25 dir 4-24647.0.r401843/984 K 5 gmfsk V 28 dir 4-83912.0.r394778/226600 K 6 gnocky V 28 dir 4-216922.0.r371247/24648 K 6 gnokii V 26 dir 2-17521.0.r389710/5668 K 8 gnuradio V 27 dir 4-199763.0.r398562/9891 K 8 gpredict V 27 dir 4-98819.0.r393444/79163 K 4 gqrx V 27 dir 4-321087.0.r400343/1166 K 10 gr-osmosdr V 27 dir 4-318379.0.r400342/1859 K 4 grig V 25 dir 4-98832.0.r398663/598 K 6 gscmxx V 28 dir 4-90615.0.r396892/161646 K 6 gsmlib V 26 dir 4-58040.0.r382189/9115 K 26 gstreamer1-plugins-spandsp V 29 dir 30-316693.0.r375225/55062 K 9 gtkmmorse V 29 dir 4-295625.0.r386312/368409 K 6 hackrf V 27 dir 4-395641.0.r395641/5143 K 6 hamfax V 27 dir 4-95150.0.r371247/29683 K 6 hamlib V 26 dir 4-81097.0.r398473/1062 K 7 hcidump V 26 dir 5-281280.0.r401819/571 K 2 hf V 28 dir 4-172627.0.r397395/85435 K 6 hidapi V 28 dir 4-338581.0.r398996/63077 K 7 hylafax V 26 dir 2-1791.0.r399346/34518 K 3 ibp V 29 dir 4-218034.0.r386312/369110 K 12 java-commapi V 25 dir 4-62466.0.r356456/550 K 20 java-commapi-freebsd V 26 dir 4-64167.0.r356457/1482 K 4 jerm V 29 dir 4-140345.0.r394778/228045 K 4 jsdr V 29 dir 4-323661.0.r394778/228734 K 2 kb V 29 dir 4-204272.0.r386312/369848 K 6 kermit V 23 dir 2-285.0.r373991/501 K 4 klog V 34 dir 4-114653.0-376464.r402492/1088 K 14 kremotecontrol V 27 dir f-8441.0.r381052/148466 K 5 kvasd V 26 dir 4-394035.0.r394044/747 K 10 libconcord V 28 dir 4-356303.0.r395464/18782 K 6 libfec V 26 dir 4-167213.0.r391082/592 K 16 libimobiledevice V 27 dir 4-269954.0.r389224/2842 K 8 libirman V 26 dir 4-90742.0.r399960/2559 K 9 libmodbus V 26 dir 4-318133.0.r368942/925 K 8 librs232 V 27 dir 4-373861.0.r399325/1026 K 12 libticables2 V 28 dir 4-175894.0.r371247/33322 K 11 libticalcs2 V 28 dir 4-175899.0.r371247/34020 K 10 libusbmuxd V 34 dir 4-269953.0-369503.r389224/4633 K 6 linpsk V 36 dir 4-136689.0-376648.r386312/371293 K 6 linrad V 28 dir 4-113662.0.r387982/84676 K 4 lirc V 28 dir 4-90343.0.r394778/229472 K 7 locator V 29 dir 4-138393.0.r386312/372076 K 5 lrzsz V 27 dir 2-4266.0.r394778/230203 K 5 lysdr V 28 dir 4-356307.0.r399346/36355 K 14 mgetty+sendfax V 23 dir 2-105.0.r396709/743 K 7 minicom V 26 dir 2-2773.0.r371247/37789 K 5 mlan3 V 25 dir 4-53169.0.r392560/992 K 5 morse V 26 dir 4-294988.0.r398742/870 K 8 nasawash V 29 dir 4-112942.0.r386312/373419 K 4 ncid V 27 dir 4-136953.0.r398886/1537 K 5 nec2c V 26 dir 4-139134.0.r387917/954 K 7 nmealib V 26 dir 4-392297.0.r399427/651 K 9 nokryptia V 28 dir 4-112803.0.r363399/74045 K 5 o2sms V 29 dir 4-166996.0.r396892/162350 K 7 obexapp V 29 dir 4-105080.0.r387021/153544 K 8 openobex V 28 dir 4-105079.0.r375872/58670 K 4 owfs V 27 dir 4-365069.0.r395372/4059 K 12 p5-Cisco-UCS V 30 dir 4-295414.0.r373448/1034939 K 13 p5-Device-Gsm V 26 dir 4-161821.0.r385813/573 K 15 p5-Device-Modem V 25 dir 4-85402.0.r387759/699 K 20 p5-Device-SerialPort V 28 dir 4-84484.0.r396892/163106 K 21 p5-Fax-Hylafax-Client V 29 dir 4-142410.0.r381151/126905 K 12 p5-Nexmo-SMS V 30 dir 4-286393.0.r373448/1040169 K 12 p5-SMS-SMS77 V 29 dir 4-252269.0.r396892/163822 K 11 p5-SMS-Send V 30 dir 4-171896.0.r373448/1042226 K 21 p5-SMS-Send-DeviceGsm V 30 dir 4-199950.0.r373448/1043272 K 24 p5-SMS-Send-NexmoUnicode V 30 dir 4-286721.0.r373448/1044334 K 20 p5-SMS-Send-TW-HiAir V 30 dir 4-247309.0.r373448/1045388 K 21 p5-SMS-Send-TW-PChome V 30 dir 4-190270.0.r373448/1046442 K 18 p5-SMS-Send-TW-Qma V 30 dir 4-272558.0.r373448/1047490 K 23 p5-SMS-Send-TW-ShareSMS V 30 dir 4-200999.0.r373448/1048545 K 25 p5-SMS-Send-TW-Socket2Air V 30 dir 4-248935.0.r373448/1049610 K 21 p5-SMS-Send-TW-chtsns V 30 dir 4-247308.0.r373448/1050669 K 20 p5-SMS-Send-TW-emome V 30 dir 4-201267.0.r373448/1051722 K 21 pear-Horde_ActiveSync V 27 dir 4-277285.0.r400423/1206 K 17 pear-Horde_SyncMl V 27 dir 4-277307.0.r373850/3526 K 7 picocom V 27 dir 4-223294.0.r400481/2515 K 2 pr V 28 dir 4-40615.0.r394778/233190 K 7 predict V 28 dir 4-112272.0.r398832/71550 K 10 py-bulksms V 28 dir 4-95182.0.r394778/233881 K 13 py-libconcord V 28 dir 4-356305.0.r395464/19475 K 19 py-libimobiledevice V 28 dir d-317564.0.r369503/10797 K 7 py-lirc V 27 dir 4-97543.0.r397395/86073 K 9 py-serial V 26 dir 4-55296.0.r399218/1846 K 4 pyla V 26 dir 4-128360.0.r393171/764 K 4 qico V 27 dir 4-31528.0.r371247/57903 K 3 qrq V 29 dir 4-195023.0.r386312/377703 K 5 qsstv V 35 dir 4-120442.0-324748.r397395/86821 K 14 qt5-serialport V 26 dir 7-372179.0.r396044/637 K 4 qtel V 34 dir 4-299947.0-376460.r376460/2903 K 5 quisk V 27 dir 4-360456.0.r402493/2443 K 9 remserial V 27 dir 4-267413.0.r399516/1032 K 7 rtl-sdr V 29 dir 4-307117.0.r394778/235345 K 16 rubygem-callsign V 26 dir 4-239442.0.r388466/526 K 20 rubygem-ruby-termios V 26 dir 5-276410.0.r387635/945 K 4 rxtx V 26 dir 4-119844.0.r390726/608 K 5 scmxx V 28 dir 4-66562.0.r394778/236040 K 7 ser2net V 27 dir 4-172163.0.r376117/2536 K 12 serialoverip V 27 dir 4-172106.0.r383875/2344 K 5 seyon V 24 dir 2-167.0.r385721/3119 K 10 sms_client V 34 dir 4-39461.0-359308.r371247/60837 K 9 smstools3 V 29 dir 4-213257.0.r394778/236780 K 10 soundmodem V 29 dir 4-180395.0.r386312/379959 K 7 spandsp V 27 dir 4-138271.0.r374761/8806 K 5 splat V 29 dir 4-138971.0.r386312/380710 K 7 sredird V 28 dir 4-24127.0.r386312/381451 K 7 svxlink V 29 dir 4-351967.0.r394778/237524 K 8 syncterm V 26 dir 4-176153.0.r396595/586 K 6 tcpser V 27 dir 4-220702.0.r401166/1320 K 12 telldus-core V 29 dir 4-364977.0.r384038/107241 K 9 thebridge V 26 dir 4-112363.0.r398665/702 K 5 tilp2 V 28 dir 4-175902.0.r393444/80531 K 4 tits V 28 dir 4-41648.0.r387021/155075 K 9 tkhylafax V 26 dir 2-6797.0.r395047/72424 K 9 tkscanfax V 27 dir 4-59781.0.r371247/66686 K 3 tlf V 27 dir 4-121482.0.r402495/3545 K 10 trustedqsl V 28 dir 4-116984.0.r402563/11792 K 5 twpsk V 28 dir 4-136467.0.r371247/68852 K 7 uarduno V 26 dir 4-269474.0.r358830/886 K 8 uartlirc V 29 dir 4-296538.0.r387021/156227 K 4 uird V 29 dir 4-149202.0.r363374/144839 K 6 unixcw V 27 dir 4-204824.0.r399012/3136 K 7 usbmuxd V 27 dir 4-269953.0.r389224/5957 K 4 usrp V 29 dir 4-308558.0.r386312/382197 K 7 viewfax V 25 dir 2-873.0.r389300/61245 K 7 vrflash V 28 dir 4-44868.0.r394778/238967 K 4 wsjt V 26 dir 4-177114.0.r396735/868 K 5 wsjtx V 26 dir 4-402410.0.r402432/979 K 4 wspr V 27 dir 4-240674.0.r396595/1417 K 3 wwl V 29 dir 4-138413.0.r386312/385274 K 4 wy60 V 28 dir 4-61153.0.r386312/385963 K 6 xastir V 27 dir 4-112993.0.r399093/1449 K 5 xcwcp V 27 dir 4-374591.0.r399012/3721 K 3 xdx V 29 dir 4-109784.0.r386312/386654 K 4 xlog V 25 dir 4-69535.0.r398664/598 K 6 xmorse V 29 dir 4-203923.0.r374303/273623 K 6 xnec2c V 27 dir 4-358205.0.r397240/1094 K 8 xnecview V 29 dir 4-157637.0.r375598/116411 K 5 xwota V 29 dir 4-173121.0.r386312/388811 K 7 yagiuda V 29 dir 4-139709.0.r386312/389557 K 4 yaps V 26 dir 2-13775.0.r380201/2205 K 6 yfklog V 29 dir 4-202351.0.r386312/390306 K 4 zssh V 26 dir 4-51797.0.r365119/1223 END ENDREP id: 1-76.0.r402563/21001 type: dir pred: 1-76.0.r402562/92595 count: 3730 text: 402563 11975 9013 0 69da9098deb0434b31f79c7560e588ee cpath: /head/comms copyroot: 0 / PLAIN K 10 .arcconfig V 26 file 1-354154.0.r391201/64 K 10 .gitignore V 26 file 1-348322.0.r376072/79 K 7 CHANGES V 27 file 1-99373.0.r400846/2247 K 15 CONTRIBUTING.md V 27 file 1-348323.0.r348323/344 K 9 COPYRIGHT V 26 file 1-146787.0.r375875/49 K 4 GIDs V 28 file 1-168311.0.r401837/2297 K 8 Keywords V 27 dir 1-314142.0.r399974/1114 K 5 LEGAL V 25 file 1-748.0.r400622/2897 K 5 MOVED V 27 file 1-69878.0.r402562/4797 K 8 Makefile V 22 file 1-6.0.r365265/122 K 2 Mk V 22 dir 1-5.0.r402458/2644 K 6 README V 25 file 1-2408.0.r340854/956 K 9 Templates V 24 dir 1-2932.0.r400392/749 K 5 Tools V 26 dir 3-15302.0.r397867/3222 K 4 UIDs V 28 file 4-168311.0.r401837/2578 K 8 UPDATING V 28 file 1-102685.0.r402243/7723 K 13 accessibility V 27 dir 1-42583.0.r401900/10690 K 6 arabic V 26 dir 1-38973.0.r401516/1273 K 9 archivers V 25 dir 1-242.0.r402562/16105 K 5 astro V 25 dir 1-301.0.r402562/22450 K 5 audio V 25 dir 1-148.0.r402562/63728 K 10 benchmarks V 24 dir 1-62.0.r402562/67850 K 7 biology V 26 dir 1-9066.0.r402562/72650 K 3 cad V 25 dir 1-276.0.r402562/76773 K 7 chinese V 26 dir 1-3770.0.r402562/83108 K 5 comms V 24 dir 1-76.0.r402563/21001 K 10 converters V 27 dir 1-1561.0.r402562/101670 K 9 databases V 26 dir 1-771.0.r402562/153781 K 9 deskutils V 27 dir 1-2098.0.r402562/168669 K 5 devel V 25 dir 1-73.0.r402562/454400 K 3 dns V 27 dir 1-6145.0.r402562/464851 K 7 editors V 24 dir 4-6.0.r402562/478602 K 9 emulators V 25 dir 1-181.0.r402497/10117 K 7 finance V 27 dir 1-4110.0.r402562/489622 K 6 french V 28 dir 1-25673.0.r402562/491226 K 3 ftp V 26 dir 1-199.0.r402562/496429 K 5 games V 26 dir 1-104.0.r402562/553824 K 6 german V 27 dir 1-7451.0.r402562/555846 K 8 graphics V 25 dir 1-94.0.r402562/610496 K 6 hebrew V 28 dir 3-31142.0.r400704/134089 K 9 hungarian V 29 dir 1p-38973.0.r400704/135609 K 3 irc V 23 dir 1-42.0.r402475/7677 K 8 japanese V 25 dir 1-410.0.r402456/15801 K 4 java V 25 dir 1-2798.0.r402336/6561 K 6 korean V 27 dir 1-5873.0.r400848/647845 K 4 lang V 24 dir 1-15.0.r402558/18000 K 4 mail V 24 dir 1-57.0.r402535/38447 K 4 math V 25 dir 1-162.0.r402557/37387 K 4 misc V 25 dir 7-35.0.r402439/735102 K 10 multimedia V 25 dir d-333.0.r402513/25354 K 3 net V 24 dir 1-22.0.r402538/70922 K 6 net-im V 29 dir 15-11144.0.r402450/569226 K 8 net-mgmt V 26 dir r-1011.0.r402555/18517 K 7 net-p2p V 26 dir g-29106.0.r402381/6459 K 4 news V 24 dir 1-145.0.r402191/4321 K 4 palm V 25 dir 1-6646.0.r402271/1784 K 6 polish V 27 dir tv-38973.0.r402375/2769 K 10 ports-mgmt V 25 dir 1-5132.0.r402402/5216 K 10 portuguese V 28 dir 1-17842.0.r400704/158615 K 5 print V 25 dir 1-79.0.r402450/583487 K 7 russian V 25 dir 1-1559.0.r402330/5362 K 7 science V 26 dir n-5356.0.r402496/10609 K 8 security V 25 dir 1-269.0.r402520/58653 K 6 shells V 24 dir w-6.0.r402439/919508 K 8 sysutils V 26 dir b-339.0.r402562/668736 K 8 textproc V 25 dir 1-322.0.r402518/91158 K 9 ukrainian V 28 dir g-39704.0.r400704/163411 K 10 vietnamese V 28 dir 1-4812.0.r401096/1216886 K 3 www V 26 dir 1-114.0.r402562/802667 K 3 x11 V 25 dir 1-16.0.r402562/827079 K 10 x11-clocks V 27 dir 1-931.0.r401096/1405481 K 11 x11-drivers V 27 dir 1-157567.0.r402459/3522 K 6 x11-fm V 27 dir 1-691.0.r401096/1408148 K 9 x11-fonts V 25 dir 1-543.0.r402125/11414 K 11 x11-servers V 25 dir 1n-710.0.r400485/1821 K 10 x11-themes V 27 dir 1-14410.0.r402443/10813 K 12 x11-toolkits V 25 dir 1-120.0.r402365/14565 K 6 x11-wm V 23 dir 1-40.0.r402476/7858 END ENDREP id: 2-1.0.r402563/24609 type: dir pred: 2-1.0.r402562/830688 count: 400045 text: 402563 21168 3428 0 debf7b3e6e4eb5081bc7b474fd182e24 props: 7322 2587 45 0 7a04b33bf8e35fd5c3d111baaf403dc5 cpath: /head copyroot: 0 / PLAIN K 8 branches V 23 dir 0-1.0.r402494/46765 K 4 head V 23 dir 2-1.0.r402563/24609 K 8 projects V 30 dir 0-377393.0.r378744/3577692 K 8 svnadmin V 22 dir 3-1.0.r402266/1244 K 4 tags V 22 dir 8-1.0.r393564/5019 END ENDREP id: 0.0.r402563/25050 type: dir pred: 0.0.r402562/831131 count: 402563 text: 402563 24826 211 0 e2e65c868d97b302a03b6467cb2965b7 props: 341041 7130 346 0 8b695b9f61597e4917effffba3bbfaa3 cpath: / copyroot: 0 / minfo-cnt: 29 5-116984.0.t402562-8mmb modify-file true false /head/comms/trustedqsl/Makefile 8-116984.0.t402562-8mmb modify-file true true /head/comms/trustedqsl/distinfo _6.0.t402562-8mmb add-file true true /head/comms/trustedqsl/files/patch-CMakeLists.txt 9-322238.0.t402562-8mmb modify-file true true /head/comms/trustedqsl/files/patch-apps_CMakeLists.txt 8-336316.0.t402562-8mmb modify-file true true /head/comms/trustedqsl/files/patch-apps_tqsl.cpp b-322238.0.t402562-8mmb modify-file true true /head/comms/trustedqsl/files/patch-cmakemodules_FindBDB.cmake 6-362230.0.t402562-8mmb modify-file true false /head/comms/trustedqsl/files/patch-src_converter.cpp _d.0.t402562-8mmb add-file true true /head/comms/trustedqsl/files/patch-src_gen__crq.cpp 9-362230.0.r362230/4657 delete-file false false /head/comms/trustedqsl/files/patch-src_gen_crq.cpp a-358195.0.t402562-8mmb modify-file true false /head/comms/trustedqsl/files/patch-src_location.cpp _g.0.t402562-8mmb add-file true true /head/comms/trustedqsl/files/patch-src_openssl__cert.cpp c-358195.0.r362230/5276 delete-file false false /head/comms/trustedqsl/files/patch-src_openssl_cert.cpp d-322238.0.t402562-8mmb modify-file true false /head/comms/trustedqsl/files/patch-src_tqslconvert.cpp 7-342230.0.t402562-8mmb modify-file true false /head/comms/trustedqsl/files/patch-src_xml.cpp c-336316.0.t402562-8mmb modify-file true false /head/comms/trustedqsl/files/patch-src_xml.h m-116984.0.t402562-8mmb modify-file true false /head/comms/trustedqsl/pkg-plist 25050 25275