DELTA 316596 27099 101 SVNylPk]Qys_a Y>GhyJ}fWr$ %u !OraehBx^Smo0~S*m jF6&Y$`Ձ6"yL{w6%o~1| {ZQDLȴ~Gkl7NjVQ?JSoFFӭO渚_ 4őcj/LVЊ7{KIJDcNv_L/SY}AKezﺮ! r ?4ӗa@}SQ5a,ޞZg?؝鉋&Nc'ozd5`hY *'z7qSb@$˔=3f̪2G@Kk"Cϴ8扠zMoSTvzV֐ kQH )3H]$(_ip7%$)`Z#2>AV5K0Yͦ۵Ƒ~.9jT5jJ9N86g:X&rg nU=TRb|p *`#1Gj!?YDH4fb #$tM\u$VZiW)P(erS!ENDREP DELTA 301100 1686 1084 SVN :+,*[UqUxURV*V3V<gwRx^uT=oG +TƅH€8H@A~}(Cw{H{|J|TNgv?kZhu;KCH`:Eh=\YkwOחq~>> U3ƨEk֮Q q?qV7gDe Oqmځ*C9};8;$wikznS&ʂe,_NDq b@μ/Z 2#54o)c>1zCE\V}J[ºj=!^0>-IS3dV2)>>x^}n@O1Ik"ZmJ$H-h*D*0i],ZnsvCo^o\ß{-'Ia/(uxC?ϖU'يP(ٺa"QO7L0=Bn}!!EӴwUN!lkwlgyg}Ѝ^4N$+3ΊRp<;}8#̰ݨR$xu`Y'M6,%qT}t$A4wb][R<[+,.,s3YK*{LP҇( 6 OϨE@.<).sO"^ENDREP DELTA SVNx^AK0Ғ{͜uRE=yP-إ!qvls{!N[ib]tZ5ST& T`&d ̧Y.o9^p%"=fdr~=EDD*8NS |tR=_JذrT֪ sH7[,bguIamlt9>?+z0Wu3ȯAy>ʇzW^5ؓ{ENDREP DELTA SVN]_]]--- hphp/runtime/ext/ext_hotprofiler.cpp.orig 2013-07-21 13:34:10.135485647 +0200 +++ hphp/runtime/ext/ext_hotprofiler.cpp 2013-07-21 13:35:02.222657875 +0200 @@ -28,6 +28,7 @@ #ifdef __FreeBSD__ # include +# include # include # define cpu_set_t cpuset_t # define SET_AFFINITY(pid, size, mask) \ ENDREP DELTA SVNCECC--- hphp/runtime/ext/ext_posix.cpp.orig 2013-07-21 13:35:52.420426882 +0200 +++ hphp/runtime/ext/ext_posix.cpp 2013-07-21 13:36:48.030517355 +0200 @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include ENDREP DELTA SVNFiFFx^Tn@}._1\؎qRVU0,1^вM{b_<̙9bYU^iC^úeMDS;*8{9o9#o8v0t^0q44_; Fo;`;Cf`AlLILjΧ{ /4SbyC0A AE!*ZBWeҺL(߂"& P*!*e8(tIF=_|u+rocz?GieI]$IZ ֭QB1Sҿv F!HRlg"JKj3y0/Ru 7@ohE fF1Ƣg4*aRŝRJ蠢F2sgG&ִ!O>ibT6`lfkA?.U3nlrPDaO<͒{O7P$ͳq%SH3\nLoૺ__*1S{$Y=9(?0tԽtZiIAǼɡۉi-5ŵ` ٙrԐ'NK2=Ӷ䁔ENDREP DELTA SVNhjhh--- hphp/runtime/vm/jit/translator-x64.cpp.orig 2013-07-21 13:57:07.101533182 +0200 +++ hphp/runtime/vm/jit/translator-x64.cpp 2013-07-21 13:57:26.025419037 +0200 @@ -31,6 +31,7 @@ #ifdef __FreeBSD__ #define RIP_REGISTER(v) (v).mc_rip +#include #elif defined(__APPLE__) #define RIP_REGISTER(v) (v)->__ss.__rip #elif defined(__x86_64__) ENDREP DELTA SVNWYWW--- hphp/third_party/folly/folly/FileUtil.cpp.orig 2013-07-21 12:17:10.950456554 +0200 +++ hphp/third_party/folly/folly/FileUtil.cpp 2013-07-21 12:17:51.135882548 +0200 @@ -53,10 +53,12 @@ } int fdatasyncNoInt(int fd) { -#ifndef __APPLE__ - return wrapNoInt(fdatasync, fd); -#else +#if defined(__APPLE__) return wrapNoInt(fcntl, fd, F_FULLFSYNC); +#elif defined(__FreeBSD__) + return wrapNoInt(fsync, fd); +#else + return wrapNoInt(fdatasync, fd); #endif } ENDREP DELTA SVN3533--- hphp/util/compatibility.cpp.orig 2013-07-21 12:48:24.829495815 +0200 +++ hphp/util/compatibility.cpp 2013-07-21 12:48:45.364579480 +0200 @@ -20,7 +20,7 @@ namespace HPHP { /////////////////////////////////////////////////////////////////////////////// -#if defined(__APPLE__) +#if defined(__APPLE__) || defined(__FreeBSD__) char *strndup(const char* str, size_t len) { size_t str_len = strlen(str); if (len < str_len) { ENDREP DELTA SVN--- hphp/util/compatibility.h.orig 2013-07-21 12:48:18.383655924 +0200 +++ hphp/util/compatibility.h 2013-07-21 12:48:34.993417921 +0200 @@ -24,7 +24,7 @@ #define PHP_DIR_SEPARATOR '/' -#if defined(__APPLE__) +#if defined(__APPLE__) || defined(__FreeBSD__) char *strndup(const char* str, size_t len); int dprintf(int fd, const char *format, ...) ATTRIBUTE_PRINTF(2,3); typedef int clockid_t; ENDREP DELTA 301100 5412 6774 SVN$$d [.gsbbin/hhvm %%DATADIR%%/bin/libafdt.a %%DATADIR%%/bin/libdouble-conversion.a %%DATADIR%%/bin/libext_hhvm.a %%DATADIR%%/bin/libfollyhphp_system.a %%DATADIR%%/bin/liblz4systemlib.php @dirrmtry %%DATADIR%%/bin @dirrmtry %%DATADIR%% ENDREP id: 5-301100.0.r323419/6764 type: file pred: 5-301100.0.r316596/755194 count: 11 text: 323419 0 712 4857 b6fbc7de6a947770ce7684031deb80f6 2af838f83c230c9241618a227fbebc4557ac4943 323418-6xk4/_4 props: 308744 303486 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/lang/hiphop-php/Makefile copyroot: 0 / id: 8-301100.0.r323419/7071 type: file pred: 8-301100.0.r301100/12528 count: 1 text: 323419 742 739 2106 0e084be51d695169380ca4e5cb5e753e 5afddfe17449e6ed2c5c13f3a02f0d46ea33bbcb 323418-6xk4/_5 props: 301100 12483 32 0 91803fd69524da2b5e9a9a27244e0496 cpath: /head/lang/hiphop-php/distinfo copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes END ENDREP id: 7-323419.0.r323419/7422 type: file count: 0 text: 323419 1511 440 958 96c1bfe9989343f403ae807b68fc8914 cd1c79df1ad124af9b31d5281a6fe68f067e6769 323418-6xk4/_8 props: 323419 7376 33 0 d2b74571aba906f64dadd6584b7cea1d cpath: /head/lang/hiphop-php/files/patch-CMake-FindLibDwarf.cmake copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes END ENDREP id: g-301100.0.r323419/7769 type: file pred: g-301100.0.r301100/13496 count: 1 text: 323419 1964 624 2461 e20e6976446a28d2d9e75d8e2c097fac 47832c9c112d54ba16a4ba1f1422cd460324fb29 323418-6xk4/_9 props: 323419 7723 33 0 d2b74571aba906f64dadd6584b7cea1d cpath: /head/lang/hiphop-php/files/patch-CMake-HPHPFindLibs.cmake copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes END ENDREP id: i-301100.0.r323419/8148 type: file pred: i-301100.0.r301100/14194 count: 1 text: 323419 2617 359 1423 dad10ade79cac7908a23e819d4fc4f2f 26fda23f412b3f4699ef493c68adfa53cad6c5a1 323418-6xk4/_a props: 323419 8102 33 0 d2b74571aba906f64dadd6584b7cea1d cpath: /head/lang/hiphop-php/files/patch-CMake-HPHPSetup.cmake copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes END ENDREP id: b-323419.0.r323419/8524 type: file count: 0 text: 323419 3005 298 520 f5d2777631dd1dd111efcec924a04bcb 2e4105b025d1118ad90991a27c67ea0773af4f1c 323418-6xk4/_c props: 323419 8478 33 0 d2b74571aba906f64dadd6584b7cea1d cpath: /head/lang/hiphop-php/files/patch-hphp-runtime-base-program_functions.cpp copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes END ENDREP id: d-323419.0.r323419/8886 type: file count: 0 text: 323419 3316 366 349 cb5f4632dce173932ab575fc94aaf001 bd926494ec4784b9e3002049a9ec104f9ec22bc6 323418-6xk4/_e props: 323419 8840 33 0 d2b74571aba906f64dadd6584b7cea1d cpath: /head/lang/hiphop-php/files/patch-hphp-runtime-ext-ext_hotprofiler.cpp copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes END ENDREP id: f-323419.0.r323419/9245 type: file count: 0 text: 323419 3695 340 323 5f30dbdf0c91f2ac001d07942305cae7 35482171bdaac5cfee11464d0294a6119ee6a0c5 323418-6xk4/_g props: 323419 9199 33 0 d2b74571aba906f64dadd6584b7cea1d cpath: /head/lang/hiphop-php/files/patch-hphp-runtime-ext-ext_posix.cpp copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes END ENDREP id: h-323419.0.r323419/9598 type: file count: 0 text: 323419 4048 632 1606 f69a2ef21f9cde23003a7d009175b393 5bbf3c61db1cf1df38327a4369780ed0e6191b58 323418-6xk4/_i props: 323419 9552 33 0 d2b74571aba906f64dadd6584b7cea1d cpath: /head/lang/hiphop-php/files/patch-hphp-runtime-vm-debug-dwarf.cpp copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes END ENDREP id: j-323419.0.r323419/9953 type: file count: 0 text: 323419 4693 377 360 a37e83a6cf3a95bab3009bd96511331c c9c85e99ac37eb15323bcadaa2f37668ada00269 323418-6xk4/_k props: 323419 9907 33 0 d2b74571aba906f64dadd6584b7cea1d cpath: /head/lang/hiphop-php/files/patch-hphp-runtime-vm-jit-translator-x64.cpp copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes END ENDREP id: l-323419.0.r323419/10314 type: file count: 0 text: 323419 5083 488 471 6dac394281ffe63011e9e437a1bd0cc7 75ce03bca44bb308cea9dc9b17156233d94f0502 323418-6xk4/_m props: 323419 10268 33 0 d2b74571aba906f64dadd6584b7cea1d cpath: /head/lang/hiphop-php/files/patch-hphp-third_party-folly-folly-FileUtil.cpp copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes END ENDREP id: n-323419.0.r323419/10680 type: file count: 0 text: 323419 5584 452 435 a26cb1160dac4a9ebb451accbffce97a 0668f6bf7fd46a0d5dabe47c53d4bd347ea93639 323418-6xk4/_o props: 323419 10634 33 0 d2b74571aba906f64dadd6584b7cea1d cpath: /head/lang/hiphop-php/files/patch-hphp-util-compatibility.cpp copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes END ENDREP id: p-323419.0.r323419/11032 type: file count: 0 text: 323419 6049 417 400 471da99f59e6536024241439e2c74ae4 f34704129781f641bfc74d5fbe059c39c28a292d 323418-6xk4/_q props: 323419 10986 33 0 d2b74571aba906f64dadd6584b7cea1d cpath: /head/lang/hiphop-php/files/patch-hphp-util-compatibility.h copyroot: 0 / PLAIN K 15 LICENSE.UNICODE V 28 file 5-301104.0.r301104/2179 K 30 patch-CMake-FindLibDwarf.cmake V 28 file 7-323419.0.r323419/7422 K 30 patch-CMake-HPHPFindLibs.cmake V 28 file g-301100.0.r323419/7769 K 27 patch-CMake-HPHPSetup.cmake V 28 file i-301100.0.r323419/8148 K 45 patch-hphp-runtime-base-program_functions.cpp V 28 file b-323419.0.r323419/8524 K 42 patch-hphp-runtime-ext-ext_hotprofiler.cpp V 28 file d-323419.0.r323419/8886 K 36 patch-hphp-runtime-ext-ext_posix.cpp V 28 file f-323419.0.r323419/9245 K 37 patch-hphp-runtime-vm-debug-dwarf.cpp V 28 file h-323419.0.r323419/9598 K 44 patch-hphp-runtime-vm-jit-translator-x64.cpp V 28 file j-323419.0.r323419/9953 K 47 patch-hphp-third_party-folly-folly-FileUtil.cpp V 29 file l-323419.0.r323419/10314 K 33 patch-hphp-util-compatibility.cpp V 29 file n-323419.0.r323419/10680 K 31 patch-hphp-util-compatibility.h V 29 file p-323419.0.r323419/11032 END ENDREP id: a-301100.0.r323419/12253 type: dir pred: a-301100.0.r301181/1980 count: 3 text: 323419 11336 904 904 8b37bc173983f0fd3ebfd145a1d9255a cpath: /head/lang/hiphop-php/files copyroot: 0 / id: o-301100.0.r323419/12441 type: file pred: o-301100.0.r301104/3053 count: 2 text: 323419 6479 255 420 23277b7988dd40664cbfb8e5593c45b3 eb61e622b2fa23c3fdbd7e1d1b171ebfad6b5eaa 323418-6xk4/_r props: 301100 15345 32 0 91803fd69524da2b5e9a9a27244e0496 cpath: /head/lang/hiphop-php/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 28 file 5-301100.0.r323419/6764 K 8 distinfo V 28 file 8-301100.0.r323419/7071 K 5 files V 28 dir a-301100.0.r323419/12253 K 9 pkg-descr V 29 file m-301100.0.r301100/12850 K 9 pkg-plist V 29 file o-301100.0.r323419/12441 END ENDREP id: 4-301100.0.r323419/13000 type: dir pred: 4-301100.0.r316596/755762 count: 11 text: 323419 12747 240 240 20ebedb81e49b08c52f875fa8022a809 cpath: /head/lang/hiphop-php copyroot: 0 / PLAIN K 5 Gofer V 28 dir 2-909.0.r300896/10643187 K 8 Makefile V 24 file 3-15.0.r323392/2178 K 3 STk V 28 dir 2-698.0.r300896/10205064 K 6 Sather V 28 dir 2-307.0.r300896/10499286 K 4 abcl V 27 dir 4-168699.0.r316110/1330 K 10 adacontrol V 27 dir 4-323392.0.r323392/4882 K 5 afnix V 26 dir 4-39147.0.r317326/4703 K 8 algol68g V 27 dir 4-260883.0.r322036/1032 K 5 alisp V 30 dir 4-89650.0.r300896/10974657 K 5 arena V 29 dir 4-165505.0.r308630/619564 K 4 asis V 27 dir 4-323389.0.r323389/7129 K 5 asn1c V 27 dir 4-119385.0.r318447/3204 K 6 atlast V 29 dir 2-8677.0.r300896/10192253 K 3 ats V 27 dir 4-283527.0.r322544/1909 K 4 awka V 30 dir 4-43359.0.r300896/10621793 K 7 bas2tap V 29 dir 4-195429.0.r315209/316912 K 8 basic256 V 27 dir 4-283355.0.r316570/2045 K 4 bf2c V 26 dir 4-89524.0.r320728/1992 K 6 bigloo V 28 dir 4-73600.0.r315598/441623 K 3 bsh V 28 dir g-53793.0.r308604/684686 K 7 bwbasic V 25 dir 2-2047.0.r307237/1094 K 10 caml-light V 30 dir 2-12180.0.r300896/10479626 K 3 ccl V 27 dir 4-247065.0.r313584/1181 K 5 cdent V 31 dir 4-253196.0.r300896/10045187 K 5 cduce V 29 dir 4-137728.0.r308630/621774 K 8 cfortran V 31 dir 4-223812.0.r300896/10569854 K 7 chicken V 26 dir 4-78219.0.r313997/1213 K 4 cint V 31 dir 4-198050.0.r300896/10427585 K 5 clang V 27 dir i-243274.0.r318874/7089 K 11 clang-devel V 29 dir x-243274.0.r319542/243524 K 7 clang31 V 33 dir i-243274.1-310187.r315847/896 K 7 clang33 V 34 dir i-243274.1-320628.r322654/2978 K 4 clay V 29 dir 4-289844.0.r314960/880277 K 5 clisp V 26 dir 4-25732.0.r317572/1820 K 7 clojure V 27 dir 4-201700.0.r314865/1249 K 15 clojure-contrib V 29 dir 4-256451.0.r311019/298650 K 15 clojure-mode.el V 29 dir 4-224790.0.r315598/442395 K 5 cmucl V 26 dir 2-7340.0.r314442/15191 K 11 cmucl-extra V 30 dir 4-73371.0.r300896/10184570 K 5 cocor V 26 dir 4-73388.0.r307273/5069 K 7 cparser V 27 dir 4-223322.0.r316956/3506 K 14 csharp-mode.el V 29 dir 4-165762.0.r315598/443127 K 6 cython V 27 dir 4-222650.0.r323271/1399 K 4 dice V 30 dir 4-55084.0.r300896/10961578 K 14 diveintopython V 26 dir 4-41970.0.r307274/1484 K 3 dlv V 27 dir 4-192545.0.r313812/1751 K 3 dmd V 27 dir 4-265368.0.r317932/4031 K 4 dmd2 V 27 dir g-265368.0.r321847/3232 K 17 dragonegg-devel46 V 29 dir 2-305746.0.r319542/244821 K 11 dragonegg46 V 34 dir 2-305746.0-310196.r310196/2721 K 14 dragonegg46-33 V 33 dir 2-305746.0-321476.r323072/790 K 14 dragonegg47-33 V 27 dir c-321476.0.r321476/4584 K 3 ecl V 26 dir 4-114633.0.r322656/660 K 4 elan V 31 dir 4-152225.0.r300896/10333765 K 3 elk V 26 dir 2-1112.0.r322622/14491 K 16 emacs-lisp-intro V 30 dir 2-10709.0.r300896/10624324 K 6 embryo V 29 dir 4-115644.0.r318442/356563 K 6 erlang V 25 dir 2-15596.0.r317570/636 K 16 erlang-runtime15 V 33 dir 2-15596.0-317410.r317547/3700 K 16 erlang-runtime16 V 33 dir 2-15596.0-317415.r321250/7470 K 8 execline V 30 dir 4-92085.0.r300896/10419236 K 6 expect V 23 dir 2-383.0.r319928/988 K 12 expect-devel V 31 dir 4-201620.0.r300896/10242135 K 4 ezm3 V 25 dir 4-52472.0.r303838/750 K 3 f2c V 27 dir 2-18115.0.r319870/68847 K 3 f77 V 30 dir 2-18116.0.r300896/10648889 K 4 fasm V 27 dir 4-185688.0.r309121/1114 K 4 fbbi V 30 dir 4-51991.0.r300896/10311950 K 6 ferite V 28 dir 4-48755.0.r308630/623279 K 4 ficl V 28 dir 4-95409.0.r313182/477608 K 3 fpc V 28 dir 4-51265.0.r322783/711974 K 8 fpc-base V 29 dir 4-106838.0.r314989/432173 K 8 fpc-docs V 29 dir 4-103327.0.r314989/433204 K 7 fpc-lua V 29 dir 4-259374.0.r314133/436719 K 8 fpc-rexx V 29 dir 4-259382.0.r314133/437449 K 7 fpc-tcl V 29 dir 4-165955.0.r314989/433819 K 9 fpc-units V 29 dir 4-165963.0.r314989/434432 K 9 fpc-utils V 29 dir 2-168608.0.r314989/435048 K 6 fsharp V 29 dir 4-233574.0.r316355/216958 K 3 g95 V 31 dir 4-183670.0.r300896/10964123 K 6 gambas V 29 dir 4-105249.0.r322783/712727 K 8 gambit-c V 31 dir e-182819.0.r300896/10575945 K 6 gauche V 26 dir 4-65934.0.r320345/1505 K 4 gawk V 25 dir 2-14148.0.r322035/996 K 3 gcc V 24 dir n-9316.0.r321051/800 K 7 gcc-aux V 27 dir 4-301801.0.r323380/7136 K 9 gcc-ecj45 V 27 dir 4-310694.0.r310694/2853 K 5 gcc34 V 28 dir 53-9316.0.r316662/183281 K 5 gcc42 V 29 dir 2-287213.0.r316662/184153 K 5 gcc44 V 28 dir 8f-9316.0.r316662/185020 K 5 gcc46 V 25 dir 9j-9316.0.r319721/625 K 5 gcc47 V 26 dir a3-9316.0.r322457/1413 K 5 gcc48 V 28 dir an-9316.0.r316662/187580 K 5 gcc49 V 33 dir an-9316.0-315178.r322400/1289 K 3 gcl V 26 dir 2-956.0.r317525/564945 K 3 gdc V 29 dir 4-121875.0.r316662/189398 K 6 gforth V 26 dir 4-34082.0.r317321/1916 K 3 ghc V 28 dir 2-23008.0.r319894/733894 K 3 gjs V 30 dir ff-244923.0.r316407/634185 K 4 gnat V 27 dir 2-1220.0.r316662/191277 K 8 gnat-aux V 29 dir 4-269191.0.r322832/254456 K 9 gnat_util V 27 dir 4-323388.0.r323388/7978 K 15 gnatdroid-armv5 V 29 dir 4-281353.0.r322832/255170 K 15 gnatdroid-armv7 V 29 dir 4-281378.0.r322832/255890 K 18 gnatdroid-binutils V 29 dir 4-281288.0.r322832/256667 K 17 gnatdroid-sysroot V 29 dir 4-281235.0.r322832/257449 K 12 gnustep-base V 28 dir r-18728.0.r316662/192148 K 13 gnustep-guile V 28 dir 14-18728.0.r317123/11251 K 2 go V 27 dir 2-248419.0.r321031/4585 K 7 gprolog V 26 dir 4-44911.0.r321594/1034 K 6 groovy V 27 dir 4-129464.0.r309597/1745 K 7 gscheme V 29 dir 4-177497.0.r305832/650284 K 5 guile V 27 dir 2-2131.0.r317525/566597 K 7 harbour V 27 dir 4-98525.0.r319870/69544 K 15 haskell-mode.el V 27 dir 4-103137.0.r318454/2336 K 10 hiphop-php V 28 dir 4-301100.0.r323419/13000 K 3 hla V 29 dir 4-214196.0.r313635/637025 K 4 hope V 28 dir 4-48875.0.r317899/429922 K 12 hs-brainfuck V 29 dir 4-247098.0.r319894/734558 K 7 hs-epic V 29 dir 5-291107.0.r319894/736068 K 11 hs-unlambda V 29 dir 4-247100.0.r319894/736731 K 3 huc V 26 dir 4-96863.0.r302049/1757 K 4 hugs V 27 dir 2-8779.0.r313635/637724 K 3 icc V 28 dir 4-56705.0.r316786/615799 K 3 ici V 30 dir 2-15439.0.r300896/11059256 K 4 icon V 29 dir 2-1298.0.r300896/10916519 K 3 ifc V 28 dir 4-62630.0.r316786/616549 K 6 ikarus V 31 dir 4-232947.0.r300896/10638125 K 9 intel2gas V 30 dir 2-19416.0.r300896/10836666 K 8 intercal V 25 dir 2-10547.0.r309739/763 K 2 io V 29 dir 4-147215.0.r314960/881828 K 10 ironpython V 27 dir 4-322866.0.r322866/7316 K 4 itcl V 24 dir 2-188.0.r316934/3953 K 21 jakarta-commons-jelly V 29 dir 4-140673.0.r308604/687660 K 5 jruby V 27 dir 4-48007.0.r319404/10162 K 6 jython V 28 dir 4-40996.0.r308604/689140 K 4 kawa V 27 dir 4-57655.0.r322735/19821 K 11 klogoturtle V 28 dir 4-85427.0.r315487/770631 K 5 klone V 25 dir 4-46700.0.r322660/615 K 4 kroc V 27 dir 4-153644.0.r307133/5126 K 7 kturtle V 30 dir c2-283641.0.r322300/632389 K 10 lafontaine V 25 dir 4-65712.0.r319859/913 K 9 ldc-devel V 29 dir 4-259577.0.r314960/882657 K 5 libhx V 27 dir 4-236402.0.r310081/2162 K 6 libjit V 29 dir 4-107945.0.r314640/648645 K 8 libobjc2 V 27 dir 4-283935.0.r305238/1094 K 6 librep V 28 dir 2-23023.0.r317525/567339 K 22 libstdc++_stldoc_3.4.0 V 31 dir 4-205781.0.r300896/10863022 K 22 libstdc++_stldoc_4.2.2 V 31 dir 4-205799.0.r300896/10867853 K 16 linux-f10-libg2c V 31 dir 4-167011.0.r300896/10831650 K 15 linux-f10-tcl85 V 31 dir 4-231702.0.r300896/10664950 K 7 linux-j V 28 dir 4-51787.0.r308604/689951 K 4 logo V 26 dir 2-262.0.r317899/430657 K 3 lua V 28 dir 2-20090.0.r316355/219221 K 11 lua-mode.el V 31 dir 4-103683.0.r300896/10149335 K 4 lua4 V 30 dir j-20090.0.r300896/10738102 K 5 lua50 V 30 dir z-20090.0.r300896/10246849 K 5 lua52 V 27 dir 4-309973.0.r315560/1128 K 6 luajit V 27 dir 7-289477.0.r322727/2947 K 4 lush V 29 dir 4-97320.0.r316464/1190138 K 8 malbolge V 26 dir 4-301017.0.r302529/453 K 5 maude V 29 dir 4-158902.0.r323088/521202 K 4 mawk V 30 dir 2-16169.0.r300896/10950251 K 3 mdk V 28 dir 4-40716.0.r317525/567984 K 9 metaocaml V 27 dir 4-138062.0.r317932/5474 K 10 mit-scheme V 25 dir 2-1202.0.r310285/7108 K 5 mixal V 29 dir 2-5088.0.r300896/10088911 K 7 ml-pnet V 31 dir 4-103117.0.r300896/10326691 K 5 mlton V 27 dir 2-150108.0.r323211/1011 K 4 mmix V 30 dir 4-34829.0.r300896/10548396 K 4 mono V 26 dir 4-63383.0.r322532/3928 K 10 mono-basic V 31 dir 4-236512.0.r300896/10250327 K 9 moscow_ml V 25 dir 2-3442.0.r315604/1116 K 4 mosh V 29 dir 4-218727.0.r303640/108740 K 3 mpd V 27 dir 4-184659.0.r317932/6972 K 5 mtasc V 31 dir 4-219973.0.r300896/10368771 K 6 munger V 27 dir 4-123447.0.r317932/7660 K 4 nawk V 30 dir 2-11712.0.r300896/10058947 K 3 nbc V 28 dir 4-213151.0.r322337/76294 K 4 nbfc V 31 dir 4-213890.0.r300896/10079031 K 4 neko V 26 dir 4-198007.0.r322931/785 K 6 nesasm V 31 dir 4-198903.0.r300896/10834156 K 7 newlisp V 26 dir 4-172946.0.r318849/951 K 13 newlisp-devel V 34 dir 4-172946.0-313772.r317859/1366 K 5 nhc98 V 26 dir 1l-51940.0.r301932/782 K 6 nickle V 28 dir 4-41507.0.r317525/568677 K 3 nml V 25 dir 4-46419.0.r304685/753 K 3 nqc V 30 dir 2-20726.0.r300896/10484219 K 4 nwcc V 31 dir 4-201502.0.r300896/10586858 K 4 objc V 24 dir 2-5977.0.r313057/783 K 5 ocaml V 25 dir 2-5189.0.r321990/1695 K 14 ocaml-autoconf V 29 dir 4-251436.0.r315487/772046 K 13 ocaml-camlidl V 29 dir 4-172189.0.r315487/772777 K 9 ocaml-doc V 27 dir 4-102266.0.r309748/1659 K 14 ocaml-examples V 31 dir 4-169102.0.r300896/10972843 K 13 ocaml-mode.el V 28 dir 4-49110.0.r315598/443895 K 11 ocaml-nox11 V 27 dir 4-102263.0.r321990/2243 K 3 ocs V 29 dir 4-198713.0.r322689/347598 K 3 ofc V 27 dir 4-166219.0.r317128/1250 K 5 ohugs V 28 dir 4-76948.0.r313635/640077 K 4 onyx V 28 dir 2-45214.0.r308630/627029 K 4 oo2c V 30 dir 4-30006.0.r300896/10597154 K 6 oorexx V 31 dir 4-142542.0.r300896/10294909 K 3 opa V 29 dir 4-294797.0.r316662/192898 K 10 open-cobol V 26 dir 4-64104.0.r319859/1615 K 9 opendylan V 28 dir 4-203941.0.r323000/23340 K 4 otcl V 28 dir 2-18224.0.r316351/390741 K 3 p2c V 28 dir 2-164.0.r300896/10688208 K 18 p5-Data-JavaScript V 30 dir 4-48613.0.r300896/10948835 K 8 p5-Error V 26 dir 2-29774.0.r317493/1277 K 9 p5-Expect V 30 dir 2-26066.0.r300896/10087125 K 15 p5-ExtUtils-F77 V 30 dir 2-23645.0.r300896/10781986 K 16 p5-Interpolation V 31 dir 4-150644.0.r300896/10221777 K 7 p5-JSAN V 31 dir 4-180684.0.r300896/10167357 K 26 p5-JavaScript-SpiderMonkey V 28 dir 4-139352.0.r303571/52795 K 20 p5-JavaScript-Squish V 31 dir 4-144931.0.r300896/10957927 K 26 p5-JavaScript-Value-Escape V 31 dir 4-274317.0.r300896/10773031 K 17 p5-List-MoreUtils V 31 dir 4-132339.0.r300896/10876262 K 8 p5-Marpa V 29 dir 4-285695.0.r321187/369817 K 11 p5-Marpa-PP V 29 dir 4-285696.0.r321187/370650 K 11 p5-Marpa-XS V 29 dir 4-285697.0.r321187/371487 K 14 p5-Modern-Perl V 29 dir 4-252285.0.r308985/458941 K 13 p5-Parse-Perl V 29 dir 4-265054.0.r309087/237263 K 13 p5-Perl6-Subs V 31 dir 4-153027.0.r300896/10116404 K 21 p5-Pugs-Compiler-Rule V 31 dir 4-169273.0.r300896/10096704 K 25 p5-Quantum-Superpositions V 31 dir 4-164142.0.r300896/10750334 K 20 p5-Scalar-List-Utils V 26 dir 4-51840.0.r309618/1180 K 9 p5-Switch V 30 dir 4-42006.0.r300896/10830180 K 6 p5-Tcl V 27 dir 2-6948.0.r315509/690717 K 13 p5-Test-XPath V 26 dir 4-253232.0.r316473/977 K 11 p5-Try-Tiny V 27 dir 4-240668.0.r309918/1152 K 11 p5-TryCatch V 29 dir 4-253190.0.r321187/372191 K 8 p5-ePerl V 29 dir 2-7531.0.r300896/10349179 K 13 p5-signatures V 27 dir 4-238876.0.r307441/1195 K 5 p5-v6 V 29 dir 4-169285.0.r315509/691429 K 6 parrot V 27 dir 4-133434.0.r315015/3220 K 6 pbasic V 24 dir 2-2103.0.r311125/776 K 3 pcc V 31 dir 4-199646.0.r300896/10866387 K 9 pecl-perl V 31 dir 4-186385.0.r300896/10881351 K 8 perl5.12 V 26 dir r-1419.0.r320679/13399 K 8 perl5.14 V 27 dir 13-1419.0.r320679/16961 K 8 perl5.16 V 25 dir 1f-1419.0.r320830/791 K 11 petite-chez V 29 dir 5-234360.0.r316662/193732 K 3 pfe V 28 dir 4-34438.0.r311969/375883 K 9 phantomjs V 27 dir 4-272954.0.r319287/1179 K 5 pharo V 31 dir 4-296452.0.r300896/10874390 K 3 phc V 31 dir 4-167718.0.r300896/10165526 K 11 php-mode.el V 30 dir 4-61701.0.r300896/10870113 K 4 php5 V 27 dir u-81722.0.r323097/53159 K 15 php5-extensions V 26 dir 4-114187.0.r303016/715 K 5 php52 V 29 dir 4-253096.0.r322783/713898 K 16 php52-extensions V 27 dir 4-253135.0.r319990/4555 K 5 php53 V 27 dir 1k-81722.0.r322936/1237 K 16 php53-extensions V 28 dir 5p-296760.0.r302965/2396 K 5 php55 V 36 dir u-81722.10-321684.r321684/422780 K 16 php55-extensions V 37 dir 4-114187.11-321684.r321684/423838 K 7 php_doc V 30 dir 4-41872.0.r300896/10232697 K 5 picoc V 29 dir 4-260484.0.r322325/290604 K 6 pike76 V 29 dir o-101530.0.r316596/759247 K 6 pike78 V 29 dir 4-234153.0.r316596/760020 K 4 pnet V 31 dir e-103117.0.r300896/11065062 K 9 pnet-base V 26 dir o-103117.0.r320664/804 K 7 pnetlib V 32 dir 18-103117.0.r300896/11027336 K 6 polyml V 27 dir 4-140373.0.r313421/1222 K 4 ptoc V 28 dir 2-10325.0.r313635/642947 K 4 pure V 26 dir 4-271378.0.r322829/777 K 10 py-mx-base V 26 dir 2-19008.0.r317914/2686 K 9 py-prolog V 28 dir 4-83793.0.r321320/103287 K 4 pypy V 27 dir 4-287302.0.r319643/2893 K 6 python V 24 dir 2-2042.0.r305194/654 K 15 python-doc-html V 27 dir 2-19180.0.r318421/21951 K 17 python-doc-pdf-a4 V 27 dir 2-19181.0.r317865/24455 K 21 python-doc-pdf-letter V 27 dir 2-19182.0.r317865/25028 K 15 python-doc-text V 28 dir 4-275799.0.r317865/25602 K 14 python-mode.el V 28 dir 4-147020.0.r317865/26371 K 8 python26 V 26 dir 53-2042.0.r322216/1871 K 8 python27 V 26 dir 5l-2042.0.r322216/3480 K 8 python31 V 27 dir 6l-2042.0.r318353/91765 K 8 python32 V 26 dir 73-2042.0.r320442/5659 K 8 python33 V 33 dir 73-2042.0-309312.r320442/7592 K 1 q V 28 dir 4-97653.0.r322783/715506 K 4 qore V 29 dir 4-244193.0.r316662/196038 K 7 qscheme V 30 dir 4-62108.0.r300896/10494842 K 6 racket V 29 dir m-216546.0.r316662/196740 K 14 racket-textual V 30 dir 14-216546.0.r316662/197459 K 6 rakudo V 26 dir 4-249265.0.r315622/622 K 6 ratfor V 25 dir 2-32030.0.r303876/681 K 8 rexx-imc V 25 dir 2-3847.0.r323042/3718 K 11 rexx-regina V 28 dir 4-93554.0.r321320/104785 K 12 rexx-regutil V 31 dir 4-264001.0.r300896/10268061 K 12 rexx-wrapper V 27 dir 4-93563.0.r314442/17483 K 5 rhino V 27 dir 4-206297.0.r313526/1135 K 7 rscheme V 30 dir 4-45660.0.r300896/10902827 K 8 rubinius V 29 dir 4-262839.0.r315487/773548 K 15 ruby-doc-stdlib V 31 dir 4-185716.0.r300896/10277114 K 9 ruby-lua4 V 29 dir 4-125148.0.r313317/500974 K 8 ruby-man V 30 dir i-31754.0.r300896/10351006 K 12 ruby-mode.el V 30 dir 4-42289.0.r300896/10725543 K 20 ruby-programmingruby V 30 dir 4-39192.0.r300896/10861541 K 14 ruby-reference V 30 dir 4-38086.0.r300896/10991292 K 15 ruby-usersguide V 30 dir i-32129.0.r300896/11112666 K 6 ruby18 V 28 dir i-42296.0.r310250/295180 K 6 ruby19 V 28 dir 40-210636.0.r322794/5382 K 6 ruby20 V 35 dir 40-210636.0-312871.r321362/1109 K 6 runawk V 31 dir 4-252135.0.r300896/10365389 K 4 rust V 27 dir 4-289669.0.r322557/5354 K 5 s9fes V 29 dir 4-230036.0.r313182/478298 K 20 sather-specification V 31 dir 4-169984.0.r300896/10599043 K 15 sather-tutorial V 31 dir 4-169986.0.r300896/11095114 K 4 sbcl V 28 dir 4-73159.0.r320089/255382 K 5 scala V 27 dir 4-233950.0.r321646/1576 K 10 scala-docs V 26 dir 4-306314.0.r320447/983 K 8 scheme48 V 24 dir 2-736.0.r321343/3512 K 9 schemetoc V 23 dir 2-648.0.r322918/613 K 3 scm V 24 dir 2-329.0.r319304/4167 K 4 scsh V 26 dir 2-5173.0.r314442/18287 K 4 sdcc V 27 dir 4-108778.0.r319531/2608 K 10 sdcc-devel V 29 dir i-108778.0.r316410/319730 K 3 see V 27 dir 6-133435.0.r317932/8410 K 9 see-devel V 27 dir 4-146834.0.r317932/9164 K 5 seed7 V 27 dir 4-216938.0.r322548/1070 K 4 siod V 28 dir 2-18176.0.r315487/774303 K 4 sisc V 28 dir 4-78210.0.r308604/692870 K 7 sketchy V 31 dir 4-135413.0.r300896/11068359 K 4 slib V 30 dir 2-12844.0.r300896/10502117 K 11 slib-gauche V 25 dir 4-96050.0.r318923/538 K 10 slib-guile V 30 dir 9-95811.0.r300896/11103923 K 5 slisp V 30 dir 4-47091.0.r300896/10405252 K 9 smalltalk V 24 dir 2-925.0.r316855/3877 K 11 sml-mode.el V 30 dir 2-24157.0.r300896/10558512 K 6 sml-nj V 30 dir 2-11924.0.r300896/10139292 K 12 sml-nj-devel V 27 dir f-11924.0.r319870/71038 K 7 snobol4 V 31 dir 4-179157.0.r300896/10663485 K 14 spidermonkey17 V 34 dir 4-79724.0-303570.r319870/71801 K 15 spidermonkey170 V 34 dir 4-305994.0-315532.r315533/1134 K 15 spidermonkey185 V 28 dir 4-305994.0.r320274/19803 K 3 spl V 28 dir 4-55419.0.r313635/645138 K 6 squeak V 26 dir 5-110728.0.r320670/612 K 8 squirrel V 31 dir 7-195571.0.r300896/10217737 K 2 sr V 27 dir 2-7076.0.r322689/348339 K 6 stalin V 29 dir 4-243256.0.r315487/775063 K 8 starlogo V 28 dir 6-24230.0.r308604/693625 K 6 stklos V 28 dir 4-78205.0.r311141/256628 K 6 stldoc V 30 dir 4-56852.0.r300896/11018216 K 6 swi-pl V 25 dir 2-4155.0.r323402/9157 K 3 sxm V 30 dir 4-37447.0.r300896/10608063 K 3 t3x V 30 dir 4-36105.0.r300896/10286605 K 3 tcc V 27 dir 4-223624.0.r313264/1107 K 10 tcl-manual V 26 dir 4-51858.0.r315951/7152 K 11 tcl-wrapper V 29 dir 4-188523.0.r316351/391396 K 5 tcl84 V 26 dir 1f-7628.0.r322508/2198 K 5 tcl85 V 27 dir 4-183590.0.r318766/3207 K 5 tcl86 V 27 dir u-183590.0.r319676/2034 K 4 tclX V 24 dir 2-7879.0.r316353/594 K 8 tcltutor V 30 dir 4-36827.0.r300896/10823209 K 6 tinypy V 28 dir 4-231456.0.r319870/72508 K 5 tolua V 31 dir 4-122062.0.r300896/10752882 K 7 tolua++ V 29 dir 4-154200.0.r322840/563892 K 9 tolua++50 V 29 dir i-154200.0.r322840/564660 K 6 tolua4 V 29 dir 4-122064.0.r322709/242512 K 7 tolua50 V 31 dir m-122062.0.r300896/10936483 K 6 treecc V 30 dir 4-46390.0.r300896/10789298 K 14 tuareg-mode.el V 29 dir 4-207676.0.r323292/360372 K 5 twelf V 29 dir 4-149566.0.r317899/432161 K 3 ucc V 31 dir 4-219172.0.r300896/10464473 K 5 urweb V 27 dir 4-294290.0.r312516/2160 K 2 v8 V 26 dir 4-274006.0.r319241/614 K 4 vala V 26 dir 4-195359.0.r318898/697 K 12 vala-vapigen V 30 dir cp-264837.0.r313633/799809 K 11 visualworks V 26 dir 4-62087.0.r304455/1531 K 10 whitespace V 29 dir 4-163999.0.r311736/707973 K 3 x10 V 29 dir 4-288064.0.r308604/694385 K 3 xds V 31 dir 4-185339.0.r300896/11046686 K 5 xds-c V 28 dir 4-185341.0.r322622/15240 K 5 xotcl V 27 dir 4-174256.0.r319989/1748 K 7 yabasic V 28 dir 4-24050.0.r313635/646595 K 3 yap V 27 dir 4-322261.0.r322261/8225 K 6 yorick V 24 dir 2-8794.0.r322706/853 K 7 ypsilon V 29 dir 2-218073.0.r311381/643258 END ENDREP id: 1-15.0.r323419/31152 type: dir pred: 1-15.0.r323402/27297 count: 11730 text: 323419 13185 17954 17954 aea82a1f54c32e8a77c0572401137475 cpath: /head/lang 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 25 file 1-748.0.r322954/1576 K 5 MOVED V 27 file 1-69878.0.r323384/1780 K 8 Makefile V 22 file 1-6.0.r318556/629 K 2 Mk V 22 dir 1-5.0.r323418/3313 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.r323344/2486 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.r323135/22086 K 5 astro V 24 dir 1-301.0.r323373/9131 K 5 audio V 25 dir 1-148.0.r323346/47854 K 10 benchmarks V 23 dir 1-62.0.r323295/4791 K 7 biology V 25 dir 1-9066.0.r323349/6801 K 3 cad V 24 dir 1-276.0.r323342/8270 K 7 chinese V 25 dir 1-3770.0.r323055/8312 K 5 comms V 23 dir 1-76.0.r323403/9885 K 10 converters V 26 dir 1-1561.0.r322840/91906 K 9 databases V 25 dir 1-771.0.r323404/52265 K 9 deskutils V 26 dir 1-2098.0.r323220/16203 K 5 devel V 25 dir 1-73.0.r323413/242278 K 3 dns V 26 dir 1-6145.0.r323384/12771 K 7 editors V 23 dir 4-6.0.r323325/16381 K 9 emulators V 25 dir 1-181.0.r323249/11017 K 7 finance V 26 dir 1-4110.0.r323212/11567 K 6 french V 27 dir 1-25673.0.r322618/12457 K 3 ftp V 24 dir 1-199.0.r323294/6834 K 5 games V 25 dir 1-104.0.r323411/57954 K 6 german V 25 dir 1-7451.0.r323350/3522 K 8 graphics V 24 dir 1-94.0.r323361/60936 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 23 dir 1-42.0.r323341/9223 K 8 japanese V 25 dir 1-410.0.r323355/19004 K 4 java V 26 dir 1-2798.0.r323136/11557 K 6 korean V 26 dir 1-5873.0.r322618/40665 K 4 lang V 24 dir 1-15.0.r323419/31152 K 4 mail V 24 dir 1-57.0.r323328/94830 K 4 math V 25 dir 1-162.0.r323345/37074 K 4 misc V 24 dir 7-35.0.r323407/30641 K 10 multimedia V 25 dir d-333.0.r323375/23013 K 3 net V 24 dir 1-22.0.r323415/67859 K 6 net-im V 28 dir 15-11144.0.r323400/11202 K 8 net-mgmt V 26 dir r-1011.0.r323417/18507 K 7 net-p2p V 26 dir g-29106.0.r323409/8336 K 4 news V 24 dir 1-145.0.r323297/5275 K 4 palm V 25 dir 1-6646.0.r320133/2787 K 6 polish V 27 dir tv-38973.0.r323235/2581 K 10 ports-mgmt V 25 dir 1-5132.0.r323387/5642 K 10 portuguese V 26 dir 1-17842.0.r322704/2027 K 5 print V 24 dir 1-79.0.r323303/18903 K 7 russian V 25 dir 1-1559.0.r322772/4504 K 7 science V 26 dir n-5356.0.r323262/11359 K 8 security V 25 dir 1-269.0.r323410/57081 K 6 shells V 24 dir w-6.0.r323129/646839 K 8 sysutils V 25 dir b-339.0.r323391/54606 K 8 textproc V 25 dir 1-322.0.r323408/85567 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.r323406/125461 K 3 x11 V 24 dir 1-16.0.r323416/24910 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 24 dir 1-691.0.r323185/2719 K 9 x11-fonts V 26 dir 1-543.0.r323292/463742 K 11 x11-servers V 25 dir 1n-710.0.r322011/1417 K 10 x11-themes V 27 dir 1-14410.0.r323270/12530 K 12 x11-toolkits V 25 dir 1-120.0.r323395/18617 K 6 x11-wm V 25 dir 1-40.0.r323129/824329 END ENDREP id: 2-1.0.r323419/34630 type: dir pred: 2-1.0.r323418/6780 count: 323127 text: 323419 31324 3293 3293 7459c9f72e7eea63e253e75c78a8e730 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.r323419/34630 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.r323419/35027 type: dir pred: 0.0.r323418/7175 count: 323419 text: 323419 34852 162 162 c482b5468635eb0cf55efcb873bffaec cpath: / copyroot: 0 / minfo-cnt: 4 5-301100.0.t323418-6xk4 modify-file true false /head/lang/hiphop-php/Makefile 8-301100.0.t323418-6xk4 modify-file true false /head/lang/hiphop-php/distinfo 5-301181.0.r301181/1232 delete-file false false /head/lang/hiphop-php/files/extra-patch-gettext b-301100.0.r301100/13171 delete-file false false /head/lang/hiphop-php/files/hphp.in e-301100.0.r301100/14540 delete-file false false /head/lang/hiphop-php/files/patch-CMake-FindCClient.cmake _7.0.t323418-6xk4 add-file true true /head/lang/hiphop-php/files/patch-CMake-FindLibDwarf.cmake g-301100.0.t323418-6xk4 modify-file true true /head/lang/hiphop-php/files/patch-CMake-HPHPFindLibs.cmake i-301100.0.t323418-6xk4 modify-file true true /head/lang/hiphop-php/files/patch-CMake-HPHPSetup.cmake _b.0.t323418-6xk4 add-file true true /head/lang/hiphop-php/files/patch-hphp-runtime-base-program_functions.cpp _d.0.t323418-6xk4 add-file true true /head/lang/hiphop-php/files/patch-hphp-runtime-ext-ext_hotprofiler.cpp _f.0.t323418-6xk4 add-file true true /head/lang/hiphop-php/files/patch-hphp-runtime-ext-ext_posix.cpp _h.0.t323418-6xk4 add-file true true /head/lang/hiphop-php/files/patch-hphp-runtime-vm-debug-dwarf.cpp _j.0.t323418-6xk4 add-file true true /head/lang/hiphop-php/files/patch-hphp-runtime-vm-jit-translator-x64.cpp _l.0.t323418-6xk4 add-file true true /head/lang/hiphop-php/files/patch-hphp-third_party-folly-folly-FileUtil.cpp _n.0.t323418-6xk4 add-file true true /head/lang/hiphop-php/files/patch-hphp-util-compatibility.cpp _p.0.t323418-6xk4 add-file true true /head/lang/hiphop-php/files/patch-hphp-util-compatibility.h k-301100.0.r301100/13845 delete-file false false /head/lang/hiphop-php/files/patch-src-runtime-base-preg.cpp o-301100.0.t323418-6xk4 modify-file true false /head/lang/hiphop-php/pkg-plist 35027 35193