DELTA 443834 0 56 SVN7c.d1ROc29 \ libunwind.so:devel/libunwindOPSYS} == FreeBSD && ${OSVERSION} < 1100000 PYPY_ARGS= --withoutmod-_vmprof .endif ${PYPY_ARGS}ENDREP DELTA 443834 85 26 SVNCC  39ENDREP DELTA 443834 137 172 SVN'' 509042816 SHA256 (pypy2-v5.9.0-src.tar.bz2) = de4bf05df47f1349dbac97233d9277bbaf1ef3331663ea2557fd5da3dbcfd0a7 SIZE (pypy2-v5.9.0-src.tar.bz2) = 19175394 ENDREP DELTA SVN/\//x^Sn0}_q%nf${!f3{lvP_QQs=iBEM60/R*0rB̴0mllvյ1<0lyk~} y %xs%溫A$_~Ljp°8&ajBĖ/@dB_$jx\䬭]#w{E ba\Μl&6޳xBp$EDN5B8[}޽; ;}-i&buOj%#6~Ak+ohD#QJ ЗgX >cJg4,wXywHP'IÕS roOycz*bպ;crD$OqkxU nε֥2+Blk>`8Mw(G*.2 OyAfsQLPqI 4N3DBMlk׬q8FȣZNX`,a b-X ^;6zKфAjdUB2Hq%x)(-s `N4E\C eENDREP DELTA SVN<V<` tFI0zpGSޣ'Lq}*{ :[y f--yQTY Ktcu2Dˏ SfNfsBum?zk!Bp{kB Ђ(>+kLXC܂ J}m!,:B<#s)jHi#\b2* 7L#)ȕOlfpiU4ׁ~) gnֻ{~<=:0HnW|ҌSB?W8jW7ݣF'J$0ZZOEPxOgi6Wxy~}!a&xhGR*@Z]bX (8h}<ц(`m{pOisQ*`'T`pʀฦ#A܄ENDREP DELTA SVNjfjjx^]k08t7ƶ0&-m.d4ƙIR~+IBTݘRVS%~jWQnB G(!1ax_;_sK@""}6EuW{m=8p.n&p"D :\כ4uQcYY+nLزXkJ]&-)&I*IޑKETTL&}YUJJ{6-T Jq-enިUʚ-݁Al8cE\Xۼ nWgj^@Mc/XC?~z9gd!ON[ENDREP DELTA SVN--- rpython/rlib/rvmprof/cintf.py.orig 2017-10-03 10:49:20 UTC +++ rpython/rlib/rvmprof/cintf.py @@ -47,7 +47,10 @@ else: # Guessing a BSD-like Unix platform compile_extra += ['-DVMPROF_UNIX'] compile_extra += ['-DVMPROF_MAC'] - _libs = [] + if sys.platform.startswith('freebsd'): + _libs = ['unwind'] + else: + _libs = [] eci_kwds = dict( ENDREP DELTA 443834 338 393 SVNF 8 10-03 10:49:20 UTC +++ rpython/rlib/rvmprof/src/shared/machine.c @@ -28,7 +28,7 @@ const char * vmp_machine_os_name(void) #elif __linux__ return "linux"; #elif __FreeBSD__ - return "freebsd" + return "freebsd"; #else #error "Unknown compiler"ENDREP DELTA SVNkmkk--- rpython/rlib/rvmprof/src/shared/vmp_stack.c.orig 2017-10-03 10:49:20 UTC +++ rpython/rlib/rvmprof/src/shared/vmp_stack.c @@ -29,6 +29,7 @@ static int (*unw_get_proc_name)(unw_curs static int (*unw_is_signal_frame)(unw_cursor_t *) = NULL; static int (*unw_getcontext)(unw_context_t *) = NULL; #else +#define UNW_LOCAL_ONLY #include #endif ENDREP DELTA SVN.w..x^SMo0 =ϿN;݂u֤l. ZtbD JA?ʇW@ǃEQ|1PݘWdJF&nt(!M?N<-`JIrF7086T!9$na&;{=|c[#Ah*%r;*ʪVd"3@;i =e?f^g,<->NFO\n>KFcvmEE&n4KwĨɶ{Fkoey+. ( ?KM NrTIJVENDREP DELTA 438096 2927 323 SVN 1 \t70descrobject.h %%PYPY_DIR%%/include/cpyext_memory ^ U*]%/lib-python/2.7/test/test_zipimport_support.py %%PYPY_DIR%%/lib-python/2.7/test/testerrors.hENDREP DELTA 443834 744 20 SVN$   ENDREP DELTA 443834 791 172 SVN'' 509472928 SHA256 (pypy3-v5.9.0-src.tar.bz2) = a014f47f50a1480f871a0b82705f904b38c93c4ca069850eb37653fedafb1b97 SIZE (pypy3-v5.9.0-src.tar.bz2) = 29055111 ENDREP DELTA SVN/\//x^S]o0}&K˧΄Ds/af B.ʒWDT񾴽={OZ0AYYRn:Č2#ĘrZ`ldtX\-oz|E|}:X( P S AXb/>l8chnjJ9!nHz// XEVf%j% 5}pOOcj]"ߔSↆ$668(/̋E)}'Q0pF[rAg`)UyEdX|-sGu̪ 1Cꎹs1ۢ>SO躵4;&$IcVH7lENDREP DELTA SVN"G""x^RMk@=w *qc(P%^P0d[MȮ`}1~a\vv7; zʾۏt1GkD++4ˇ'yMmp/yO@`βP)'AI,]@FF:)' e,pT2P8=RcIiȊX]$_2\Әu/LnDlĚX%0ԝrV)QUB̛d=GteM#-G|%WL9H@Y#vvʙZ/ڽc {kl_[`%gENDREP DELTA SVN-/----- lib_pypy/_curses_build.py.orig 2017-10-03 10:53:54 UTC +++ lib_pypy/_curses_build.py @@ -34,6 +34,8 @@ ffi.set_source("_curses_cffi", """ #define NCURSES_OPAQUE 0 #endif +#define _XOPEN_SOURCE_EXTENDED 1 +#define NCURSES_WIDECHAR 1 #include #include #include ENDREP DELTA SVNex^Un@}b>Ė/\XIr1]Y[Fx} ٹ93ضMmg:&IX/L&kp w{smw@ .W8H`,7YQu f =+h }[L6v}(e,O(D3m2fZ䫗G|voP%$ n;^7fD> ۷wbδ5\/VtPD)G6 GxY\˵ ^p:lb/܊ENDREP DELTA SVNjfjjx^]k08t7j?BK۱ vA$qf*IeB{$nLQS%a+υ_7~,H`a-rou? bnZd̴W aG TAl ;R0j82DVf$vu̠琦&Mme=8QLB7JLL&IE /UEK˝RQC6bP+F6y8KWiV #endif ENDREP DELTA SVN.x..x^SMo0 =ϿN;u֤l. ZtbT JA_ʇW@ǃEQ|1PݘdBF&nt\(!MƓKx\ݕ[2a_m,C&8SIV!MvGΞ8ȁok(Z@*m)+,5Ͽy=,l6XZ8ut>sQr,3ۊIߏz7[,zgZgloυbe&{1Z~0x/1b0OUV+wwfc?LX!WDtAزx8oyVvڐWr&{+2 E"VE[ X\?Ďj- _^ȅQB7w{HȻP$3߀JQ{~Nޠ[.1 \uO@IUJvVoj(pK5*$qZ ^JXENDREP DELTA 438508 920 45 SVN  X%dJ/adescrobject.h %%PYPY_DIR%%/include/cpyext_genobject.h %%PYPY_DIR%%/include/cpyext_memorygenobject.h %%PYPY_DIR%%/include/importypeslots8`?j^Y_DIR%%/lib-python/3/webbrowser.py %%PYPY_DIR%%/lib-python/3/wsgiref/__init__.py %%PYPY_DIR%%/lib-python/3/wsgiref/handlers.py %%PYPY_DIR%%/lib-python/3/wsgirestmultiphase.c %%PYPY_DIR%%/lib_pypy/_testmultiphase.pyerrors.hENDREP id: 5-287302.0.r453445/12927 type: file pred: 5-287302.0.r443834/992 count: 70 text: 453445 0 171 6167 69ca104e51afdc4cc7f01b14bf10b412 9bec1bca3412c42912fc73037659bbf00a0dd0f2 453444-9pvp/_4 props: 300914 71 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/lang/pypy/Makefile copyroot: 0 / id: j-395726.0.r453445/13222 type: file pred: j-395726.0.r443834/1287 count: 13 text: 453445 196 24 835 37bba77b7185043571eead3385eeba25 1168ee9a795b9705d41fc035fdbdcf94107a49e4 453444-9pvp/_5 props: 300914 71 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/lang/pypy/bsd.pypy.cffi.mk copyroot: 0 / id: 8-287302.0.r453445/13526 type: file pred: 8-287302.0.r443834/1588 count: 28 text: 453445 246 174 167 3c2233b0afad8f7318fbb649b8dfc0a9 a7b59d49800240163b7f46c0613fba255f7f2c1b 453444-9pvp/_6 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy/distinfo copyroot: 0 / id: 7-453445.0.r453445/13824 type: file count: 0 text: 453445 448 363 943 6dee140b5a2303dac053da484a4f3a79 29650522709246c2ca852a8b6ccdd699bebd2b37 453444-9pvp/_9 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy/files/patch-lib-python_2.7_ctypes_____init____.py copyroot: 0 / id: a-453445.0.r453445/14132 type: file count: 0 text: 453445 824 628 2193 3373e90c76ef33e8bb4d17f05e06fa8c f003ad563272397561cf5673b935e636851eaa16 453444-9pvp/_b props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy/files/patch-pypy_module___rawffi_alt_interp__funcptr.py copyroot: 0 / id: c-453445.0.r453445/14447 type: file count: 0 text: 453445 1465 357 572 d018853f029afadda5b040fe316f923e b8cb03ec16a4beeb303bf2603b1bb7d215f67b27 453444-9pvp/_d props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy/files/patch-pypy_module___vmprof_test_test____vmprof.py copyroot: 0 / id: e-453445.0.r453445/14762 type: file count: 0 text: 453445 1835 438 421 8e694c232a6955c16125789601313892 9805be97f1cf088b88d8a700aff050b730dfecbe 453444-9pvp/_f props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy/files/patch-pypy_module_termios_test_test__termios.py copyroot: 0 / id: g-453445.0.r453445/15075 type: file count: 0 text: 453445 2286 317 579 5129c1260d639f016df437ac0e28ef44 df533777ddb5d0d9f5ce93760b1f1d55b5686a22 453444-9pvp/_h props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy/files/patch-pypy_module_test__lib__pypy_cffi__tests_cffi1_test__recompiler.py copyroot: 0 / id: i-453445.0.r453445/15412 type: file count: 0 text: 453445 2616 349 332 0e74e00cd727c76fe99e4fbb5b014d4d 48135d134dba6fd8f4701e9a52a0225f5bcf0bb6 453444-9pvp/_j props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy/files/patch-pypy_module_test__lib__pypy_pyrepl_____init____.py copyroot: 0 / id: k-453445.0.r453445/15734 type: file count: 0 text: 453445 2978 441 424 a6d06586198e657e5ee9a4d974c36c78 27f81eb0741499ca08b8ab377b62615768d259e5 453444-9pvp/_l props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy/files/patch-pypy_module_test__lib__pypy_pyrepl_test__readline.py copyroot: 0 / id: m-453445.0.r453445/16058 type: file count: 0 text: 453445 3432 399 737 146d1fde313ee5ed2ef08d68004cb0a5 19b751e640e8657152fbcfdf215c6e682d636608 453444-9pvp/_n props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy/files/patch-pypy_tool_cpyext_extbuild.py copyroot: 0 / id: o-453445.0.r453445/16358 type: file count: 0 text: 453445 3844 373 746 2846530b6e790082cec1de86e8fb1ea7 284884275628f24b86a9d29c5be524bc1513ace7 453444-9pvp/_p props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy/files/patch-rpython_rlib_libffi.py copyroot: 0 / id: q-453445.0.r453445/16652 type: file count: 0 text: 453445 4230 400 383 0ba078214e0b35a9ecc5ab4838ff7889 6e1c769455a95ab365b1bf80b284c4247ae5cd2d 453444-9pvp/_r props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy/files/patch-rpython_rlib_rvmprof_cintf.py copyroot: 0 / id: 8-443834.0.r453445/16953 type: file pred: 8-443834.0.r443834/1885 count: 1 text: 453445 4643 284 326 a4be46410f57716f236c9a64219fb9ee c4a06ae8ee8c01f1a5083ce40b45bc6216889c54 453444-9pvp/_s props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy/files/patch-rpython_rlib_rvmprof_src_shared_machine.c copyroot: 0 / id: t-453445.0.r453445/17296 type: file count: 0 text: 453445 4955 380 363 81bc086a6d0b75113c384001d2b7675e 6fb754541b651f65ce0bb30f3d1322ab7ba1ca21 453444-9pvp/_u props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy/files/patch-rpython_rlib_rvmprof_src_shared_vmp__stack.c copyroot: 0 / id: v-453445.0.r453445/17612 type: file count: 0 text: 453445 5348 518 1070 ab7555ad58d7987d8ead8c2d9982dcca e120556ab37d21b500640b5bdc6ada9084a79c17 453444-9pvp/_w props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy/files/patch-rpython_rtyper_lltypesystem_ll2ctypes.py copyroot: 0 / PLAIN K 43 patch-lib-python_2.7_ctypes_____init____.py V 29 file 7-453445.0.r453445/13824 K 49 patch-pypy_module___rawffi_alt_interp__funcptr.py V 29 file a-453445.0.r453445/14132 K 49 patch-pypy_module___vmprof_test_test____vmprof.py V 29 file c-453445.0.r453445/14447 K 47 patch-pypy_module_termios_test_test__termios.py V 29 file e-453445.0.r453445/14762 K 71 patch-pypy_module_test__lib__pypy_cffi__tests_cffi1_test__recompiler.py V 29 file g-453445.0.r453445/15075 K 56 patch-pypy_module_test__lib__pypy_pyrepl_____init____.py V 29 file i-453445.0.r453445/15412 K 58 patch-pypy_module_test__lib__pypy_pyrepl_test__readline.py V 29 file k-453445.0.r453445/15734 K 34 patch-pypy_tool_cpyext_extbuild.py V 29 file m-453445.0.r453445/16058 K 28 patch-rpython_rlib_libffi.py V 29 file o-453445.0.r453445/16358 K 35 patch-rpython_rlib_rvmprof_cintf.py V 29 file q-453445.0.r453445/16652 K 47 patch-rpython_rlib_rvmprof_src_shared_machine.c V 29 file 8-443834.0.r453445/16953 K 50 patch-rpython_rlib_rvmprof_src_shared_vmp__stack.c V 29 file t-453445.0.r453445/17296 K 46 patch-rpython_rtyper_lltypesystem_ll2ctypes.py V 29 file v-453445.0.r453445/17612 END ENDREP id: 7-438096.0.r453445/19088 type: dir pred: 7-438096.0.r443834/2300 count: 2 text: 453445 17925 1150 0 67738966d39cc01140d4f419561d0724 cpath: /head/lang/pypy/files copyroot: 0 / id: o-287302.0.r453445/19269 type: file pred: o-287302.0.r438096/10671 count: 28 text: 453445 5879 190 113803 ba6c26f77d5dbee95d4f2a7f1c7a93df 6c47e26e785b01d6f92e4db7c01f4e644947d7f4 453444-9pvp/_x props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 29 file 5-287302.0.r453445/12927 K 16 bsd.pypy.cffi.mk V 29 file j-395726.0.r453445/13222 K 11 bsd.pypy.mk V 27 file l-395726.0.r440114/557 K 8 distinfo V 29 file 8-287302.0.r453445/13526 K 5 files V 28 dir 7-438096.0.r453445/19088 K 9 pkg-descr V 27 file m-287302.0.r424677/994 K 11 pkg-message V 29 file o-395726.0.r395726/57853 K 9 pkg-plist V 29 file o-287302.0.r453445/19269 END ENDREP id: 4-287302.0.r453445/19985 type: dir pred: 4-287302.0.r443834/2885 count: 85 text: 453445 19573 399 0 47c13dc7dbc5c2c837a6f35ce1a27ac9 cpath: /head/lang/pypy copyroot: 0 / id: 9-419600.0.r453445/20160 type: file pred: 9-419600.0.r443834/3060 count: 8 text: 453445 6098 22 804 bfd675ddb7dd5bf3e2795a3b8c84ac28 ba83a0f0de1dea936671a89cef600034b335387e 453444-9pvp/_z props: 300914 71 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/lang/pypy3/Makefile copyroot: 0 / id: c-419600.0.r453445/20457 type: file pred: c-419600.0.r443834/3355 count: 4 text: 453445 6147 174 167 aabdab2a92fdd848b478f23180e9f1f6 39d961246ed32b74e9000ac8ffe0cd295203d2f8 453444-9pvp/_10 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy3/distinfo copyroot: 0 / id: 11-453445.0.r453445/20757 type: file count: 0 text: 453445 6349 363 943 254a725f506355f9fc652e0b3af32506 9c5529a5f76649be3cff8b4a11e9114d06e06bdb 453444-9pvp/_13 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy3/files/patch-lib-python_2.7_ctypes_____init____.py copyroot: 0 / id: 14-453445.0.r453445/21069 type: file count: 0 text: 453445 6725 342 802 0ff3575587ae894290458e23531c8982 8b9f4e68bbc73502260cf60c308d783196266160 453444-9pvp/_15 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy3/files/patch-lib-python_3_ctypes_____init____.py copyroot: 0 / id: 16-453445.0.r453445/21379 type: file count: 0 text: 453445 7080 318 301 6c57b24ea63102b4229d7c58f488cb62 5259bbe95bf57cea6eca93d58621386d4df1f879 453444-9pvp/_17 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy3/files/patch-lib__pypy___curses__build.py copyroot: 0 / id: 18-453445.0.r453445/21682 type: file count: 0 text: 453445 7411 628 2193 f3fdb5a03284b58dc5bd57c3b91fa792 4e869f8032d173c2a1b5cc1e23eba016dda461ef 453444-9pvp/_19 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy3/files/patch-pypy_module___rawffi_alt_interp__funcptr.py copyroot: 0 / id: 1a-453445.0.r453445/22001 type: file count: 0 text: 453445 8052 356 572 24cd2a0511b1f4d582e9b77570fd5779 5ec9fcf49adb8fbe88787fefab92bd0a9745c73f 453444-9pvp/_1b props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy3/files/patch-pypy_module___vmprof_test_test____vmprof.py copyroot: 0 / id: 1c-453445.0.r453445/22319 type: file count: 0 text: 453445 8421 438 421 d8439a74f4358bcc37b76bfb3287a947 af4cd5e0b17e28db9cdc8a029bc99a0266b06138 453444-9pvp/_1d props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy3/files/patch-pypy_module_termios_test_test__termios.py copyroot: 0 / id: 1e-453445.0.r453445/22635 type: file count: 0 text: 453445 8872 318 579 f279dcf3252c561d65d0195d5d817fac 16efc7cfb9f5f3d5217b8a1fd697e255d7c49f32 453444-9pvp/_1f props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy3/files/patch-pypy_module_test__lib__pypy_cffi__tests_cffi1_test__recompiler.py copyroot: 0 / id: 1g-453445.0.r453445/22975 type: file count: 0 text: 453445 9203 349 332 13f8348265445255610e3db9c7230e18 d99fe862568f36e6cee7f3e88fdf9310919d68d5 453444-9pvp/_1h props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy3/files/patch-pypy_module_test__lib__pypy_pyrepl_____init____.py copyroot: 0 / id: 1i-453445.0.r453445/23300 type: file count: 0 text: 453445 9565 441 424 315b1ad6224c574e02bb264af7271f99 8818390615af4541f1f6abc7f1cad951b901e3f1 453444-9pvp/_1j props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy3/files/patch-pypy_module_test__lib__pypy_pyrepl_test__readline.py copyroot: 0 / id: 1k-453445.0.r453445/23627 type: file count: 0 text: 453445 10019 402 737 0c91edf1fb6bd6a6d4e7a0345de013b2 34fda8f22f21243c401bab6a2bd7f1f5f725d65e 453444-9pvp/_1l props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy3/files/patch-pypy_tool_cpyext_extbuild.py copyroot: 0 / id: 1m-453445.0.r453445/23931 type: file count: 0 text: 453445 10434 373 746 88fa088feb9dc855715c304ee9fb80d6 61150e8590e93050bbd771377368069d9d900f72 453444-9pvp/_1n props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy3/files/patch-rpython_rlib_libffi.py copyroot: 0 / id: 1o-453445.0.r453445/24229 type: file count: 0 text: 453445 10820 400 383 1d62a40ce4e895b01712519845512cf4 6ff0d3b1c72df8f74aac4b107105fb01f3f33935 453444-9pvp/_1p props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy3/files/patch-rpython_rlib_rvmprof_cintf.py copyroot: 0 / id: d-443834.0.r453445/24534 type: file pred: d-443834.0.r443834/3653 count: 1 text: 453445 11233 284 326 0a5eab0b8621465d9a9bf5b7dd887d82 1eed47a215d6315ef20f238e5422ae10d1ce1a9a 453444-9pvp/_1q props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy3/files/patch-rpython_rlib_rvmprof_src_shared_machine.c copyroot: 0 / id: 1r-453445.0.r453445/24880 type: file count: 0 text: 453445 11545 380 363 3b956518c98ed1dd0977df0bfc086e09 056aa1815aede95625a36ae524b7d431602637b7 453444-9pvp/_1s props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy3/files/patch-rpython_rlib_rvmprof_src_shared_vmp__stack.c copyroot: 0 / id: 1t-453445.0.r453445/25200 type: file count: 0 text: 453445 11938 519 1070 3a2a40f8d755641389ff07dd996898a3 17809142dd9de389e6d05490781f26c218277e58 453444-9pvp/_1u props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy3/files/patch-rpython_rtyper_lltypesystem_ll2ctypes.py copyroot: 0 / PLAIN K 43 patch-lib-python_2.7_ctypes_____init____.py V 30 file 11-453445.0.r453445/20757 K 41 patch-lib-python_3_ctypes_____init____.py V 30 file 14-453445.0.r453445/21069 K 34 patch-lib__pypy___curses__build.py V 30 file 16-453445.0.r453445/21379 K 49 patch-pypy_module___rawffi_alt_interp__funcptr.py V 30 file 18-453445.0.r453445/21682 K 49 patch-pypy_module___vmprof_test_test____vmprof.py V 30 file 1a-453445.0.r453445/22001 K 47 patch-pypy_module_termios_test_test__termios.py V 30 file 1c-453445.0.r453445/22319 K 71 patch-pypy_module_test__lib__pypy_cffi__tests_cffi1_test__recompiler.py V 30 file 1e-453445.0.r453445/22635 K 56 patch-pypy_module_test__lib__pypy_pyrepl_____init____.py V 30 file 1g-453445.0.r453445/22975 K 58 patch-pypy_module_test__lib__pypy_pyrepl_test__readline.py V 30 file 1i-453445.0.r453445/23300 K 34 patch-pypy_tool_cpyext_extbuild.py V 30 file 1k-453445.0.r453445/23627 K 28 patch-rpython_rlib_libffi.py V 30 file 1m-453445.0.r453445/23931 K 35 patch-rpython_rlib_rvmprof_cintf.py V 30 file 1o-453445.0.r453445/24229 K 47 patch-rpython_rlib_rvmprof_src_shared_machine.c V 29 file d-443834.0.r453445/24534 K 50 patch-rpython_rlib_rvmprof_src_shared_vmp__stack.c V 30 file 1r-453445.0.r453445/24880 K 46 patch-rpython_rtyper_lltypesystem_ll2ctypes.py V 30 file 1t-453445.0.r453445/25200 END ENDREP id: e-419600.0.r453445/26851 type: dir pred: e-419600.0.r443834/4069 count: 5 text: 453445 25517 1321 0 e50152d90760a70ef7a7105a5db28a28 cpath: /head/lang/pypy3/files copyroot: 0 / id: q-419600.0.r453445/27033 type: file pred: q-419600.0.r439901/1674 count: 6 text: 453445 12470 430 117816 bbd5ec87b07962c5083d17ee7c9aec42 6b656ce7d1677fc12f596efbf11dcf0c07c0b7a2 453444-9pvp/_1v props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/pypy3/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 29 file 9-419600.0.r453445/20160 K 8 distinfo V 29 file c-419600.0.r453445/20457 K 5 files V 28 dir e-419600.0.r453445/26851 K 9 pkg-descr V 28 file 8-424677.0.r424677/2161 K 9 pkg-plist V 29 file q-419600.0.r453445/27033 END ENDREP id: 8-419600.0.r453445/27592 type: dir pred: 8-419600.0.r443834/4498 count: 9 text: 453445 27338 241 0 41f00e4ed9fafd69444d7dabcf0b3746 cpath: /head/lang/pypy3 copyroot: 0 / PLAIN K 5 Gofer V 26 dir 2-909.0.r444463/700676 K 8 Makefile V 23 file 3-15.0.r453265/765 K 4 abcl V 27 dir 4-168699.0.r443401/1034 K 10 adacontrol V 29 dir 4-323392.0.r439129/479321 K 5 afnix V 29 dir 4-39147.0.r449591/1248871 K 12 alchemist.el V 29 dir 4-390618.0.r449697/575956 K 8 algol68g V 29 dir 4-260883.0.r444988/146646 K 11 angelscript V 30 dir 4-324616.0.r449591/1249522 K 5 arena V 29 dir 4-165505.0.r415738/842980 K 4 asis V 29 dir 4-323389.0.r439129/480063 K 5 asn1c V 27 dir 4-119385.0.r432748/1890 K 6 atlast V 24 dir 2-8677.0.r421413/575 K 3 ats V 26 dir 4-283527.0.r451190/745 K 4 awka V 29 dir 4-43359.0.r405891/1048276 K 7 bas2tap V 28 dir 4-195429.0.r380306/91158 K 8 basic256 V 27 dir 4-283355.0.r424831/1333 K 7 beignet V 28 dir 1f-397198.0.r453205/1261 K 4 bf2c V 25 dir 4-89524.0.r421222/589 K 3 bsh V 28 dir g-53793.0.r416242/642804 K 7 bwbasic V 25 dir 2-2047.0.r431832/5214 K 1 c V 29 dir 4-383790.0.r412347/331430 K 3 ccl V 29 dir 4-247065.0.r424411/989257 K 5 cdent V 29 dir 4-253196.0.r415738/843631 K 6 ceylon V 27 dir 4-361333.0.r451898/1024 K 8 cfortran V 29 dir 4-223812.0.r374492/565031 K 12 chibi-scheme V 26 dir 4-383717.0.r444446/918 K 7 chicken V 26 dir 4-78219.0.r435483/1132 K 8 cilkplus V 30 dir 4-421909.0.r449591/1250267 K 4 cint V 27 dir 4-198050.0.r451659/1649 K 3 cjs V 31 dir v8-372768.0.r449591/1251712 K 11 clang-devel V 26 dir x-243274.0.r428585/549 K 7 clang33 V 35 dir i-243274.1-320628.r441694/11006 K 7 clang34 V 37 dir i-243274.1-334531.r449591/1252533 K 7 clang35 V 37 dir i-243274.1-363768.r449591/1253392 K 7 clang38 V 36 dir x-243274.1-408640.r412347/338848 K 5 cling V 30 dir 4-430442.0.r449591/1254172 K 7 clojure V 27 dir 4-201700.0.r414594/1088 K 15 clojure-mode.el V 29 dir 4-224790.0.r449697/576713 K 6 clover V 27 dir 2p-397198.0.r447535/511 K 5 cmucl V 27 dir 2-7340.0.r412347/340916 K 11 cmucl-extra V 28 dir 4-73371.0.r412347/341610 K 5 cocor V 28 dir 4-73388.0.r424411/994093 K 7 cparser V 29 dir 4-223322.0.r431996/789920 K 14 csharp-mode.el V 29 dir 4-165762.0.r449697/577426 K 6 cython V 26 dir 4-222650.0.r448777/984 K 7 cython3 V 26 dir 6-436690.0.r436853/400 K 14 diveintopython V 27 dir 4-41970.0.r371587/35409 K 11 dlang-tools V 29 dir 4-446449.0.r446655/418897 K 3 dlv V 26 dir 4-192545.0.r368524/793 K 4 dmd1 V 36 dir 4-265368.0-351280.r438123/453142 K 4 dmd2 V 26 dir g-265368.0.r445044/868 K 7 duktape V 27 dir 4-373582.0.r451700/1964 K 3 ecl V 27 dir 4-114633.0.r439717/6441 K 4 elan V 29 dir 4-152225.0.r412347/343737 K 6 elixir V 27 dir 4-362657.0.r450907/6298 K 14 elixir-mode.el V 29 dir 4-390617.0.r449697/578129 K 3 elk V 27 dir 2-1112.0.r425823/478697 K 16 emacs-lisp-intro V 29 dir 2-10709.0.r386312/1437121 K 6 erlang V 28 dir 2-15596.0.r451721/584807 K 11 erlang-java V 27 dir 4-379504.0.r446848/4268 K 11 erlang-riak V 29 dir 4-397706.0.r436247/671659 K 16 erlang-runtime15 V 36 dir 2-15596.0-317410.r449591/1254948 K 16 erlang-runtime16 V 36 dir 2-15596.0-317415.r449591/1255779 K 16 erlang-runtime17 V 35 dir 2-15596.0-350789.r451721/585565 K 16 erlang-runtime18 V 35 dir 2-15596.0-390481.r451721/586380 K 16 erlang-runtime19 V 35 dir 2-15596.0-419799.r451721/587195 K 16 erlang-runtime20 V 33 dir 2-15596.0-444168.r453346/1393 K 9 erlang-wx V 27 dir e-379504.0.r452849/1137 K 8 execline V 26 dir 4-92085.0.r428503/1871 K 6 expect V 23 dir 2-383.0.r431069/594 K 3 f2c V 26 dir 2-18115.0.r446744/2395 K 4 fasm V 29 dir 4-185688.0.r444251/641113 K 6 ferite V 28 dir 4-48755.0.r428143/403594 K 4 ficl V 26 dir 4-95409.0.r410201/5626 K 3 fpc V 28 dir 4-51265.0.r447304/565858 K 8 fpc-base V 26 dir 4-106838.0.r450808/457 K 8 fpc-docs V 26 dir 4-103327.0.r449894/558 K 7 fpc-lua V 29 dir 4-259374.0.r447304/567804 K 8 fpc-rexx V 29 dir 4-259382.0.r447304/568452 K 15 fpc-rtl-console V 30 dir 7u-403082.0.r447304/569068 K 13 fpc-rtl-extra V 30 dir 80-403082.0.r447304/569688 K 14 fpc-rtl-objpas V 30 dir 86-403082.0.r447304/570309 K 15 fpc-rtl-unicode V 30 dir 8c-403082.0.r447304/570932 K 9 fpc-units V 29 dir 4-165963.0.r453381/640656 K 9 fpc-utils V 29 dir 2-168608.0.r447304/572755 K 6 fsharp V 29 dir 4-233574.0.r440759/350100 K 8 gambit-c V 30 dir e-182819.0.r449591/1258231 K 6 gauche V 28 dir 4-65934.0.r431796/613459 K 4 gawk V 28 dir 2-14148.0.r444463/702783 K 3 gcc V 24 dir n-9316.0.r449652/450 K 9 gcc-ecj45 V 26 dir 4-310694.0.r384982/521 K 5 gcc46 V 25 dir 9j-9316.0.r450476/651 K 5 gcc47 V 25 dir a3-9316.0.r451246/893 K 5 gcc48 V 26 dir an-9316.0.r451246/1605 K 5 gcc49 V 33 dir an-9316.0-315178.r451246/2384 K 4 gcc5 V 32 dir an-9316.0-365695.r451755/602 K 4 gcc6 V 33 dir an-9316.0-416661.r451718/1926 K 8 gcc6-aux V 34 dir 4-381294.0-403127.r452154/1401 K 10 gcc6-devel V 33 dir an-9316.0-384331.r453339/1191 K 4 gcc7 V 33 dir an-9316.0-447971.r451719/1730 K 10 gcc7-devel V 33 dir an-9316.0-413883.r453078/1191 K 10 gcc8-devel V 33 dir an-9316.0-439342.r453273/1193 K 3 gcl V 26 dir 2-956.0.r449697/578804 K 6 gforth V 29 dir 4-34082.0.r449591/1263160 K 3 ghc V 29 dir 2-23008.0.r449591/1264074 K 3 gjs V 31 dir ff-244923.0.r449591/1264778 K 9 gnat_util V 26 dir 4-323388.0.r453264/670 K 17 gnatcross-aarch64 V 29 dir 4-433191.0.r439129/483139 K 26 gnatcross-binutils-aarch64 V 29 dir a-433191.0.r439129/483814 K 25 gnatcross-sysroot-aarch64 V 29 dir i-433191.0.r439129/484497 K 15 gnatdroid-armv7 V 26 dir 4-281378.0.r453193/922 K 18 gnatdroid-binutils V 29 dir 4-281288.0.r439129/485266 K 22 gnatdroid-binutils-x86 V 29 dir f-402635.0.r439129/485942 K 17 gnatdroid-sysroot V 29 dir 4-281235.0.r439129/486657 K 21 gnatdroid-sysroot-x86 V 29 dir n-402635.0.r439129/487374 K 13 gnatdroid-x86 V 30 dir 11-402635.0.r439129/487998 K 9 gnu-cobol V 35 dir 4-64104.0-353174.r428152/899733 K 12 gnustep-base V 28 dir r-18728.0.r450556/674585 K 2 go V 27 dir 2-248419.0.r453394/1793 K 4 go14 V 36 dir 2-248419.0-394910.r451721/589543 K 7 gprolog V 29 dir 4-44911.0.r449591/1265473 K 6 groovy V 27 dir 4-129464.0.r445353/1207 K 7 gscheme V 29 dir 4-177497.0.r448472/693004 K 5 guile V 27 dir 2-2131.0.r428152/900504 K 6 guile2 V 26 dir 4-355255.0.r451773/613 K 7 harbour V 26 dir 4-98525.0.r439717/7850 K 15 haskell-mode.el V 36 dir 4-103137.0-411004.r449697/579557 K 3 hla V 26 dir 4-214196.0.r437931/620 K 4 hope V 28 dir 4-48875.0.r415499/488958 K 12 hs-brainfuck V 30 dir 4-247098.0.r447548/1163982 K 11 hs-unlambda V 30 dir 4-247100.0.r447548/1164964 K 3 huc V 25 dir 4-96863.0.r420118/652 K 4 hugs V 28 dir 2-8779.0.r449591/1266206 K 3 icc V 28 dir 4-56705.0.r434692/377109 K 3 ici V 28 dir 2-15439.0.r415738/845666 K 4 icon V 28 dir 2-1298.0.r449591/1266934 K 8 intercal V 28 dir 2-10547.0.r399346/590737 K 2 io V 27 dir 4-147215.0.r450108/2136 K 4 itcl V 26 dir 2-188.0.r449392/116882 K 5 itcl4 V 27 dir 4-366511.0.r448458/1853 K 21 jakarta-commons-jelly V 30 dir 4-140673.0.r424411/1014624 K 6 jimtcl V 26 dir 4-341712.0.r447670/543 K 5 jruby V 26 dir 4-48007.0.r441803/1951 K 11 js_of_ocaml V 29 dir 4-349330.0.r431402/542693 K 5 julia V 30 dir 4-428982.0.r449591/1268463 K 6 jython V 25 dir 4-40996.0.r441948/584 K 4 kawa V 26 dir 4-57655.0.r451698/1726 K 9 kf5-kross V 30 dir 9u-426118.0.r452286/463978 K 7 kturtle V 30 dir c2-283641.0.r439367/953931 K 10 lafontaine V 28 dir 4-65712.0.r428152/901242 K 3 lci V 29 dir 4-377881.0.r444463/707171 K 3 ldc V 27 dir 4-435057.0.r445988/2143 K 3 lfe V 27 dir 4-395524.0.r452068/3015 K 5 libhx V 26 dir 4-236402.0.r384277/927 K 8 libobjc2 V 27 dir 4-283935.0.r431265/1011 K 6 librep V 26 dir 2-23023.0.r450159/1035 K 22 libstdc++_stldoc_4.2.2 V 30 dir 4-205799.0.r386312/1444778 K 14 linux-c6-tcl85 V 30 dir dw-368845.0.r432937/859298 K 14 linux-c7-tcl85 V 38 dir dw-368845.2z-424259.r432953/554528 K 7 linux-j V 28 dir 4-51787.0.r421387/815075 K 7 lua-ada V 29 dir 4-389905.0.r439129/488745 K 5 lua51 V 33 dir 4-309973.0-355360.r420807/676 K 5 lua52 V 29 dir 4-309973.0.r415499/491938 K 5 lua53 V 27 dir 7-377213.0.r435741/1145 K 6 luajit V 29 dir 7-289477.0.r451721/590310 K 8 malbolge V 28 dir 4-301017.0.r395395/94118 K 5 maude V 27 dir 4-158902.0.r431248/2462 K 4 mawk V 25 dir 2-16169.0.r429594/986 K 3 mdk V 25 dir 4-40716.0.r445412/509 K 11 micropython V 29 dir 4-356895.0.r444463/709181 K 10 mit-scheme V 24 dir 2-1202.0.r449180/723 K 5 mixal V 24 dir 2-5088.0.r418417/561 K 5 mlton V 30 dir 2-150108.0.r449591/1269917 K 4 mmix V 26 dir 4-34829.0.r420153/1518 K 7 modula3 V 30 dir 4-338413.0.r449591/1270657 K 4 mono V 28 dir 4-63383.0.r451721/591098 K 10 mono-basic V 29 dir 4-236512.0.r424974/330172 K 4 mosh V 26 dir 4-218727.0.r451554/593 K 5 mosml V 32 dir 2-3442.0-414999.r439717/8584 K 5 mtasc V 29 dir 4-219973.0.r426827/529775 K 6 munger V 27 dir 4-123447.0.r423883/1055 K 7 myrddin V 27 dir 4-436084.0.r450355/1603 K 4 nawk V 26 dir 2-11712.0.r372409/2446 K 3 nbc V 26 dir 4-213151.0.r434897/505 K 4 nbfc V 29 dir 4-213890.0.r374492/567137 K 4 neko V 29 dir 4-426533.0.r430235/736988 K 6 nesasm V 28 dir 4-198903.0.r371587/82680 K 7 newlisp V 29 dir 4-172946.0.r444463/709923 K 13 newlisp-devel V 36 dir 4-172946.0-313772.r444463/710749 K 5 nhc98 V 30 dir 1l-51940.0.r449591/1272147 K 6 nickle V 26 dir 4-41507.0.r451699/1411 K 3 nim V 34 dir 4-333788.0-383175.r452386/3788 K 3 nml V 28 dir 4-46419.0.r418767/664999 K 3 nqc V 25 dir 2-20726.0.r446706/544 K 4 nwcc V 29 dir 4-201502.0.r415738/847098 K 2 nx V 27 dir 4-333508.0.r446739/1398 K 5 ocaml V 26 dir 2-5189.0.r439717/11015 K 14 ocaml-autoconf V 26 dir 4-251436.0.r361856/760 K 11 ocaml-nox11 V 28 dir 4-102263.0.r439717/11562 K 5 ohugs V 28 dir 4-76948.0.r444463/712226 K 4 onyx V 28 dir 2-45214.0.r441814/631430 K 4 oo2c V 29 dir 4-30006.0.r449591/1272880 K 12 opencoarrays V 37 dir 4-436025.0-436029.r449591/1273632 K 9 opendylan V 26 dir 4-203941.0.r396490/703 K 3 p2c V 25 dir 2-164.0.r426545/57943 K 18 p5-Data-JavaScript V 28 dir 4-48613.0.r415839/616669 K 8 p5-Error V 29 dir 2-29774.0.r449893/1820109 K 9 p5-Expect V 29 dir 2-26066.0.r449893/1820804 K 15 p5-ExtUtils-F77 V 29 dir 2-23645.0.r449893/1821508 K 16 p5-Interpolation V 29 dir 4-150644.0.r412347/398594 K 7 p5-JSAN V 29 dir 4-180684.0.r412347/399310 K 26 p5-JavaScript-SpiderMonkey V 30 dir 4-139352.0.r449893/1822284 K 20 p5-JavaScript-Squish V 29 dir 4-144931.0.r396892/849620 K 26 p5-JavaScript-Value-Escape V 30 dir 4-274317.0.r449893/1823022 K 17 p5-List-MoreUtils V 27 dir 4-132339.0.r451948/1078 K 20 p5-List-MoreUtils-XS V 34 dir 4-132339.0-437351.r451138/1212 K 8 p5-Marpa V 30 dir 4-285695.0.r449893/1823750 K 11 p5-Marpa-PP V 29 dir 4-285696.0.r412347/402221 K 11 p5-Marpa-XS V 29 dir 4-285697.0.r412347/402929 K 14 p5-Modern-Perl V 30 dir 4-252285.0.r449893/1824457 K 13 p5-Perl6-Subs V 29 dir 4-153027.0.r412347/405064 K 11 p5-Promises V 26 dir 4-378069.0.r404304/550 K 21 p5-Pugs-Compiler-Rule V 29 dir 4-169273.0.r412347/405791 K 25 p5-Quantum-Superpositions V 30 dir 4-164142.0.r449893/1825189 K 20 p5-Scalar-List-Utils V 29 dir 4-51840.0.r449893/1825914 K 9 p5-Switch V 28 dir 4-42006.0.r412347/407288 K 6 p5-Tcl V 28 dir 2-6948.0.r449893/1826653 K 13 p5-Test-XPath V 30 dir 4-253232.0.r449893/1827361 K 12 p5-Try-Catch V 30 dir 4-391259.0.r449893/1828068 K 11 p5-Try-Tiny V 26 dir 4-240668.0.r444894/586 K 17 p5-Try-Tiny-Retry V 29 dir 4-364793.0.r412347/409418 K 11 p5-TryCatch V 30 dir 4-253190.0.r449893/1828778 K 8 p5-ePerl V 27 dir 2-7531.0.r415503/789880 K 13 p5-signatures V 30 dir 4-238876.0.r449893/1829494 K 5 p5-v6 V 30 dir 4-169285.0.r449893/1830199 K 6 parrot V 29 dir 4-133434.0.r450556/675328 K 6 pbasic V 27 dir 2-2103.0.r425823/480765 K 3 pcc V 27 dir 4-199646.0.r416864/2506 K 9 pecl-perl V 29 dir 4-186385.0.r438175/514818 K 11 perl5-devel V 33 dir 1f-1419.0-384103.r453165/3080 K 8 perl5.22 V 34 dir 1f-1419.0-387481.r449892/16359 K 8 perl5.24 V 33 dir 1f-1419.0-414843.r450588/4346 K 8 perl5.26 V 33 dir 1f-1419.0-442144.r450540/1865 K 11 petite-chez V 29 dir 5-234360.0.r428150/699967 K 3 pfe V 28 dir 4-34438.0.r441847/564703 K 9 phantomjs V 29 dir 4-272954.0.r450556/676022 K 5 pharo V 29 dir 4-296452.0.r412347/417379 K 3 phc V 28 dir 4-167718.0.r433346/70302 K 11 php-mode.el V 26 dir 4-61701.0.r443863/1075 K 5 php56 V 35 dir u-81722.10-367268.r453277/24452 K 16 php56-extensions V 36 dir 4-114187.12-367268.r426080/83257 K 5 php70 V 34 dir u-81722.x-408932.r452923/14572 K 16 php70-extensions V 36 dir 4-114187.z-408932.r441000/759327 K 5 php71 V 29 dir 26-432324.0.r452965/14144 K 16 php71-extensions V 36 dir 4-114187.y-432324.r432324/494288 K 7 php_doc V 28 dir 4-41872.0.r426269/470471 K 5 picoc V 29 dir 4-260484.0.r444463/712909 K 6 pike78 V 26 dir 4-234153.0.r443392/583 K 4 pocl V 27 dir 4-426722.0.r440691/6316 K 6 polyml V 29 dir 4-140373.0.r427136/346625 K 4 ptoc V 28 dir 2-10325.0.r415499/500538 K 4 pure V 30 dir 4-271378.0.r449591/1275835 K 10 py-clojure V 26 dir 4-353721.0.r434980/513 K 5 py-hy V 26 dir 4-433765.0.r449692/503 K 10 py-mx-base V 28 dir 2-19008.0.r427552/609714 K 9 py-prolog V 27 dir 4-83793.0.r444098/58040 K 10 py-qt5-qml V 31 dir 3j-403693.0.r441503/1071850 K 4 pypy V 28 dir 4-287302.0.r453445/19985 K 5 pypy3 V 28 dir 8-419600.0.r453445/27592 K 6 python V 24 dir 2-2042.0.r432153/527 K 15 python-doc-html V 26 dir 2-19180.0.r450488/1575 K 17 python-doc-pdf-a4 V 29 dir 2-19181.0.r340722/3834679 K 21 python-doc-pdf-letter V 29 dir 2-19182.0.r340722/3835245 K 15 python-doc-text V 30 dir 4-275799.0.r340722/3835812 K 14 python-mode.el V 29 dir 4-147020.0.r371587/122983 K 12 python-tools V 29 dir 4-365326.0.r399684/589415 K 7 python2 V 27 dir 6-324864.0.r386379/1807 K 8 python27 V 26 dir 5l-2042.0.r452151/1006 K 7 python3 V 27 dir i-324864.0.r386379/2396 K 8 python34 V 27 dir d-350610.0.r447650/2063 K 8 python35 V 34 dir d-350610.0-396397.r447651/3627 K 8 python36 V 34 dir d-350610.0-429438.r451202/4051 K 4 qore V 29 dir 4-244193.0.r441814/632119 K 7 qscheme V 28 dir 4-62108.0.r446847/328292 K 7 qt5-qml V 28 dir 60-346930.0.r442470/3225 K 5 quack V 35 dir 4-92616.0-394326.r449697/580343 K 6 racket V 27 dir m-216546.0.r453228/5710 K 14 racket-minimal V 35 dir 14-216546.0-341390.r453227/1666 K 6 ratfor V 29 dir 2-32030.0.r449591/1276525 K 23 referenceassemblies-pcl V 26 dir 4-423976.0.r424052/851 K 8 rexx-imc V 24 dir 2-3847.0.r441806/703 K 11 rexx-regina V 26 dir 4-93554.0.r448258/1077 K 12 rexx-regutil V 26 dir 4-264001.0.r417711/554 K 12 rexx-wrapper V 28 dir 4-93563.0.r415499/502010 K 5 rhino V 26 dir 4-206297.0.r450510/607 K 8 rubinius V 28 dir 4-262839.0.r451108/34075 K 6 ruby22 V 37 dir 40-210636.0-379473.r450351/714581 K 6 ruby23 V 34 dir 40-210636.0-405313.r452031/728 K 6 ruby24 V 37 dir 40-210636.0-429566.r450351/716399 K 6 runawk V 29 dir 4-252135.0.r412347/442239 K 4 rust V 26 dir 4-289669.0.r453113/579 K 12 rust-nightly V 26 dir 4-392106.0.r444522/500 K 18 sagittarius-scheme V 27 dir 4-360853.0.r451116/9265 K 20 sather-specification V 26 dir 4-169984.0.r424242/738 K 15 sather-tutorial V 27 dir 4-169986.0.r424242/1448 K 4 sbcl V 26 dir 4-73159.0.r449394/1112 K 5 scala V 27 dir 4-233950.0.r449587/1090 K 10 scala-docs V 26 dir 4-306314.0.r452425/997 K 8 scheme48 V 25 dir 2-736.0.r382211/20402 K 3 scm V 27 dir 2-329.0.r449591/1278063 K 4 sdcc V 29 dir 4-108778.0.r450560/899124 K 10 sdcc-devel V 29 dir i-108778.0.r450560/899815 K 3 see V 27 dir 6-133435.0.r452834/1558 K 5 seed7 V 27 dir 4-216938.0.r452972/1142 K 4 siod V 28 dir 2-18176.0.r441881/502184 K 4 sisc V 25 dir 4-78210.0.r421199/819 K 7 sketchy V 27 dir 4-135413.0.r418015/1003 K 4 slib V 25 dir 2-12844.0.r402685/778 K 10 slib-guile V 28 dir 9-95811.0.r412347/448717 K 11 slib-guile2 V 35 dir 9-95811.0-370066.r412347/449419 K 5 slisp V 25 dir 4-47091.0.r345787/544 K 9 smalltalk V 23 dir 2-925.0.r452515/834 K 5 smlnj V 35 dir f-11924.0-363509.r431680/464775 K 7 snobol4 V 27 dir 4-179157.0.r377801/3274 K 14 spidermonkey17 V 33 dir 4-79724.0-303570.r446936/2940 K 15 spidermonkey170 V 36 dir 4-305994.0-315532.r444463/721836 K 15 spidermonkey185 V 29 dir 4-305994.0.r444463/722634 K 14 spidermonkey24 V 37 dir 4-305994.0-336683.r449591/1278876 K 14 spidermonkey38 V 36 dir 4-305994.0-443040.r450556/676910 K 3 spl V 29 dir 4-55419.0.r405891/1051143 K 6 squeak V 29 dir 5-110728.0.r444437/385060 K 8 squirrel V 28 dir 7-195571.0.r449029/13851 K 8 starlogo V 28 dir 6-24230.0.r371587/151802 K 6 stldoc V 28 dir 4-56852.0.r371587/152498 K 6 swi-pl V 27 dir 2-4155.0.r451721/591782 K 5 swift V 27 dir 4-415317.0.r451995/2694 K 7 tcbasic V 27 dir 4-384187.0.r449572/1532 K 3 tcc V 26 dir 4-223624.0.r444394/585 K 10 tcl-manual V 25 dir 4-51858.0.r426996/562 K 11 tcl-wrapper V 26 dir 4-188523.0.r432903/513 K 5 tcl84 V 35 dir 1f-7628.1-452512.r452517/408581 K 5 tcl85 V 29 dir 4-183590.0.r431796/630749 K 5 tcl86 V 26 dir u-183590.0.r449626/599 K 5 tcl87 V 33 dir u-183590.0-416250.r449627/665 K 4 tclX V 27 dir 2-7879.0.r413646/324259 K 6 tinypy V 26 dir 4-231456.0.r451494/511 K 5 tolua V 27 dir 4-122062.0.r402742/1039 K 7 tolua++ V 26 dir 4-154200.0.r425248/600 K 14 tuareg-mode.el V 29 dir 4-207676.0.r449697/581030 K 5 twelf V 26 dir 4-149566.0.r428757/952 K 3 ucc V 26 dir 4-219172.0.r380727/718 K 5 urweb V 29 dir 4-294290.0.r436247/678439 K 2 v8 V 29 dir 4-274006.0.r450351/717903 K 8 v8-devel V 36 dir 4-274006.0-337829.r450556/678511 K 4 vala V 27 dir 4-195359.0.r419143/1587 K 11 visualworks V 28 dir 4-62087.0.r421387/815820 K 3 x10 V 30 dir 4-288064.0.r449591/1282950 K 7 yabasic V 28 dir 4-24050.0.r430454/532082 K 3 yap V 30 dir 4-322261.0.r449591/1283686 K 9 yap-devel V 30 dir 4-330001.0.r449591/1284432 K 6 yorick V 24 dir 2-8794.0.r427486/652 K 7 ypsilon V 30 dir 2-218073.0.r449591/1285182 END ENDREP id: 1-15.0.r453445/45275 type: dir pred: 1-15.0.r453394/19472 count: 16393 text: 453445 27767 17495 0 11b3e2fb03994ceafca64c35068eb8d5 cpath: /head/lang copyroot: 0 / PLAIN K 10 .arcconfig V 26 file 1-354154.0.r422906/41 K 14 .gitattributes V 27 file 1-411777.0.r411777/210 K 10 .gitignore V 26 file 1-348322.0.r376072/79 K 7 CHANGES V 26 file 1-99373.0.r452546/456 K 15 CONTRIBUTING.md V 27 file 1-348323.0.r348323/344 K 9 COPYRIGHT V 26 file 1-146787.0.r430107/51 K 4 GIDs V 28 file 1-168311.0.r452063/3091 K 8 Keywords V 27 dir 1-314142.0.r419368/1305 K 5 LEGAL V 24 file 1-748.0.r452080/197 K 5 MOVED V 26 file 1-69878.0.r453390/451 K 8 Makefile V 24 file 1-6.0.r424411/75633 K 2 Mk V 22 dir 1-5.0.r453438/2651 K 6 README V 25 file 1-2408.0.r340854/956 K 9 Templates V 26 dir 1-2932.0.r446836/17760 K 5 Tools V 26 dir 3-15302.0.r453175/3273 K 4 UIDs V 28 file 4-168311.0.r452063/3372 K 8 UPDATING V 28 file 1-102685.0.r453244/2501 K 13 accessibility V 26 dir 1-42583.0.r453105/2310 K 6 arabic V 27 dir 1-38973.0.r453378/48682 K 9 archivers V 25 dir 1-242.0.r453431/12883 K 5 astro V 24 dir 1-301.0.r453057/8455 K 5 audio V 25 dir 1-148.0.r453442/45554 K 4 base V 28 dir 1-420954.0.r431796/79632 K 10 benchmarks V 23 dir 1-62.0.r453311/6007 K 7 biology V 25 dir 1-9066.0.r453387/7501 K 3 cad V 25 dir 1-276.0.r453381/20674 K 7 chinese V 26 dir 1-3770.0.r453378/55728 K 5 comms V 24 dir 1-76.0.r453381/33023 K 10 converters V 26 dir 1-1561.0.r453277/23132 K 9 databases V 25 dir 1-771.0.r453435/62489 K 9 deskutils V 26 dir 1-2098.0.r453384/15971 K 5 devel V 25 dir 1-73.0.r453443/332271 K 3 dns V 26 dir 1-6145.0.r453406/13087 K 7 editors V 24 dir 4-6.0.r453378/137889 K 9 emulators V 25 dir 1-181.0.r453436/10659 K 7 finance V 27 dir 1-4110.0.r453381/491312 K 6 french V 28 dir 1-25673.0.r453378/139777 K 3 ftp V 26 dir 1-199.0.r453381/497245 K 5 games V 25 dir 1-104.0.r453444/61217 K 6 german V 27 dir 1-7451.0.r453378/142107 K 8 graphics V 24 dir 1-94.0.r453393/57846 K 6 hebrew V 28 dir 3-31142.0.r453378/143444 K 9 hungarian V 29 dir 1p-38973.0.r453378/144909 K 3 irc V 25 dir 1-42.0.r453381/624124 K 8 japanese V 26 dir 1-410.0.r453381/640065 K 4 java V 25 dir 1-2798.0.r453336/8681 K 6 korean V 27 dir 1-5873.0.r453378/163693 K 4 lang V 24 dir 1-15.0.r453445/45275 K 4 mail V 24 dir 1-57.0.r453437/45071 K 4 math V 25 dir 1-162.0.r453432/41030 K 4 misc V 24 dir 7-35.0.r453401/27296 K 10 multimedia V 25 dir d-333.0.r453440/26587 K 3 net V 24 dir 1-22.0.r453441/78178 K 6 net-im V 29 dir 15-11144.0.r453381/891223 K 8 net-mgmt V 26 dir r-1011.0.r453374/21583 K 7 net-p2p V 26 dir g-29106.0.r453222/7892 K 4 news V 26 dir 1-145.0.r452517/595564 K 4 palm V 27 dir 1-6646.0.r451378/103414 K 6 polish V 29 dir tv-38973.0.r453378/165526 K 10 ports-mgmt V 25 dir 1-5132.0.r453287/4847 K 10 portuguese V 28 dir 1-17842.0.r453378/167964 K 5 print V 25 dir 1-79.0.r453381/908366 K 7 russian V 27 dir 1-1559.0.r453378/170926 K 7 science V 26 dir n-5356.0.r453334/25398 K 8 security V 25 dir 1-269.0.r453409/68762 K 6 shells V 22 dir w-6.0.r453353/3750 K 8 sysutils V 25 dir b-339.0.r453417/69866 K 8 textproc V 25 dir 1-322.0.r453382/98689 K 9 ukrainian V 28 dir g-39704.0.r453378/172381 K 10 vietnamese V 27 dir 1-4812.0.r453378/174186 K 3 www V 26 dir 1-114.0.r453437/198508 K 3 x11 V 26 dir 1-16.0.r453381/1340739 K 10 x11-clocks V 25 dir 1-931.0.r452530/30861 K 11 x11-drivers V 27 dir 1-157567.0.r447735/4529 K 6 x11-fm V 27 dir 1-691.0.r453284/1228147 K 9 x11-fonts V 27 dir 1-543.0.r453381/1351857 K 11 x11-servers V 25 dir 1n-710.0.r452247/2645 K 10 x11-themes V 27 dir 1-14410.0.r453412/17532 K 12 x11-toolkits V 27 dir 1-120.0.r453238/1015250 K 6 x11-wm V 23 dir 1-40.0.r453101/7436 END ENDREP id: 2-1.0.r453445/48981 type: dir pred: 2-1.0.r453444/64925 count: 448383 text: 453445 45443 3525 0 331d9e2b1b135b02e49bd5f8f32d79f5 props: 7322 2587 45 0 7a04b33bf8e35fd5c3d111baaf403dc5 cpath: /head copyroot: 0 / PLAIN K 8 branches V 23 dir 0-1.0.r453335/99162 K 4 head V 23 dir 2-1.0.r453445/48981 K 8 projects V 24 dir 0-377393.0.r441387/0 K 8 svnadmin V 22 dir 3-1.0.r453168/1638 K 4 tags V 22 dir 8-1.0.r449812/5278 END ENDREP id: 0.0.r453445/49415 type: dir pred: 0.0.r453444/65360 count: 453445 text: 453445 49197 205 0 957425e84fc7d695f9dee11b555ebcdb props: 341041 7130 346 0 8b695b9f61597e4917effffba3bbfaa3 cpath: / copyroot: 0 / minfo-cnt: 36 5-287302.0.t453444-9pvp modify-file true false /head/lang/pypy/Makefile j-395726.0.t453444-9pvp modify-file true false /head/lang/pypy/bsd.pypy.cffi.mk 8-287302.0.t453444-9pvp modify-file true false /head/lang/pypy/distinfo _7.0.t453444-9pvp add-file true true /head/lang/pypy/files/patch-lib-python_2.7_ctypes_____init____.py _a.0.t453444-9pvp add-file true true /head/lang/pypy/files/patch-pypy_module___rawffi_alt_interp__funcptr.py _c.0.t453444-9pvp add-file true true /head/lang/pypy/files/patch-pypy_module___vmprof_test_test____vmprof.py _e.0.t453444-9pvp add-file true true /head/lang/pypy/files/patch-pypy_module_termios_test_test__termios.py _g.0.t453444-9pvp add-file true true /head/lang/pypy/files/patch-pypy_module_test__lib__pypy_cffi__tests_cffi1_test__recompiler.py _i.0.t453444-9pvp add-file true true /head/lang/pypy/files/patch-pypy_module_test__lib__pypy_pyrepl_____init____.py _k.0.t453444-9pvp add-file true true /head/lang/pypy/files/patch-pypy_module_test__lib__pypy_pyrepl_test__readline.py _m.0.t453444-9pvp add-file true true /head/lang/pypy/files/patch-pypy_tool_cpyext_extbuild.py _o.0.t453444-9pvp add-file true true /head/lang/pypy/files/patch-rpython_rlib_libffi.py _q.0.t453444-9pvp add-file true true /head/lang/pypy/files/patch-rpython_rlib_rvmprof_cintf.py 8-443834.0.t453444-9pvp modify-file true false /head/lang/pypy/files/patch-rpython_rlib_rvmprof_src_shared_machine.c _t.0.t453444-9pvp add-file true true /head/lang/pypy/files/patch-rpython_rlib_rvmprof_src_shared_vmp__stack.c _v.0.t453444-9pvp add-file true true /head/lang/pypy/files/patch-rpython_rtyper_lltypesystem_ll2ctypes.py o-287302.0.t453444-9pvp modify-file true false /head/lang/pypy/pkg-plist 9-419600.0.t453444-9pvp modify-file true false /head/lang/pypy3/Makefile c-419600.0.t453444-9pvp modify-file true false /head/lang/pypy3/distinfo _11.0.t453444-9pvp add-file true true /head/lang/pypy3/files/patch-lib-python_2.7_ctypes_____init____.py _14.0.t453444-9pvp add-file true true /head/lang/pypy3/files/patch-lib-python_3_ctypes_____init____.py _16.0.t453444-9pvp add-file true true /head/lang/pypy3/files/patch-lib__pypy___curses__build.py _18.0.t453444-9pvp add-file true true /head/lang/pypy3/files/patch-pypy_module___rawffi_alt_interp__funcptr.py _1a.0.t453444-9pvp add-file true true /head/lang/pypy3/files/patch-pypy_module___vmprof_test_test____vmprof.py _1c.0.t453444-9pvp add-file true true /head/lang/pypy3/files/patch-pypy_module_termios_test_test__termios.py _1e.0.t453444-9pvp add-file true true /head/lang/pypy3/files/patch-pypy_module_test__lib__pypy_cffi__tests_cffi1_test__recompiler.py _1g.0.t453444-9pvp add-file true true /head/lang/pypy3/files/patch-pypy_module_test__lib__pypy_pyrepl_____init____.py _1i.0.t453444-9pvp add-file true true /head/lang/pypy3/files/patch-pypy_module_test__lib__pypy_pyrepl_test__readline.py _1k.0.t453444-9pvp add-file true true /head/lang/pypy3/files/patch-pypy_tool_cpyext_extbuild.py _1m.0.t453444-9pvp add-file true true /head/lang/pypy3/files/patch-rpython_rlib_libffi.py _1o.0.t453444-9pvp add-file true true /head/lang/pypy3/files/patch-rpython_rlib_rvmprof_cintf.py d-443834.0.t453444-9pvp modify-file true false /head/lang/pypy3/files/patch-rpython_rlib_rvmprof_src_shared_machine.c _1r.0.t453444-9pvp add-file true true /head/lang/pypy3/files/patch-rpython_rlib_rvmprof_src_shared_vmp__stack.c _1t.0.t453444-9pvp add-file true true /head/lang/pypy3/files/patch-rpython_rtyper_lltypesystem_ll2ctypes.py q-419600.0.t453444-9pvp modify-file true false /head/lang/pypy3/pkg-plist 49415 49639