DELTA 254508 0 923 SVNF& k $dtx^XwYm,9i[_ٳШw}v9Fe÷2΀ Ƥ='/s̝!%N="'*S )ƷfqݰHb6F[\m=MdK369Eԁnh)5p ,N 7MK5lSAT qZYNż,Gs2˒(RKJ)"'7!Uv0#0Iht*W!N* >D&N. 2jvMQŮ"&żkC~iՙeȊeCfQY\U4D 1g@趧5S86!ӌ/I]}4RǖGr:F#]Fj1jvOXJĄ sYy~,e&IF_N]"R ckƓu+2Qܯ[w:<%qT0Y6'_r3Ai'5ztzb"u&&=!4]jNQ;uu}L ׺I00P!-j)"&ƺѸe| MMML qQ%~p_sz+vyIҢd%7?yBa~%ooX69ͫXS\3gn  ZABSyUe0=/@4ta?NL2N`$߫EVXnHD8>RQj}ԍ{ PhCA LzRf36Λh(C P!K6Ed{SW)>9`Raίir4RCL |>CQ!N~~HrڠNwRC\T|#K!&*⿡PAy oP*ϩ~y @+@ZDn;euG}F/ :ϥhEGm0)/ǫ6bUtUU6V;c뜦,5w `kT\WB.xQ @%ΖPj>0I 7kK"0@|Ʈ?/ p+Ne I95vOa#{vĒ^$#e!/y'vs)ߍ:;L&y7I8g224RuQeCˑ$\7v[[Lo8Mg$qR[CWykbL42G$s*ߠRghJ0,N7C.0Ĉ]qUyEuD254Tųm@kI9$I$Əh 68 qj[O75"V `>%,0Ld UOYRme{1+3lu[oPuØОڞMІl&X~$~[ԕ\//٬JܟC0ttyFOaG"J2ʕyQ,eɶ (Dy.wdK8ޖ ~dxѾWT"X n}]b5 __$Y]" 1n4q^̗GMK퉡 yתj3TPǒ0y@5vb@ѢO]z/[e~/ |8t-{<keo(f6LzzEЀ*4w;i-N+rLpkR$ԔlKG/vIEb6=6-F-t G_BT"[,j>O]?-!ENDREP DELTA 299507 641 150 SVNSHA256 (mame/mame0149s.zip) = 0e41b5773bea217d3ca04002903ac5ef569e6f5b67c05c72496d2cd7993b0a6b SIZE (mame/mame0149s.zip) = 35160585 ENDREP DELTA SVNgtggx^P]k0|ϯXF{P?OQB\%T!Q>u&;fFީsOw  ;tDz,1,b]3=lz:mBޓlWR;sh0]N;ɐEDJe?_*6k|4йm?-+i p(kV8Ο6Q&/COc[77}[q촗㟻FMENDREP DELTA SVN --- src/emu/cpu/m6809/m6809make.py.orig +++ src/emu/cpu/m6809/m6809make.py @@ -16,7 +16,7 @@ if path != "": path = path + '/' try: - f = open(fname, "r") + f = open(fname, "rU") except Exception, err: print "Cannot read opcodes file %s [%s]" % (fname, err) sys.exit(1) ENDREP DELTA SVN^`^^--- src/emu/cpu/mcs96/mcs96make.py.orig +++ src/emu/cpu/mcs96/mcs96make.py @@ -69,7 +69,7 @@ self.ea = {} self.macros = {} try: - f = open(fname, "r") + f = open(fname, "rU") except Exception, err: print "Cannot read opcodes file %s [%s]" % (fname, err) sys.exit(1) ENDREP DELTA SVNnpnn--- src/emu/cpu/tms57002/tmsmake.py.orig +++ src/emu/cpu/tms57002/tmsmake.py @@ -328,7 +328,7 @@ def LoadLst(filename): instructions = [] ins = None - for n, line in enumerate(open(filename)): + for n, line in enumerate(open(filename, "rU")): line = line.rstrip() if not line and ins: # new lines separate intructions ENDREP DELTA 311674 114 1205 SVN bBB@< DN/gf`uUW3GtMnV%}bxH)GrMV<c*Nw*/BBU9>w^[Re\4My4- Km@ )]-x^}1o  qJY*uj[@pA1>‘f{sbSjVUWU5GAS6>JDִNrDa;rlJT^mK1bϋ5!y\ȢT΃1H:PJmjhi M!uώdƝF hi~ ƒLp~ 'EU(?OV`fu]5IBKX5E)kl8P4tv :.bxL:NX=rȶAlIU4oİhn4|HhҭoRjr߭oQ꼺 U6+3;mSXSS6Ӥ6~WCgIH曐(D_{WfYE6fZ4/݇W to[;budUR%]F0zQliFtdD#P.urwENDREP DELTA 311672 102 150 SVNSHA256 (mame/mame0149s.zip) = 0e41b5773bea217d3ca04002903ac5ef569e6f5b67c05c72496d2cd7993b0a6b SIZE (mame/mame0149s.zip) = 35160585 ENDREP DELTA SVNgtggx^P]k0|ϯXF{P?OQB\%T!Q>u&;fFީsOw  ;tDz,1,b]3=lz:mBޓlWR;sh0]N;ɐEDJe?_*6k|4йm?-+i p(kV8Ο6Q&/COc[77}[q촗㟻FMENDREP DELTA SVN --- src/emu/cpu/m6809/m6809make.py.orig +++ src/emu/cpu/m6809/m6809make.py @@ -16,7 +16,7 @@ if path != "": path = path + '/' try: - f = open(fname, "r") + f = open(fname, "rU") except Exception, err: print "Cannot read opcodes file %s [%s]" % (fname, err) sys.exit(1) ENDREP DELTA SVN^`^^--- src/emu/cpu/mcs96/mcs96make.py.orig +++ src/emu/cpu/mcs96/mcs96make.py @@ -69,7 +69,7 @@ self.ea = {} self.macros = {} try: - f = open(fname, "r") + f = open(fname, "rU") except Exception, err: print "Cannot read opcodes file %s [%s]" % (fname, err) sys.exit(1) ENDREP DELTA SVNnpnn--- src/emu/cpu/tms57002/tmsmake.py.orig +++ src/emu/cpu/tms57002/tmsmake.py @@ -328,7 +328,7 @@ def LoadLst(filename): instructions = [] ins = None - for n, line in enumerate(open(filename)): + for n, line in enumerate(open(filename, "rU")): line = line.rstrip() if not line and ins: # new lines separate intructions ENDREP DELTA 311672 281 773 SVN4 8j6f HDNY u#MVO} xrSGBl-M<0N!*YBl{>!^[|pM#4W umj @).]Wx^n0 {m@@R/vvG!%*ivOڴ.HH3lFӿ$y8'ɶme{פ2Tt^z/U͘e7ԧ%S}9KVynÃ=(E0PcBt 3118:*-D0I@F26(4ϊjf]02Q3sC!47&ZlDȐtR9 -N44Q;/` uxJ+JD6G :JYA˺H@)rS7>,8p(\ ̛\|2F}OepɑD X s~DeSc)6ANOk%{tܤxF\w:?N= T z,vu*1P%"tWS @ujh Ӯ{nUvAHի[Ǡ\jk4#Yz[x^n0}#ˀ7Ħ۪8`<}$j&Vtq7q'4Xvf+ᠠeq1-T^(J)ݦWKQ>vE]p v8 C1\/ XpҪqf w:y͚(UMڧ|_tӺ+^Fi"$VpTRD4WDQEs1I"(gԄ5&MvRD.y@^גj(2Xs4&pZӖ+L"+\TW<=T%GTS474|B1/H0R=ft=/KQ,hy_B+01At{$ia3Q,z4M?.! O-|.Ebi 2eh9mO,Է/VqENDREP id: 5-185897.0.r322777/8027 type: file pred: 5-185897.0.r320405/98025 count: 48 text: 322777 0 1923 4518 f64ef77a77fcf9e90e54e9c985340670 199eb82740a05c8f488ee08532d8955550503c65 322776-6x2a/_4 props: 306644 2456 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/emulators/mame/Makefile copyroot: 0 / id: 8-185897.0.r322777/8331 type: file pred: 8-185897.0.r311674/1649 count: 28 text: 322777 1949 150 132 05fd46217f80c7284b4c9cae5bf788d9 47e170f183deaedd1831d38693cd13e362756aea 322776-6x2a/_5 props: 306644 2878 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/emulators/mame/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: 6-322777.0.r322777/8745 type: file count: 0 text: 322777 2127 259 615 b4236de9a3e0e112a6fa4336a088482d f65372cd6f075735e42f73c2ee2d0f51fb775a06 322776-6x2a/_8 props: 322777 8634 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/emulators/mame/files/patch-src__emu__cpu__m6502__m6502make.py 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: 9-322777.0.r322777/9166 type: file count: 0 text: 322777 2399 303 286 33f912e0314ac588fffc8403a48693ec b58a2a2d2a7d0ec776293c79df2823789fd52fb4 322776-6x2a/_a props: 322777 9055 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/emulators/mame/files/patch-src__emu__cpu__m6809__m6809make.py 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: b-322777.0.r322777/9587 type: file count: 0 text: 322777 2715 367 350 da82f3a44f696b57dd5782b3210bea9e 4cde3edc6692cc932683f0bec69eb1783afde45d 322776-6x2a/_c props: 322777 9476 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/emulators/mame/files/patch-src__emu__cpu__mcs96__mcs96make.py 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-322777.0.r322777/10008 type: file count: 0 text: 322777 3095 383 366 d997b43e661566421bf9c838e572815a be9e599b10e2c9d1996608a99849cdb6a8f0d754 322776-6x2a/_e props: 322777 9897 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/emulators/mame/files/patch-src__emu__cpu__tms57002__tmsmake.py copyroot: 0 / PLAIN K 8 mame.ini V 32 file 6-229980.0.r300896/28574517 K 40 patch-src__emu__cpu__m6502__m6502make.py V 28 file 6-322777.0.r322777/8745 K 40 patch-src__emu__cpu__m6809__m6809make.py V 28 file 9-322777.0.r322777/9166 K 40 patch-src__emu__cpu__mcs96__mcs96make.py V 28 file b-322777.0.r322777/9587 K 41 patch-src__emu__cpu__tms57002__tmsmake.py V 29 file d-322777.0.r322777/10008 K 14 pkg-message.in V 32 file e-185897.0.r300896/28574150 END ENDREP id: a-185897.0.r322777/10768 type: dir pred: a-185897.0.r300896/28574960 count: 20 text: 322777 10320 435 435 c24495de89cf1762196cce4186a5c0c5 cpath: /head/emulators/mame/files copyroot: 0 / id: k-185897.0.r322777/10960 type: file pred: k-185897.0.r311674/1951 count: 21 text: 322777 3491 529 9698 827eba895acd27c254b6ed76b7439aaa 41acc9be6ccfb3c6f58ad3cc75ee63574a60ad22 322776-6x2a/_f props: 306644 3713 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/emulators/mame/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 28 file 5-185897.0.r322777/8027 K 8 distinfo V 28 file 8-185897.0.r322777/8331 K 5 files V 28 dir a-185897.0.r322777/10768 K 9 pkg-descr V 28 file i-185897.0.r306644/3406 K 9 pkg-plist V 29 file k-185897.0.r322777/10960 END ENDREP id: 4-185897.0.r322777/11518 type: dir pred: 4-185897.0.r320405/98587 count: 50 text: 322777 11266 239 239 228fbb8b35dd78bb05942e4f012b4447 cpath: /head/emulators/mame copyroot: 0 / id: 5-185900.0.r322777/11701 type: file pred: 5-185900.0.r320405/98769 count: 43 text: 322777 4049 555 4508 ac6142ecdd8d2b8eaf10114f6280d6df c9f60207f6e8f456e220a22cbaf664857421a2bd 322776-6x2a/_h props: 306645 938 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/emulators/mess/Makefile copyroot: 0 / id: 8-185900.0.r322777/12007 type: file pred: 8-185900.0.r311672/1384 count: 23 text: 322777 4634 150 132 05fd46217f80c7284b4c9cae5bf788d9 47e170f183deaedd1831d38693cd13e362756aea 322776-6x2a/_i props: 306645 1359 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/emulators/mess/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: j-322777.0.r322777/12422 type: file count: 0 text: 322777 4812 259 615 b4236de9a3e0e112a6fa4336a088482d f65372cd6f075735e42f73c2ee2d0f51fb775a06 322776-6x2a/_l props: 322777 12311 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/emulators/mess/files/patch-src__emu__cpu__m6502__m6502make.py 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-322777.0.r322777/12845 type: file count: 0 text: 322777 5084 303 286 33f912e0314ac588fffc8403a48693ec b58a2a2d2a7d0ec776293c79df2823789fd52fb4 322776-6x2a/_n props: 322777 12734 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/emulators/mess/files/patch-src__emu__cpu__m6809__m6809make.py 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-322777.0.r322777/13268 type: file count: 0 text: 322777 5400 367 350 da82f3a44f696b57dd5782b3210bea9e 4cde3edc6692cc932683f0bec69eb1783afde45d 322776-6x2a/_p props: 322777 13157 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/emulators/mess/files/patch-src__emu__cpu__mcs96__mcs96make.py 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-322777.0.r322777/13691 type: file count: 0 text: 322777 5780 383 366 d997b43e661566421bf9c838e572815a be9e599b10e2c9d1996608a99849cdb6a8f0d754 322776-6x2a/_r props: 322777 13580 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/emulators/mess/files/patch-src__emu__cpu__tms57002__tmsmake.py copyroot: 0 / PLAIN K 8 mess.ini V 32 file 6-230326.0.r300896/28464125 K 40 patch-src__emu__cpu__m6502__m6502make.py V 29 file j-322777.0.r322777/12422 K 40 patch-src__emu__cpu__m6809__m6809make.py V 29 file m-322777.0.r322777/12845 K 40 patch-src__emu__cpu__mcs96__mcs96make.py V 29 file o-322777.0.r322777/13268 K 41 patch-src__emu__cpu__tms57002__tmsmake.py V 29 file q-322777.0.r322777/13691 K 14 pkg-message.in V 32 file e-185900.0.r300896/28464488 END ENDREP id: a-185900.0.r322777/14455 type: dir pred: a-185900.0.r300896/28464936 count: 15 text: 322777 14004 438 438 7422644da4ba736547f9ddf42a92dc7b cpath: /head/emulators/mess/files copyroot: 0 / id: k-185900.0.r322777/14647 type: file pred: k-185900.0.r311672/1686 count: 21 text: 322777 6176 559 9740 9669db81a2c465c17816832aa5809e43 984c52e971bcebf130a49b96c4ceb12961716c0e 322776-6x2a/_s props: 306645 1776 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/emulators/mess/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 29 file 5-185900.0.r322777/11701 K 8 distinfo V 29 file 8-185900.0.r322777/12007 K 5 files V 28 dir a-185900.0.r322777/14455 K 9 pkg-descr V 32 file i-185900.0.r300896/28463768 K 9 pkg-plist V 29 file k-185900.0.r322777/14647 END ENDREP id: 4-185900.0.r322777/15211 type: dir pred: 4-185900.0.r320405/99335 count: 45 text: 322777 14953 245 245 98d6275e1dea49581b6878499b1c691d cpath: /head/emulators/mess copyroot: 0 / id: 5-186179.0.r322777/15394 type: file pred: 5-186179.0.r311675/2577 count: 29 text: 322777 6763 34 1954 0e5757999ae6c848f33370c2f1e10a50 1212f82b4f149476a23a4bee6aa87fa44c797115 322776-6x2a/_u props: 310020 341392 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/emulators/qmc2/Makefile copyroot: 0 / id: 8-186179.0.r322777/15701 type: file pred: 8-186179.0.r311675/2994 count: 14 text: 322777 6823 148 130 143d44e0acbc965d12efbffe71c79841 afb06f12207f81abe69c0da1f877d5fc7de8a694 322776-6x2a/_v props: 311675 2883 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/emulators/qmc2/distinfo copyroot: 0 / id: k-186179.0.r322777/16005 type: file pred: k-186179.0.r311675/3824 count: 13 text: 322777 7000 997 61155 050ddbe129cef0883cb1518cfcd2c3c5 9cc4faaa1667bfe01865955259095b8ac32b15ec 322776-6x2a/_w props: 311675 3713 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/emulators/qmc2/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 29 file 5-186179.0.r322777/15394 K 8 distinfo V 29 file 8-186179.0.r322777/15701 K 5 files V 31 dir a-186179.0.r300896/28614496 K 9 pkg-descr V 28 file g-186179.0.r311675/3407 K 11 pkg-message V 32 file i-186179.0.r300896/28614733 K 9 pkg-plist V 29 file k-186179.0.r322777/16005 END ENDREP id: 4-186179.0.r322777/16624 type: dir pred: 4-186179.0.r311675/4440 count: 30 text: 322777 16312 299 299 6ffd4414c4bca27dcfc1ee8a161db4de cpath: /head/emulators/qmc2 copyroot: 0 / PLAIN K 8 Makefile V 26 file 2-1901.0.r322700/4025 K 6 adamem V 30 dir 4-56933.0.r300896/28479620 K 11 advancemame V 27 dir 4-185890.0.r317768/2230 K 11 advancemenu V 27 dir 4-185893.0.r317765/1975 K 11 advancemess V 31 dir e-185890.0.r300896/28674181 K 4 aftp V 29 dir 2-6473.0.r300896/28361601 K 5 aqemu V 29 dir 2-219775.0.r314960/630286 K 8 atari800 V 26 dir 2-8387.0.r314605/94716 K 3 bfe V 30 dir 2-25419.0.r300896/28593690 K 5 bochs V 25 dir 2-9124.0.r319346/1847 K 4 bsvc V 25 dir 2-5848.0.r303069/7256 K 8 catapult V 29 dir 4-207232.0.r319055/455179 K 4 cinc V 30 dir 4-61615.0.r300896/28786936 K 5 cingb V 26 dir 4-41779.0.r301167/1636 K 6 cpmemu V 29 dir 2-1898.0.r300896/28438512 K 8 cpmtools V 23 dir 2-639.0.r320434/747 K 9 cpmtools2 V 31 dir 4-215562.0.r300896/28582138 K 9 cygne-sdl V 31 dir 4-163619.0.r300896/28342626 K 7 darcnes V 30 dir 4-41785.0.r300896/28800572 K 6 dboxfe V 29 dir 4-204209.0.r310871/454186 K 7 desmume V 29 dir 4-184969.0.r316464/857389 K 8 dgen-sdl V 26 dir 4-32900.0.r312204/1089 K 17 dolphin-emu-devel V 28 dir 4-282862.0.r321725/84963 K 6 dosbox V 25 dir 4-79969.0.r322539/939 K 6 doscmd V 29 dir 4-105084.0.r303710/261416 K 7 dtcyber V 29 dir 4-173209.0.r315487/546001 K 7 dynagen V 31 dir 4-176880.0.r300896/28493358 K 7 dynagui V 28 dir 4-228298.0.r304690/11666 K 8 dynamips V 29 dir 4-155068.0.r315487/546721 K 18 dynamips-community V 27 dir 4-273124.0.r316753/4933 K 14 dynamips-devel V 31 dir g-155068.0.r300896/28430783 K 5 e-uae V 27 dir 4-129200.0.r322285/1072 K 12 extract-xiso V 30 dir 4-90123.0.r300896/28365170 K 5 fceux V 27 dir m-85227.0.r316337/22849 K 4 fmsx V 24 dir 2-5767.0.r317098/701 K 5 frodo V 27 dir 2-9873.0.r305832/454230 K 4 fuse V 26 dir 4-92575.0.r319775/2481 K 10 fuse-utils V 27 dir 4-231401.0.r319775/3487 K 3 gbe V 30 dir 4-41461.0.r300896/28449203 K 9 generator V 30 dir 4-41781.0.r300896/28348950 K 16 generator-cbiere V 27 dir 4-137596.0.r320807/1093 K 4 gens V 31 dir 4-138544.0.r300896/28509804 K 4 gngb V 30 dir 4-41784.0.r300896/28713403 K 5 gngeo V 27 dir 4-149037.0.r316753/6491 K 4 gns3 V 29 dir 4-230253.0.r311476/405132 K 6 gnuboy V 30 dir 4-39621.0.r300896/28462521 K 7 gsnes9x V 28 dir 4-30705.0.r315433/458440 K 6 gxemul V 26 dir 4-135684.0.r321920/710 K 6 gxmame V 27 dir 4-90389.0.r317474/19081 K 6 hatari V 27 dir 4-104148.0.r320596/1061 K 8 hercules V 26 dir 4-59974.0.r320958/3701 K 3 hfs V 23 dir 2-407.0.r319208/835 K 5 higan V 33 dir 4-238545.0-312766.r317827/678 K 4 hugo V 31 dir 4-163616.0.r300896/28844126 K 15 i386-wine-devel V 26 dir 4-315245.0.r321106/604 K 7 ia64sim V 26 dir 2-33691.0.r319926/1224 K 4 ines V 29 dir 2-4493.0.r300896/28451017 K 3 its V 30 dir 4-73490.0.r300896/28386688 K 8 javatari V 27 dir 4-317067.0.r318330/1233 K 7 joytran V 27 dir 4-283445.0.r317125/2258 K 6 jzintv V 27 dir 4-210659.0.r315461/5451 K 5 kcemu V 29 dir 4-287922.0.r316464/858913 K 5 klh10 V 30 dir 4-73485.0.r300896/28805164 K 10 kqemu-kmod V 27 dir 4-146829.0.r321908/1299 K 16 kqemu-kmod-devel V 27 dir i-146829.0.r321908/2066 K 6 lib765 V 28 dir 4-92571.0.r319793/240011 K 6 libdsk V 31 dir 4-207299.0.r300896/28696063 K 11 libspectrum V 26 dir 4-92573.0.r322337/7922 K 11 linux-ePSXe V 31 dir 2-127088.0.r300896/28327839 K 14 linux-geepee32 V 30 dir 4-96657.0.r300896/28446288 K 19 linux-peops-softgpu V 26 dir 4-72932.0.r318581/2029 K 15 linux-peops-spu V 30 dir 4-72935.0.r300896/28889206 K 18 linux-pete-mesagpu V 26 dir 4-73025.0.r318583/2140 K 18 linux-pete-xgl2gpu V 27 dir 4-139345.0.r318578/2874 K 19 linux-systemsimcell V 31 dir 4-238847.0.r300896/28506842 K 13 linux_base-c6 V 29 dir 4-157591.0.r319410/313819 K 14 linux_base-f10 V 29 dir o-157591.0.r319410/315203 K 24 linux_base-gentoo-stage3 V 31 dir 4-164522.0.r300896/28463160 K 24 linux_dist-gentoo-stage3 V 29 dir i-164522.0.r319410/316045 K 6 lisaem V 29 dir 4-195326.0.r315487/549733 K 5 loemu V 27 dir 4-186170.0.r316753/7919 K 5 m2000 V 27 dir 4-141076.0.r313092/1212 K 4 mame V 28 dir 4-185897.0.r322777/11518 K 10 mastergear V 29 dir 2-4492.0.r300896/28676034 K 8 mednafen V 26 dir 4-165093.0.r322649/667 K 4 mess V 28 dir 4-185900.0.r322777/15211 K 8 minivmac V 30 dir 4-70053.0.r300896/28538409 K 6 mtools V 26 dir 3-181.0.r316654/580432 K 7 mupen64 V 29 dir 4-118799.0.r305832/454896 K 12 mupen64-base V 29 dir 4-118779.0.r316786/437796 K 18 mupen64-dummyaudio V 27 dir 4-118781.0.r320342/1794 K 13 mupen64-glide V 27 dir 4-118783.0.r320342/2461 K 13 mupen64-gln64 V 27 dir 4-118785.0.r320342/3075 K 13 mupen64-input V 27 dir 4-118787.0.r320342/3640 K 12 mupen64-rice V 29 dir 4-118789.0.r305832/459011 K 11 mupen64-rsp V 27 dir 4-118791.0.r320342/4202 K 16 mupen64-sdlaudio V 27 dir 4-118793.0.r320342/4767 K 16 mupen64-sdlinput V 27 dir 4-118795.0.r320342/5385 K 15 mupen64-softgfx V 27 dir 4-201136.0.r320342/5955 K 13 mupen64-sound V 27 dir 4-118797.0.r320342/6568 K 12 mupen64-tr64 V 27 dir 4-201147.0.r320342/7231 K 11 mupen64plus V 31 dir 4-213424.0.r300896/28617822 K 21 mupen64plus-audio-sdl V 28 dir 4-213418.0.r314312/11023 K 16 mupen64plus-core V 29 dir m-213402.0.r316786/438976 K 21 mupen64plus-input-sdl V 28 dir 4-213420.0.r314312/11616 K 19 mupen64plus-plugins V 28 dir 4-287769.0.r314312/12260 K 19 mupen64plus-rsp-hle V 28 dir 8-213415.0.r314312/12851 K 19 mupen64plus-rsp-z64 V 29 dir 4-287765.0.r316786/439567 K 22 mupen64plus-ui-console V 28 dir 2-266186.0.r314312/14033 K 27 mupen64plus-video-arachnoid V 29 dir 4-287766.0.r316786/440163 K 25 mupen64plus-video-glide64 V 29 dir 4-287767.0.r316786/440765 K 22 mupen64plus-video-rice V 28 dir c-213413.0.r314312/15884 K 21 mupen64plus-video-z64 V 29 dir 4-287768.0.r316786/441361 K 9 nonpareil V 29 dir 4-168901.0.r313635/464212 K 4 o2em V 31 dir 4-138301.0.r300896/28460392 K 10 ods2reader V 31 dir 4-154383.0.r300896/28759236 K 13 open-vm-tools V 27 dir 2-210012.0.r316950/2003 K 19 open-vm-tools-nox11 V 29 dir 2-213113.0.r309206/384380 K 7 openmsx V 27 dir 4-154507.0.r305304/1297 K 12 p5-Acme-6502 V 27 dir 4-300440.0.r308629/1073 K 15 parallels-tools V 31 dir 4-235803.0.r300896/28570637 K 5 pcemu V 29 dir 2-1211.0.r300896/28412286 K 5 pcsxr V 29 dir 4-259739.0.r316654/581181 K 6 pearpc V 26 dir 4-109821.0.r322344/902 K 9 prodosemu V 27 dir 2-7230.0.r313597/333094 K 12 psim-freebsd V 30 dir 4-48720.0.r300896/28324830 K 7 pyxmame V 31 dir 4-169408.0.r300896/28579147 K 4 qemu V 27 dir 4-110715.0.r319916/4912 K 10 qemu-devel V 29 dir 12-110715.0.r322401/16595 K 13 qemu-launcher V 29 dir 4-152389.0.r316464/860575 K 4 qmc2 V 28 dir 4-186179.0.r322777/16624 K 5 qtemu V 28 dir 4-194598.0.r317947/58491 K 7 quasi88 V 30 dir 2-19253.0.r300896/28535874 K 5 raine V 29 dir 4-115222.0.r301510/482147 K 3 rtc V 30 dir 2-27306.0.r300896/28497464 K 13 seabios-devel V 31 dir 4-281848.0.r300896/28652418 K 7 sim6811 V 29 dir 2-2219.0.r300896/28853918 K 4 simh V 27 dir j-8523.0.r315487/550442 K 3 ski V 25 dir 4-48828.0.r316433/736 K 6 skyeye V 31 dir 4-140313.0.r300896/28780628 K 12 snes9express V 29 dir 4-104229.0.r316464/861252 K 6 snes9x V 24 dir 2-8446.0.r317692/554 K 10 snes9x-gtk V 28 dir 4-248720.0.r316753/10096 K 4 spim V 27 dir 2-4193.0.r321957/349993 K 6 stella V 29 dir 2-7447.0.r300896/28824309 K 5 stonx V 26 dir 2-8422.0.r314333/55144 K 9 svr4_base V 30 dir 4-36350.0.r300896/28751538 K 5 swine V 27 dir 4-305793.0.r314026/1901 K 6 tiemu3 V 26 dir 4-199151.0.r322495/648 K 5 tilem V 26 dir 4-172324.0.r322054/751 K 3 tme V 29 dir 4-180383.0.r319055/455934 K 12 tpm-emulator V 26 dir 4-264184.0.r320874/637 K 6 tuxnes V 30 dir 2-25743.0.r300896/28828270 K 3 uae V 30 dir 2-32335.0.r300896/28699227 K 6 ucon64 V 27 dir 4-322700.0.r322700/9561 K 4 vMac V 30 dir 2-21077.0.r300896/28441827 K 3 vba V 28 dir 4-90118.0.r316464/863850 K 8 vboxtool V 27 dir 4-300839.0.r310520/1190 K 7 vgb-bin V 30 dir 4-31506.0.r300896/28338539 K 8 vgba-bin V 30 dir g-31506.0.r300896/28826156 K 4 vice V 27 dir 2-11843.0.r316624/27139 K 11 virtio-kmod V 27 dir 4-286189.0.r320528/3679 K 14 virtualbox-ose V 27 dir q-235883.0.r322726/2851 K 24 virtualbox-ose-additions V 27 dir 4-247789.0.r322447/3178 K 19 virtualbox-ose-kmod V 28 dir 1c-235883.0.r322447/4277 K 26 virtualbox-ose-kmod-legacy V 28 dir 1y-235883.0.r318061/3908 K 21 virtualbox-ose-legacy V 28 dir 2k-235883.0.r319712/1556 K 18 visualboyadvance-m V 28 dir 4-261237.0.r316624/27911 K 8 visualos V 28 dir 4-34262.0.r315433/459924 K 5 vmips V 27 dir 4-114834.0.r317912/1671 K 9 vmsbackup V 27 dir 2-1463.0.r317757/246760 K 3 vmw V 29 dir 4-177727.0.r316654/582712 K 7 vxtools V 30 dir 2-31088.0.r300896/28646407 K 4 wine V 26 dir 2-898.0.r313635/464970 K 10 wine-devel V 24 dir 7-898.0.r321985/1081 K 10 wine-doors V 31 dir 4-199465.0.r300896/28744239 K 10 wine-gecko V 26 dir 4-274146.0.r316190/521 K 16 wine-gecko-devel V 27 dir e-274146.0.r320249/1027 K 9 wine-mono V 29 dir 4-302265.0.r310522/312037 K 13 wxmupen64plus V 31 dir 4-287565.0.r300896/28872343 K 3 x48 V 24 dir 2-4147.0.r317453/781 K 12 xbraitenberg V 31 dir 4-105484.0.r300896/28939833 K 4 xcpc V 28 dir 4-213997.0.r322621/21889 K 6 xgngeo V 29 dir 4-164959.0.r316464/865446 K 6 xhomer V 31 dir 4-168003.0.r300896/28393597 K 5 xmame V 29 dir 2-9648.0.r300896/28847610 K 5 xmess V 30 dir 2-23992.0.r300896/28768830 K 9 xsystem35 V 26 dir 2-14623.0.r316577/3598 K 3 xzx V 26 dir 2-8599.0.r322621/22624 K 7 yabause V 27 dir 4-171346.0.r318300/1471 K 4 yape V 28 dir 4-70493.0.r310162/340981 K 5 zsnes V 26 dir 4-42775.0.r306680/1000 END ENDREP id: 1-181.0.r322777/26220 type: dir pred: 1-181.0.r322726/12454 count: 4537 text: 322777 16806 9401 9401 1046d9c5dd7a4f2660dbe84a2ea5b766 cpath: /head/emulators copyroot: 0 / PLAIN K 7 CHANGES V 28 file 1-99373.0.r321957/25702 K 9 COPYRIGHT V 26 file 1-146787.0.r309727/49 K 4 GIDs V 28 file 1-168311.0.r321902/1094 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 24 file 1-748.0.r322441/348 K 5 MOVED V 26 file 1-69878.0.r322762/887 K 8 Makefile V 22 file 1-6.0.r318556/629 K 2 Mk V 22 dir 1-5.0.r322631/4786 K 6 README V 29 file 1-2408.0.r300895/4775053 K 9 Templates V 25 dir 1-2932.0.r319949/4183 K 5 Tools V 26 dir 3-15302.0.r322448/3080 K 4 UIDs V 27 file 4-168311.0.r322350/666 K 8 UPDATING V 28 file 1-102685.0.r322766/2552 K 13 accessibility V 26 dir 1-42583.0.r322550/2771 K 6 arabic V 26 dir 1-38973.0.r322618/9997 K 9 archivers V 25 dir 1-242.0.r322729/23096 K 5 astro V 24 dir 1-301.0.r322640/6782 K 5 audio V 25 dir 1-148.0.r322749/48344 K 10 benchmarks V 23 dir 1-62.0.r322713/5899 K 7 biology V 25 dir 1-9066.0.r322624/5300 K 3 cad V 24 dir 1-276.0.r322682/5941 K 7 chinese V 25 dir 1-3770.0.r322635/8703 K 5 comms V 24 dir 1-76.0.r322765/15414 K 10 converters V 25 dir 1-1561.0.r322648/9286 K 9 databases V 25 dir 1-771.0.r322775/52857 K 9 deskutils V 26 dir 1-2098.0.r322730/16131 K 5 devel V 25 dir 1-73.0.r322754/241926 K 3 dns V 26 dir 1-6145.0.r322766/12984 K 7 editors V 23 dir 4-6.0.r322770/20049 K 9 emulators V 25 dir 1-181.0.r322777/26220 K 7 finance V 27 dir 1-4110.0.r322729/347149 K 6 french V 27 dir 1-25673.0.r322618/12457 K 3 ftp V 25 dir 1-199.0.r322621/39029 K 5 games V 26 dir 1-104.0.r322729/405911 K 6 german V 26 dir 1-7451.0.r322618/15817 K 8 graphics V 24 dir 1-94.0.r322768/57496 K 6 hebrew V 27 dir 3-31142.0.r322618/17258 K 9 hungarian V 28 dir 1p-38973.0.r322618/18928 K 3 irc V 24 dir 1-42.0.r322749/56616 K 8 japanese V 25 dir 1-410.0.r322735/19189 K 4 java V 26 dir 1-2798.0.r322622/13805 K 6 korean V 26 dir 1-5873.0.r322618/40665 K 4 lang V 24 dir 1-15.0.r322741/26180 K 4 mail V 24 dir 1-57.0.r322759/41732 K 4 math V 25 dir 1-162.0.r322753/36069 K 4 misc V 25 dir 7-35.0.r322749/127856 K 10 multimedia V 26 dir d-333.0.r322749/150435 K 3 net V 24 dir 1-22.0.r322760/67940 K 6 net-im V 29 dir 15-11144.0.r322713/135761 K 8 net-mgmt V 26 dir r-1011.0.r322696/19108 K 7 net-p2p V 26 dir g-29106.0.r322764/6781 K 4 news V 26 dir 1-145.0.r322713/141142 K 4 palm V 25 dir 1-6646.0.r320133/2787 K 6 polish V 29 dir tv-38973.0.r322729/600862 K 10 ports-mgmt V 25 dir 1-5132.0.r322630/5689 K 10 portuguese V 26 dir 1-17842.0.r322704/2027 K 5 print V 24 dir 1-79.0.r322762/69028 K 7 russian V 25 dir 1-1559.0.r322772/4504 K 7 science V 26 dir n-5356.0.r322697/12116 K 8 security V 26 dir 1-269.0.r322762/122567 K 6 shells V 24 dir w-6.0.r322689/525008 K 8 sysutils V 25 dir b-339.0.r322756/54059 K 8 textproc V 25 dir 1-322.0.r322761/84409 K 9 ukrainian V 26 dir g-39704.0.r322643/1652 K 10 vietnamese V 27 dir 1-4812.0.r322618/118760 K 3 www V 26 dir 1-114.0.r322776/125800 K 3 x11 V 24 dir 1-16.0.r322769/26145 K 10 x11-clocks V 24 dir 1-931.0.r322558/4105 K 11 x11-drivers V 27 dir 1-157567.0.r321798/4743 K 6 x11-fm V 26 dir 1-691.0.r322689/705798 K 9 x11-fonts V 26 dir 1-543.0.r322729/899839 K 11 x11-servers V 25 dir 1n-710.0.r322011/1417 K 10 x11-themes V 28 dir 1-14410.0.r322729/912213 K 12 x11-toolkits V 26 dir 1-120.0.r322734/604822 K 6 x11-wm V 23 dir 1-40.0.r322755/9304 END ENDREP id: 2-1.0.r322777/29715 type: dir pred: 2-1.0.r322776/129295 count: 322485 text: 322777 26396 3306 3306 5fa42de65a9104b9a2742fffcffda157 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.r322777/29715 K 8 svnadmin V 22 dir 3-1.0.r322353/1754 K 4 tags V 22 dir 8-1.0.r316236/4666 END ENDREP id: 0.0.r322777/30114 type: dir pred: 0.0.r322776/129696 count: 322777 text: 322777 29939 162 162 e044702202b82f6d37dfb48caa7b35cb cpath: / copyroot: 0 / minfo-cnt: 4 5-185897.0.t322776-6x2a modify-file true false /head/emulators/mame/Makefile 8-185897.0.t322776-6x2a modify-file true false /head/emulators/mame/distinfo _6.0.t322776-6x2a add-file true true /head/emulators/mame/files/patch-src__emu__cpu__m6502__m6502make.py _9.0.t322776-6x2a add-file true true /head/emulators/mame/files/patch-src__emu__cpu__m6809__m6809make.py _b.0.t322776-6x2a add-file true true /head/emulators/mame/files/patch-src__emu__cpu__mcs96__mcs96make.py _d.0.t322776-6x2a add-file true true /head/emulators/mame/files/patch-src__emu__cpu__tms57002__tmsmake.py k-185897.0.t322776-6x2a modify-file true false /head/emulators/mame/pkg-plist 5-185900.0.t322776-6x2a modify-file true false /head/emulators/mess/Makefile 8-185900.0.t322776-6x2a modify-file true false /head/emulators/mess/distinfo _j.0.t322776-6x2a add-file true true /head/emulators/mess/files/patch-src__emu__cpu__m6502__m6502make.py _m.0.t322776-6x2a add-file true true /head/emulators/mess/files/patch-src__emu__cpu__m6809__m6809make.py _o.0.t322776-6x2a add-file true true /head/emulators/mess/files/patch-src__emu__cpu__mcs96__mcs96make.py _q.0.t322776-6x2a add-file true true /head/emulators/mess/files/patch-src__emu__cpu__tms57002__tmsmake.py k-185900.0.t322776-6x2a modify-file true false /head/emulators/mess/pkg-plist 5-186179.0.t322776-6x2a modify-file true false /head/emulators/qmc2/Makefile 8-186179.0.t322776-6x2a modify-file true false /head/emulators/qmc2/distinfo k-186179.0.t322776-6x2a modify-file true false /head/emulators/qmc2/pkg-plist 30114 30282