DELTA 316611 0 360 SVN~8$L-pqG"DISTVERSION= 2.0-b10 CATEGORIES= cad MASTER_SITES=GNU_CONFIGURE= yes USES= iconv USE_TK= 84+ INVALID_TK_VER= 86 MAKE_JOBS_SAFE= yes MAN1= gmac.1 tkgate.1 verga's|/usr/bin/wish|${WISH}|g' ${WRKSRC}/scripts/tree.tcl @${REINPLACE_CMD} -e \ 's|%%TCL_VER%%|${TCL_VER}|g; \ s|%%TCL_INCLUDEDIR%%|${TCL_INCLUDEDIR}|g; \ s|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/configure .include ENDREP DELTA 271346 6839 141 SVNSHA256 (tkgate-2.0-b10.tgz) = 4ef6a9c5b71325cec0d53d55dfd386a344dc7f139c49e9a145ad4ace7a302057 SIZE (tkgate-2.0-b10.tgz) = 8588819 ENDREP DELTA SVNHlHHx^Rmk@\UjԘMz%kҍvMBjP<̎a"C&ex{X/C\g 3qhlZvE.LDC h's1ḞwgAoLoBAG80!Pw()89;Q^B)CBP)~dF,$qOUg Ě*pmJ1%%G)AN"#W9&_U m{s87N,%}ݣℋit_uejZGykZZOC8E+_8~m(TP`q5 0Zu]x ]cvM4*Q.6mC>cIBY/s;[p+ɕm")pۣy$Feu!l'AYBqhUd|·/U'4s exJ|a.l>(g473ENDREP DELTA SVNlx^uQQo0|_d>H 8P0[jhMt~yqVuʬ7ya/H7p0좢KK,@79k4 0Mnd[C˼6Э)m qEb0J˔L !gXupeK%-AeokzZF8 / ?kD(zMgߙF`x>ub/ߝgHq[+ڵBp+Gi*DcIc:kpww&FzIu3W<(!8+X\)C`1㦓* $T^O_­ENDREP DELTA SVN#x^ՓQk0_qk(ؑHPoeDQ\ I(vmep=|`J)X#f(ZU.rmTu6`|HوxQa !'I V2~$LrXvN&̥6>Q'mSf_lq_;5 \8 JzӺtQx{XݹEMohz78"$N74vɛ&M0|/#=EvIu5d r-£^.JF:\=߁*Ŧ'gvKvFix'{2b;ur(y50oN9$t2^inqBo3*PD%3Z?T(#ENDREP DELTA SVN3533--- src/tkgate/editstate.c.orig 2013-05-14 14:41:05.000000000 +0200 +++ src/tkgate/editstate.c 2013-05-14 14:41:30.000000000 +0200 @@ -513,7 +513,7 @@ sprintf(buf,msgLookup("msg.modoverwt"),dst); /* Destination module '%s' already exists. Overwrite? */ DoTcl("confirmMsg \"%s\" ",buf); - if (*TkGate.tcl->result != '1') + if (Tcl_GetStringResult(TkGate.tcl)[0] != '1') return; env_removeModule(dst,0); ENDREP DELTA SVNqsqq--- src/tkgate/generic.c.orig 2013-05-14 14:41:47.000000000 +0200 +++ src/tkgate/generic.c 2013-05-14 14:42:07.000000000 +0200 @@ -749,7 +749,7 @@ y = ctow_y(g->ypos-50); DoTcl("offsetgeometry . %d %d",x,y); - sscanf(TkGate.tcl->result,"+%d+%d",&x,&y); + sscanf(Tcl_GetStringResult(TkGate.tcl),"+%d+%d",&x,&y); if (x < 25) x = 25; if (y < 25) y = 25; ENDREP DELTA SVNP3PPx^Tn@}PU%m@D< DFhc/`av-{{gwpm^TX؝33gXI|JxL iZvrZ:FѬ*vöJe lw=`։].ӐnWL@H”)ݢH eAn9K%( FԔ\S8AkW->d6Zc(;nG 1id>*V(]w:~FLT)˼0T^h}iAs*"Z=kbôl2B#11JXqB>1RU<1Ò.T OЅ??$7ֽ7rI*G:t# 8@$T칂"FMBqf$`%hјjǚs/(Q3 E A1bgmIm]RTT2F?Y?MUU)0,,f@hu_image = Tk_GetImage(TkGate.tcl, Tk_MainWindow(TkGate.tcl), TkGate.tcl->result, 0, 0); + hu->hu_image = Tk_GetImage(TkGate.tcl, Tk_MainWindow(TkGate.tcl), Tcl_GetStringResult(TkGate.tcl), 0, 0); if (hu->hu_image) Tk_SizeOfImage(hu->hu_image, &width, &height); ENDREP DELTA SVNrtrr--- src/tkgate/locale.c.orig 2013-05-14 14:46:02.000000000 +0200 +++ src/tkgate/locale.c 2013-05-14 14:46:35.000000000 +0200 @@ -395,10 +395,7 @@ if (argc < 2) return TCL_OK; msg = msgLookup(argv[1]); - if (strlen(msg) < 127) - strcpy(tcl->result,msg); - else - tcl->result = strdup(msg); + Tcl_SetResult(tcl, msg, TCL_VOLATILE); return TCL_OK; } ENDREP DELTA SVN?:??x^]K08 6Y?Dʐ@ K5%t2腹yresult = Tk_PathName(w); + Tcl_SetResult(tcl, Tk_PathName(w), TCL_STATIC); scope_active = 1; ENDREP DELTA SVN`7``x^Tn@}._1! kB"B)T^*UX,^dFI^ Pղy!F yRuOM_{[෺NIqCT9c~׽!~E1O8VW?W Y3!>T1NwUg"eX[mp G̮Љ(3Oϴds" lA"ea"BX?uiۥc~avR2M6>7Gצ'¬#*E@{C@G.ENDREP DELTA SVNUWUU--- src/tkgate/simulate.c.orig 2013-05-14 14:50:07.000000000 +0200 +++ src/tkgate/simulate.c 2013-05-14 14:50:30.000000000 +0200 @@ -1117,7 +1117,7 @@ DoTcl("VPD::isallowed %s",cmdName); - if (*TkGate.tcl->result != '1') return -1; + if (Tcl_GetStringResult(TkGate.tcl)[0] != '1') return -1; DoTcl(cmd); return 0; ENDREP DELTA SVN1x^isHs+:T!0`6؎';N'[)%D I% ;^֍OԒJw_J%gnz@_ن3zg_uAW<}HGVee)"5zpe97IWUIɏ?$,&o}ך}j+غM[}UnFyC7p|ִ-m]g 8wzY0t۠VVpkÚh=GXD@>g?p(GP6eWĒZc&C4kǯi`K-'; iSuIZD0dsIFxǐ .6##+}Hs8pzߋ^< NZ#3|jbv8lrr/g.A'/Fg$qK94ybq(ݷm!ƶ LY_nA!lI$ֽ"%Wj[1Yy"Ҕ1#JcP>ѥ79L Q)tdшdi HhYu3_Ao OL`bhڭVE1-!" "UӗI)5}^X\B CԠ?%8t^"Gjģ~K0P<0`kZ&o)riRs#ERA"Ĥ)a`'(!쀽K*5^2xTuB=X|s$QH*5C؀D$? oF_>@Se:#y((ð>vWiz@n Qݲ;{f@oȁӐV.1ϞD 1F- APU&!xN<1cEK+nO-j}]Cӱc9нbmspB>365]d9->!/l!?m2~oa8MrsB :R״H[=u۝l>lg elKpc8(k_cR Fx-ȁ!+sw%@XyD@~9ۻzYH @ajܣr˲~kHāUWD%vY6G<)c)+:!%(`xA֞۞%HŰGqѦ)2MSH<>& h. 4UV(p{)% }*ly^I|΢tE2ep4T AEX6//N?'}`~?H98K͗.dEmG| }"14Jh5ˆ&b7O,ڄ\?f(^J "HUo&tT#5Vm&3HI4Th|RrA@e~e"T~OĊM<"9L5b}6~DEfNjncaAAF50 ' 660㣑` cNKsvg|s#xDi2wa釄e FCt,F|k#Q;yVo1v)#ҏ,B8wJTYZ|)2"SCWBPDe0<NJZ_=}jHX:i>.x-\"UCItL !| *،Uy_fjK+~; n*qUox Ѿ39ĜF-53jَ y>Hn?b~npYvLjVlʜ |1RQ,fuRFi<,ʨu'^Hk]i]IJ$fP-霵ג܊h _QC{1o@t7{s+ Rn@G mԌr#ުSiZ6YKag[Jh(?17vl,ҠBI^\g.>bgaݑAgMICGďu)zaCtQ(s)UmvZ'˪L7# o:^q&E`#\f|xQĂ4XсD8t`Mc}c}V~*{P87T'YĦJq|V3 O ΖKDal~q T3;Vvm':w`7ORl$"j* g/Q||Q$oB᣾f@%% di+e 3"1?e@0jxH,vZQ"kɳx%?O~+jvS&Pd-*6_3o;U#0멑EldKɧhyc jq,&#SKwҘ61i4&x7 p,=fEG̶*g@;'EuL{k6%`\~N Xx!`Qx~d?Q@mmVY$ք4d?NY%?2o;C9ٕkfOMW]]SV"T].PpxR{ -ĠD,~Ͻz <)Bk%(Mco^9K־g+7:~XJiYt[͑SX1hG%ʝ{w č HEAsޯ`oQv^5B )`BIb_^p\'|tFjg@SZW5cSnq掋ñ-k%sV$G}3\=zx;GV;H};LN4(l]PNrZ,mwG1p@p#+g"u \56h0LԠqʆC=A6$:C#Q W~@=/on!|+8lr#={ Mo\R.zA}s9 F^羊G<^%*OTZZ||66s{'r=M̚<$E.Yx{S~RK@(b{a-$]Q+6Kև-s9$ӳ>Og'?WR/T~_ H biQPZ΄o2d :kxM [ ;e2M61;sZR`/ Er _;3reWK;\>HgyحuKk~]NR&{=<z}Fi:If}? ;V)MH|yѡX#YJW4n S7oM#K j;dRbRNgHf|b'3gq6Eژw/|;76]Qρ^]O?4=;9X)ǞH\I* bkӞPIfH/Vxվ6bJGg{ko.ojC{zG=)5Gæ&R"CL(7Z22}/-|Y>T, cIsl?OC,"Tv+~d@]y1`@t1ögNҍdL*ZqOD^kZe=j~A'oůVM_q slK ᅁpL>" '"fY@nXWL*lUl3Me[bړUƈ(,z_ I`ENDREP DELTA SVNLCLLx^QK0ǟݧ8fZR!ÁR2.Mװu2qr~aA>:#ql.w5 F ,pu =F~xc`7{wŰi0ߤS%G_5CY@.~N){5bRQ3 A F ZhRunP"v*}B6Njz{Xf[{]u yRP;Z EPfJ1Mda&}'mVmQJB*weЭ$2n鶱ENDREP DELTA SVNQvQQx^R]O0}n~Ҫ|MJ ZPYQƢH CQ0ǚ&ҡmLau|=9 xYˆ*AM7rCL;wo<8,g8eY}&f>],Yf3 c" a }|^7'{hSN!)L]dd;,$u' AgDےoZ\!a]Kl6D"Z-΢✣wKI~v"Br.%UELE>˚ %KrXIM(%WwK-)Yḓ%Є3JoRJ䄒`%wS)6K/ypNiMku`G7/~8 ,d ~RZžwyQ 2>)"`-ȑJ'YV78-ENDREP DELTA SVN!--- src/tkgate/verilog_out.c.orig 2013-05-14 15:22:29.000000000 +0200 +++ src/tkgate/verilog_out.c 2013-05-14 15:22:51.000000000 +0200 @@ -1071,7 +1071,7 @@ unlink(tempName1); unlink(tempName2); DoTcl("yesno [format [m err.nosafesave] %s]",name); - if (strcmp(TkGate.tcl->result,"yes") == 0) + if (strcmp(Tcl_GetStringResult(TkGate.tcl),"yes") == 0) VerilogQuickSave(name,saveFlags); return 0; } ENDREP DELTA 280445 644 795 SVNU+UUx^KܸK\wӶ4"ԖvĬ2$2 ]$*d&-3iIk|61:Iןo_?|ӧ~_>z; _?Hdt\iқN] I,wvke:$6u[fwζoSw ْ9OYҎ)ɘ&2eT}O* $ꥏjT7\yZRSG[2a|M՟Y (v&moثD ĝ;5wj>H>} /Y~ĀUt=[VmH+yLw8ZߌפZvN#+ *Lƛ^w7&jSURtT27}a/B R#p!0'y!P: XE4ar2sp`Hh@fzDԙHp : %q8Zynq׻W-yui:NL'aUPqX5gдv-{zU{1ͳ}GUVhep>nRc*-Pƫ.gO\;VMWU9n|=blՖ9?"׆rXx?[)zzv:D𑪦$܃.}Mͩ2 aFr<}IjxNgUz LK '{}H441IT,Nq}?Y!\$p?\$-r+'új˦Ņ0mၚ  8)] .vۦ: mi>q1zHbj\>k:I$Q :w> ѕ$qiIuU]$#c3\'ȬJݕG:;<АN> N= Qbr%ƄƏȾ+}/s~ٝn@؜/ {Dx09wd*Uґ@4im+\"Gw @֬kgRNtAdvS jcjwDl P>-m[C[OtS^pGޕ~,06jcސ]l.hN+!xx h"b8-`0ʅUBڅH(65ecm~(v_xADom3TQ}v5(iM5i (ם6ZlxnHU 8f.U;;0J-|77:D\QN]Ҭ'nf( Ĭ?) mJZ #%:5"{Ň'r*rߟ4TT&y䄾f 'r:Qb0EkoO{wڛ[H[&2p4pЈRjkZ7jZ9j^;k쥮|&|{ QBFn<7?T%(?GA~鱉. ;飰V:WQA|es9E͖:N-uf/F[кw(x!#{D'^卽&$2ki+n\^,??cʷ7#E+#OF]%r T^|Ptґf 8)4#IIk&x@i"v KJ_ޝw'-39w* i-ѩ5|[2Μ"-dL 5Rvkw׽:LׅY5}0ZEkhe 6NMIE`rUj]2c3EqY\҇L!䌅B(S=7־cu#| ~[ grA'v:b'zгys+ˀ'ܾ{o@px M2Q_u8|LvQ)3uL 9qո*l3cg|f3@f)"sxy'c3УÞW>==%6ȳ]tR'cQ#j_ÊtP;:( Җh7 \R3wI5܅u9 iuqW>r,ȴdNVǦxǟd4Oy#͔/$JAzņ#ƻL6tͪ\vrG*ŠvkLŃ2p8/hw Rq2,)a@/p+㚀>~C@/a_ /lK:Vik7Fiau!+-g f9C ގ䗭ҏ~s3@M?Q\ %S[)KS ~ ڴpLg)"6)$`!KK'2s/^]0YtE&.. ~.jȐy 2P6Bd-GhHwG:I&,簊sq!T}wS8*m3BI*20RN͊*sʌ2̆C|`=+ds&"̭iQ'Z)jHv(;uobMDg,åmHCGB" K5FFYb():Td `Q~'KۋEHD5'j>\hy=kPq.Op;( hOB+XME3~j:{)Dg\ŲVYDO^ 'CJbxГKLa {&>0#"-~ ^d%tJ薕-+[VBnY ݲe%tJ莕+;VBwX ݱc%tJ莕=+{VBY ݳg%tJ螕=+{VBX =z`%J聕+VBX %GxY8)HC9)\C䬢ƴdI͐F}/q*tD[$pKʔn(L>ĚMutsۚ>.z}kulKS>Gx i¨YQw,dtx%r5~݌L,;if`462'63cxKLmEl?P?=kB=P?~AF"2$ GHրˌ$ѿ.UmICk$f~E2ª^'#h=p7aJӲiN]o8렼эRgYPjBQC`C]"3`il',kL~ȓ&Mn 4"'O"p5ƽw?I+ë̌򛷷?̏fYv{ݵ<\knA!?.wvn/x(ftny?lFpݨNn[93:鿦ΔV)/yT .^-wa;N 57[7xi Wաk#&D|eazs%(, Nhr @G 0@m(Q=#װ!:P&|>E;pNdΈ3A-񍒓@QO$@[M L$@7J L`C$lAݥliCHzI<*qzп~ ~$~_?@_?sej4oI~FkywBN[H8:I"gQ'?q>㞽;!#4 jj{9 Nyԓ!Q#>"dh!dG~;Cbx2r@rw#LeoB)2w^bkziz$%:%@ĝy9_ \\tl/ƵH 򡋾2r?ʲp$XF XWA$wCsQۋsSQ1zf*!&^o)1(;3\) JJ Im L$h*҅kRH/!CDI*",!x ehMгre⚀Y|Qbgt @<:@z2 LX]2,i{F*p M gnllkb]^vghms{~j+Qghg::4'aY¶47~/dj|*84omBo ueE@$!$^*4Ε7<<3 W_\MG`",ֺjƅIhYiK}bmm6/`jn/ci$헑\zu؀!$ҷGa7<]EZ%#4LCjbUa@ξkYϟAQDuw1@80yEjXC$UʖGDQs6>˲y_(ʦa]YOt`8(Lg$6r);b݋4'X4~ 17cuךsO\ǂw\0&N$,vnhVI]|UU.22K;ڤvV-KiL_hc}lA6M%„TwϚGcHaIۑ|eDm7ڗɞYN}EMMtOڸ9]#Jy_ԦLN[ӴCە4]j2!$ gFNuC~YVr XYG3<&Ξ!Lx`umh&2y7sEjkȕIY¿l ZΞrT~Yi9c0EϦ>&o|I3MC|(>oOZTZU:K죟X`.C @32tO\'žuVV>MC oLk`/_ƽ R g=MɆy6U'93ZG b@p4=μz{x6e<ƀ@-堿ݻ2ISK!O;:tfM;yO:"zhOGQ4EI pLhsj ֏C.a>3v.)!gG#_fr,${s9DŽۄ6ao|:M@J1e}Cܦ7'JR 7rҟ3Hҟ|l)%mENDREP id: 4-19257.0.r318161/19649 type: file pred: 4-19257.0.r316611/502 count: 27 text: 318161 0 452 824 96d8a2a19bb067943ac394b20c701dd3 61add6d1d4243847bc5b22294f638b053c7f1cd8 318160-6ti2/_4 props: 316611 386 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/cad/tkgate/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 7-19257.0.r318161/20054 type: file pred: 7-19257.0.r300895/746651 count: 10 text: 318161 478 148 131 58ffd7921e6ece0aa8030035ce2ea1ed 5142d5f7eca57e4469d374f363bc6402a140fa81 318160-6ti2/_5 props: 318161 19943 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/cad/tkgate/distinfo copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 7-318161.0.r318161/20465 type: file count: 0 text: 318161 655 507 1096 561003c79b8ab73d299dcdb7924f791e 49b07b700b07e5d1e12e31a7adbc90d2eee9de81 318160-6ti2/_9 props: 318161 20354 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/cad/tkgate/files/patch-configure copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: a-318161.0.r318161/20859 type: file count: 0 text: 318161 1175 379 654 2813e2a0ed5bdb4a97a3e5526c888a4e fe8e8f7934e117c638af2fb95571767bbe19bc19 318160-6ti2/_b props: 318161 20748 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/cad/tkgate/files/patch-src-tkgate_Makefile.in copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: c-318161.0.r318161/21266 type: file count: 0 text: 318161 1567 434 1023 f42fbbac2631799462d3b55dc8a1f465 5f5047a452a39dec85f5cc782b9c7c490e4f35f2 318160-6ti2/_d props: 318161 21155 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/cad/tkgate/files/patch-src-tkgate_block.c copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: e-318161.0.r318161/21670 type: file count: 0 text: 318161 2014 452 435 652858dfe58c0ec5d29ed3b7a1887c87 58e0fd381c7b82d2a8f3a47e0ce81856469c956e 318160-6ti2/_f props: 318161 21559 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/cad/tkgate/files/patch-src-tkgate_editstate.c copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: g-318161.0.r318161/22077 type: file count: 0 text: 318161 2479 386 369 70e0c7aaf1a672ecccd322a8e3e85fbd 239b386c00a1a1aa407ce14f9f93b3bf9ee02c22 318160-6ti2/_h props: 318161 21966 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/cad/tkgate/files/patch-src-tkgate_generic.c copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: i-318161.0.r318161/22482 type: file count: 0 text: 318161 2878 834 2256 40c16d454aa0373492e97caa1bcb4d1e 686766f689dbfdf025027ee08dc0e1c3511b4cf0 318160-6ti2/_j props: 318161 22371 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/cad/tkgate/files/patch-src-tkgate_hdl.c copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: k-318161.0.r318161/22884 type: file count: 0 text: 318161 3725 486 469 ab2996e70dcfca3cb3d835f419fb57c4 103089ffb608affa4688fbba0c2249b9563a8e9e 318160-6ti2/_l props: 318161 22773 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/cad/tkgate/files/patch-src-tkgate_html.c copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: m-318161.0.r318161/23286 type: file count: 0 text: 318161 4224 387 370 7135488e2e53c7bd1de8eeeb7db5f16b 9db2b051990a95f71b83fac1f28422dbd8e585f5 318160-6ti2/_n props: 318161 23175 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/cad/tkgate/files/patch-src-tkgate_locale.c copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: o-318161.0.r318161/23690 type: file count: 0 text: 318161 4624 329 575 2edfebb302a5b774d4f39151616f87fd 4449927fe711ee6bc7cba9715956d466bd9fd8f8 318160-6ti2/_p props: 318161 23579 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/cad/tkgate/files/patch-src-tkgate_main.c copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: q-318161.0.r318161/24092 type: file count: 0 text: 318161 4966 305 288 3d5db360168ce7a7b7524029c65ee01e c52d739d36d25bbf9e1a250ce53a39014a34e0a5 318160-6ti2/_r props: 318161 23981 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/cad/tkgate/files/patch-src-tkgate_scopewin.c copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: s-318161.0.r318161/24498 type: file count: 0 text: 318161 5284 582 1504 24cfc7d79610a5d2dd0a18683c621775 ffcc108d813ab8741caef9dda71d57264e386c9c 318160-6ti2/_t props: 318161 24387 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/cad/tkgate/files/patch-src-tkgate_selection.c copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: u-318161.0.r318161/24906 type: file count: 0 text: 318161 5879 358 341 86c801a5dbbca56cff8fcda1b6471f5b bc644ffa4d660fa1bc23de652a60ff462e6460c7 318160-6ti2/_v props: 318161 24795 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/cad/tkgate/files/patch-src-tkgate_simulate.c copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: w-318161.0.r318161/25312 type: file count: 0 text: 318161 6250 4802 19612 bd146b812f990feb06070dfe95129305 582d4e16ab42cd5dafe00f08ecc11c6814797034 318160-6ti2/_x props: 318161 25201 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/cad/tkgate/files/patch-src-tkgate_tclfuncs.c copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: y-318161.0.r318161/25721 type: file count: 0 text: 318161 11065 338 588 252dd08f753733985f995cf942add387 99a61f9f61555ccb29b89ca1c0c7dcedc1a5fac2 318160-6ti2/_z props: 318161 25610 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/cad/tkgate/files/patch-src-tkgate_tkgate.c copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 10-318161.0.r318161/26126 type: file count: 0 text: 318161 11416 517 1105 f6df610d5cf4d21c79491b808650faf6 3b30b8db889ad51101d36504af4dad306600a7b1 318160-6ti2/_11 props: 318161 26015 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/cad/tkgate/files/patch-src-tkgate_tkgatewin.c copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 12-318161.0.r318161/26537 type: file count: 0 text: 318161 11946 432 415 e9f05d0b47901a1c2c88ca401e4dd6dd 8076103cfb1221c93908fd53cb1d039d6a48982c 318160-6ti2/_13 props: 318161 26426 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/cad/tkgate/files/patch-src-tkgate_verilog_out.c copyroot: 0 / PLAIN K 15 patch-configure V 29 file 7-318161.0.r318161/20465 K 28 patch-src-tkgate_Makefile.in V 29 file a-318161.0.r318161/20859 K 24 patch-src-tkgate_block.c V 29 file c-318161.0.r318161/21266 K 28 patch-src-tkgate_editstate.c V 29 file e-318161.0.r318161/21670 K 26 patch-src-tkgate_generic.c V 29 file g-318161.0.r318161/22077 K 22 patch-src-tkgate_hdl.c V 29 file i-318161.0.r318161/22482 K 23 patch-src-tkgate_html.c V 29 file k-318161.0.r318161/22884 K 25 patch-src-tkgate_locale.c V 29 file m-318161.0.r318161/23286 K 23 patch-src-tkgate_main.c V 29 file o-318161.0.r318161/23690 K 27 patch-src-tkgate_scopewin.c V 29 file q-318161.0.r318161/24092 K 28 patch-src-tkgate_selection.c V 29 file s-318161.0.r318161/24498 K 27 patch-src-tkgate_simulate.c V 29 file u-318161.0.r318161/24906 K 27 patch-src-tkgate_tclfuncs.c V 29 file w-318161.0.r318161/25312 K 25 patch-src-tkgate_tkgate.c V 29 file y-318161.0.r318161/25721 K 28 patch-src-tkgate_tkgatewin.c V 30 file 10-318161.0.r318161/26126 K 30 patch-src-tkgate_verilog_out.c V 30 file 12-318161.0.r318161/26537 END ENDREP id: 6-318161.0.r318161/27919 type: dir count: 0 text: 318161 26838 1068 1068 b26ab2f2f5365ee5c7c7ec5592cd369f cpath: /head/cad/tkgate/files copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: d-19257.0.r318161/28185 type: file pred: d-19257.0.r300895/747345 count: 9 text: 318161 12391 7230 57813 9935b9d4aaa8fc1ab97bfdeb0d973be2 b35ee9b60c258f488c9af87fdfe1ccb0300fd08f 318160-6ti2/_14 props: 318161 28074 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/cad/tkgate/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 28 file 4-19257.0.r318161/19649 K 8 distinfo V 28 file 7-19257.0.r318161/20054 K 5 files V 28 dir 6-318161.0.r318161/27919 K 9 pkg-descr V 29 file b-19257.0.r300895/747000 K 9 pkg-plist V 28 file d-19257.0.r318161/28185 END ENDREP id: 2-19257.0.r318161/28743 type: dir pred: 2-19257.0.r316611/1006 count: 35 text: 318161 28491 239 239 d678622c832faf81fbfe2f4646f6e1a0 cpath: /head/cad/tkgate copyroot: 0 / PLAIN K 8 Makefile V 25 file 2-755.0.r314867/1895 K 6 admesh V 26 dir 4-90740.0.r306521/2463 K 4 adms V 27 dir 4-169094.0.r316310/5566 K 8 alliance V 29 dir 4-109077.0.r313635/100771 K 11 astk-client V 28 dir 4-85437.0.r300895/558116 K 12 astk-serveur V 26 dir 4-85435.0.r314690/4584 K 4 atlc V 28 dir 4-70060.0.r300895/489118 K 8 basicdsp V 29 dir 4-218728.0.r300895/573778 K 6 brlcad V 29 dir 4-129418.0.r314960/188001 K 8 calculix V 26 dir 4-80178.0.r314509/3414 K 7 cascade V 28 dir 4-70051.0.r300895/490492 K 8 chipmunk V 27 dir 2-2108.0.r300895/867165 K 9 chipvault V 28 dir 4-74193.0.r300895/587071 K 5 cider V 28 dir 4-24053.0.r300895/510893 K 9 dinotrace V 28 dir 4-113000.0.r315598/60567 K 7 dxf2fig V 29 dir 4-117302.0.r300895/518078 K 8 electric V 28 dir 2-31125.0.r316464/332747 K 11 electric-ng V 27 dir 4-174152.0.r317757/1955 K 6 feappv V 27 dir 4-158739.0.r303048/1035 K 8 fidocadj V 28 dir 4-296050.0.r308600/72047 K 8 findhier V 29 dir 4-191070.0.r300895/777219 K 7 freehdl V 29 dir 4-176541.0.r300895/851728 K 9 gdsreader V 29 dir 4-191068.0.r300895/593399 K 3 gdt V 29 dir 4-191098.0.r300895/870045 K 4 geda V 28 dir 2-15151.0.r316596/148180 K 9 geda-docs V 29 dir 4-166920.0.r300895/494416 K 13 geda-examples V 29 dir 4-166922.0.r300895/661352 K 12 geda-gattrib V 28 dir 4-166403.0.r316850/79984 K 11 geda-gschem V 27 dir 4-40972.0.r316850/80733 K 12 geda-netlist V 28 dir 4-40971.0.r300895/682388 K 12 geda-symbols V 26 dir 2-40970.0.r314436/4086 K 13 geda-symcheck V 28 dir 4-67757.0.r300895/627239 K 10 geda-utils V 28 dir 4-67759.0.r300895/821489 K 5 gerbv V 28 dir 4-63026.0.r315433/100471 K 4 gmsh V 25 dir 4-85448.0.r317971/646 K 8 gmsh-occ V 29 dir 4-225061.0.r300895/714467 K 6 gnucap V 27 dir 4-54293.0.r317525/78437 K 7 gplcver V 29 dir 4-152326.0.r300895/829489 K 8 gspiceui V 29 dir 4-169394.0.r300895/651481 K 7 gtkwave V 34 dir 4-212528.0-303646.r318080/3156 K 5 gwave V 28 dir 4-73458.0.r300895/654368 K 6 impact V 27 dir 4-130327.0.r315190/2494 K 5 irsim V 24 dir 2-594.0.r311861/7882 K 8 iverilog V 28 dir 4-38298.0.r313635/102360 K 7 jspice3 V 29 dir 4-167526.0.r315487/127924 K 5 kicad V 28 dir 4-150689.0.r316850/81533 K 11 kicad-devel V 29 dir q-150689.0.r316596/149799 K 13 kicad-library V 29 dir 4-254974.0.r300895/555791 K 7 klayout V 29 dir 4-191075.0.r300895/516685 K 12 layouteditor V 27 dir 4-267410.0.r316593/3380 K 5 ldraw V 27 dir 4-314115.0.r314115/2863 K 6 leocad V 26 dir 4-55432.0.r316310/7113 K 7 libgeda V 27 dir 4-40968.0.r316850/82270 K 8 librecad V 28 dir 2-288505.0.r317947/52460 K 12 linux-eagle5 V 28 dir g-52211.0.r310871/104110 K 7 logisim V 27 dir 4-313229.0.r313229/2633 K 5 magic V 24 dir 2-593.0.r313209/1536 K 4 mars V 24 dir 2-4653.0.r305107/853 K 7 meshdev V 29 dir 4-290494.0.r300895/796698 K 7 meshlab V 27 dir 4-269134.0.r317661/7283 K 6 netgen V 27 dir 4-108482.0.r311861/9325 K 14 ngspice_rework V 28 dir 4-54430.0.r300895/752959 K 11 opencascade V 27 dir 4-188917.0.r317977/2699 K 20 opencascade-tutorial V 28 dir 4-188920.0.r311861/14096 K 8 openscad V 26 dir 4-280009.0.r317883/612 K 7 openvsp V 29 dir 4-295250.0.r316654/144294 K 7 p5-GDS2 V 29 dir 4-191096.0.r300895/487746 K 15 p5-Verilog-Perl V 27 dir 4-234576.0.r317268/1107 K 3 pcb V 24 dir 3-276.0.r316754/1601 K 7 pdnmesh V 28 dir 4-48761.0.r316654/144985 K 9 pythoncad V 28 dir 4-93776.0.r300895/703418 K 4 qcad V 28 dir 4-23796.0.r300895/736557 K 13 qcad-partslib V 29 dir 4-105493.0.r300895/695462 K 12 qelectrotech V 29 dir 4-258017.0.r300895/569269 K 4 qfsm V 28 dir 4-57583.0.r314960/192127 K 4 qmls V 28 dir 4-51304.0.r300895/746427 K 4 qucs V 28 dir 4-137272.0.r303710/10527 K 10 repsnapper V 28 dir 4-305014.0.r316850/82963 K 6 salome V 26 dir 4-249735.0.r317210/607 K 11 salome-geom V 26 dir 4-249724.0.r317796/754 K 10 salome-gui V 28 dir 4-249725.0.r311476/55839 K 17 salome-jobmanager V 28 dir 4-267392.0.r311476/56659 K 13 salome-kernel V 29 dir 4-249726.0.r300895/713462 K 12 salome-light V 28 dir 4-249727.0.r311476/57482 K 10 salome-med V 26 dir 4-249728.0.r317781/720 K 14 salome-multipr V 28 dir 4-249729.0.r311476/59121 K 19 salome-netgenplugin V 28 dir 4-267391.0.r311476/59949 K 17 salome-randomizer V 28 dir 4-249730.0.r311476/60780 K 17 salome-sierpinsky V 28 dir 4-249731.0.r311476/61609 K 12 salome-smesh V 28 dir 4-249732.0.r311476/62433 K 11 salome-visu V 28 dir 4-249733.0.r311476/63251 K 11 salome-yacs V 26 dir 4-249734.0.r317799/615 K 7 sceptre V 28 dir 4-38200.0.r300895/724320 K 6 scotch V 28 dir 4-155160.0.r311861/15566 K 3 scv V 29 dir 4-180469.0.r300895/810698 K 6 slffea V 27 dir 4-54407.0.r311861/16208 K 5 spice V 25 dir 2-3120.0.r316960/6851 K 11 sweethome3d V 27 dir 4-314867.0.r316697/1564 K 7 systemc V 29 dir 4-151479.0.r300895/697933 K 6 tkgate V 27 dir 2-19257.0.r318161/28743 K 7 tochnog V 28 dir 4-84798.0.r315487/129391 K 9 transcalc V 28 dir 4-65722.0.r300895/738351 K 6 varkon V 28 dir 4-81567.0.r315487/130121 K 15 verilog-mode.el V 28 dir 4-225826.0.r316786/85389 K 5 vipec V 28 dir 4-40787.0.r309662/122952 K 8 xcircuit V 26 dir 2-11041.0.r311968/1353 K 3 z88 V 29 dir 4-127103.0.r315487/131577 END ENDREP id: 1-276.0.r318161/34022 type: dir pred: 1-276.0.r318080/8470 count: 1765 text: 318161 28919 5090 5090 27fa666d119ea6d23bcc1a5c4c13a33c cpath: /head/cad copyroot: 0 / PLAIN K 7 CHANGES V 26 file 1-99373.0.r317738/522 K 9 COPYRIGHT V 26 file 1-146787.0.r309727/49 K 4 GIDs V 28 file 1-168311.0.r317297/2092 K 5 KNOBS V 28 file 1-147337.0.r316696/3574 K 8 Keywords V 28 dir 1-314142.0.r314142/35921 K 5 LEGAL V 22 file 1-748.0.r316804/0 K 5 MOVED V 26 file 1-69878.0.r318107/295 K 8 Makefile V 22 file 1-6.0.r317095/120 K 2 Mk V 22 dir 1-5.0.r317928/3085 K 6 README V 29 file 1-2408.0.r300895/4775053 K 9 Templates V 24 dir 1-2932.0.r316933/932 K 5 Tools V 26 dir 3-15302.0.r317968/3598 K 4 UIDs V 27 file 4-168311.0.r317618/231 K 8 UPDATING V 28 file 1-102685.0.r317975/1169 K 13 accessibility V 27 dir 1-42583.0.r316850/17213 K 6 arabic V 27 dir 1-38973.0.r317899/30747 K 9 archivers V 25 dir 1-242.0.r318115/12332 K 5 astro V 24 dir 1-301.0.r318123/6655 K 5 audio V 25 dir 1-148.0.r318153/48972 K 10 benchmarks V 23 dir 1-62.0.r318160/5455 K 7 biology V 26 dir 1-9066.0.r317525/77760 K 3 cad V 25 dir 1-276.0.r318161/34022 K 7 chinese V 26 dir 1-3770.0.r317899/45658 K 5 comms V 23 dir 1-76.0.r318145/9462 K 10 converters V 26 dir 1-1561.0.r318132/10111 K 9 databases V 25 dir 1-771.0.r318154/51283 K 9 deskutils V 26 dir 1-2098.0.r317994/17584 K 5 devel V 25 dir 1-73.0.r318156/238543 K 3 dns V 25 dir 1-6145.0.r318052/9003 K 7 editors V 23 dir 4-6.0.r317997/18651 K 9 emulators V 25 dir 1-181.0.r318061/13887 K 7 finance V 26 dir 1-4110.0.r318063/10879 K 6 french V 28 dir 1-25673.0.r317743/139342 K 3 ftp V 24 dir 1-199.0.r318142/6352 K 5 games V 25 dir 1-104.0.r318158/59714 K 6 german V 27 dir 1-7451.0.r317743/142574 K 8 graphics V 24 dir 1-94.0.r318137/57690 K 6 hebrew V 28 dir 3-31142.0.r317743/143987 K 9 hungarian V 29 dir 1p-38973.0.r317743/145632 K 3 irc V 23 dir 1-42.0.r318151/8183 K 8 japanese V 26 dir 1-410.0.r317899/424588 K 4 java V 25 dir 1-2798.0.r317789/9438 K 6 korean V 27 dir 1-5873.0.r317899/429177 K 4 lang V 24 dir 1-15.0.r318024/21139 K 4 mail V 24 dir 1-57.0.r318148/44139 K 4 math V 25 dir 1-162.0.r318047/36328 K 4 misc V 24 dir 7-35.0.r318107/30881 K 10 multimedia V 25 dir d-333.0.r318119/22502 K 3 net V 24 dir 1-22.0.r318093/66761 K 6 net-im V 28 dir 15-11144.0.r318079/10779 K 8 net-mgmt V 26 dir r-1011.0.r318104/17909 K 7 net-p2p V 27 dir g-29106.0.r317837/46726 K 4 news V 24 dir 1-145.0.r318106/6083 K 4 palm V 27 dir 1-6646.0.r317503/390434 K 6 polish V 29 dir tv-38973.0.r317743/169499 K 10 ports-mgmt V 27 dir 1-5132.0.r317656/298728 K 10 portuguese V 28 dir 1-17842.0.r317743/172193 K 5 print V 24 dir 1-79.0.r318069/17489 K 7 russian V 27 dir 1-1559.0.r317899/618483 K 7 science V 27 dir n-5356.0.r317899/631525 K 8 security V 25 dir 1-269.0.r318140/54204 K 6 shells V 22 dir w-6.0.r317818/3293 K 8 sysutils V 25 dir b-339.0.r318144/54165 K 8 textproc V 25 dir 1-322.0.r318152/83704 K 9 ukrainian V 28 dir g-39704.0.r317743/177523 K 10 vietnamese V 27 dir 1-4812.0.r317899/784640 K 3 www V 26 dir 1-114.0.r318159/122615 K 3 x11 V 24 dir 1-16.0.r318111/26095 K 10 x11-clocks V 24 dir 1-931.0.r317909/4827 K 11 x11-drivers V 27 dir 1-157567.0.r317792/4147 K 6 x11-fm V 24 dir 1-691.0.r318120/2866 K 9 x11-fonts V 24 dir 1-543.0.r317753/9589 K 11 x11-servers V 27 dir 1n-710.0.r313929/299061 K 10 x11-themes V 27 dir 1-14410.0.r317646/20215 K 12 x11-toolkits V 25 dir 1-120.0.r318139/16186 K 6 x11-wm V 24 dir 1-40.0.r318126/95193 END ENDREP id: 2-1.0.r318161/37511 type: dir pred: 2-1.0.r318160/8945 count: 317883 text: 318161 34191 3307 3307 11613bf793512d26ebc5ce07c9575db5 props: 308235 235189 45 0 7a04b33bf8e35fd5c3d111baaf403dc5 cpath: /head copyroot: 0 / PLAIN K 8 branches V 23 dir 0-1.0.r316100/23807 K 4 head V 23 dir 2-1.0.r318161/37511 K 8 svnadmin V 22 dir 3-1.0.r316232/1218 K 4 tags V 22 dir 8-1.0.r316236/4666 END ENDREP id: 0.0.r318161/37908 type: dir pred: 0.0.r318160/9341 count: 318161 text: 318161 37733 162 162 535b69194641fd29bf533979e34adb15 cpath: / copyroot: 0 / minfo-cnt: 4 4-19257.0.t318160-6ti2 modify-file true false /head/cad/tkgate/Makefile 7-19257.0.t318160-6ti2 modify-file true true /head/cad/tkgate/distinfo _6.0.t318160-6ti2 add-dir false false /head/cad/tkgate/files _7.0.t318160-6ti2 add-file true true /head/cad/tkgate/files/patch-configure _a.0.t318160-6ti2 add-file true true /head/cad/tkgate/files/patch-src-tkgate_Makefile.in _c.0.t318160-6ti2 add-file true true /head/cad/tkgate/files/patch-src-tkgate_block.c _e.0.t318160-6ti2 add-file true true /head/cad/tkgate/files/patch-src-tkgate_editstate.c _g.0.t318160-6ti2 add-file true true /head/cad/tkgate/files/patch-src-tkgate_generic.c _i.0.t318160-6ti2 add-file true true /head/cad/tkgate/files/patch-src-tkgate_hdl.c _k.0.t318160-6ti2 add-file true true /head/cad/tkgate/files/patch-src-tkgate_html.c _m.0.t318160-6ti2 add-file true true /head/cad/tkgate/files/patch-src-tkgate_locale.c _o.0.t318160-6ti2 add-file true true /head/cad/tkgate/files/patch-src-tkgate_main.c _q.0.t318160-6ti2 add-file true true /head/cad/tkgate/files/patch-src-tkgate_scopewin.c _s.0.t318160-6ti2 add-file true true /head/cad/tkgate/files/patch-src-tkgate_selection.c _u.0.t318160-6ti2 add-file true true /head/cad/tkgate/files/patch-src-tkgate_simulate.c _w.0.t318160-6ti2 add-file true true /head/cad/tkgate/files/patch-src-tkgate_tclfuncs.c _y.0.t318160-6ti2 add-file true true /head/cad/tkgate/files/patch-src-tkgate_tkgate.c _10.0.t318160-6ti2 add-file true true /head/cad/tkgate/files/patch-src-tkgate_tkgatewin.c _12.0.t318160-6ti2 add-file true true /head/cad/tkgate/files/patch-src-tkgate_verilog_out.c d-19257.0.t318160-6ti2 modify-file true true /head/cad/tkgate/pkg-plist 37908 38074