DELTA 332993 0 96 SVN '>=o=x^Xmo8l p7CqeU Fm䓘Ɓ~3$˖ܗd?C3/o)IvlŸYQ5$`aLQtXC{:C09=g:Hg))LOݾ-IJ{bvdt yr57n +A %k )'r4?-O)KYkiWHa쳇R` ,-f;[7PLLJ%qXpBIQsb44]Wµu 65)WpGKb3ޭ Cѯ}aD[kPa`)!Ê:O8A([,TuN?2"NZ8>˒io-;gPjxj6G>.i]ЁFڻ.~lle NE:-zgpomר_az7]عhp7ʗR HBiBQwi3F]cj54D$9'k~&QϥZ<&Bb uh-=? ݥR&_"!<6 XBR@E*,мTPPL|@%$v3? \ {<rL` |Ak@Ł$:]TT=?IMC4@eyQ"r<׌r*$ْ2ύtkIkO H.pF~dWDK|YE2|źIuKh㉼~FȓTDQ[@7e>Հd/N3؈y$R[.$'胮i@'%UaRM.%,]Ԥ!xX\d!G2. eaZwKyTGN!CdG@(+VN> 8F\|yDZe{ħDopkZÒT3A+n`Q}Z.Fnׯ_ҥqΛ!q (Yn⌴x1{Oy5@yLD1Φ怈R#ҍφlr~`q@E|kel6ؓ濡YdmHAN7TGu:iOpv&]]IFvuko~KL8-(Njި/23 Oy4? X,tdy=ZΓT Sm~eEE% ?룡Z|+BVM]c>Ǎ5Z` eCnjaX<_cԀ` '#MuPkag&ZR[PebNnh~s>N7֩^2ZW .:k2\s9&C15}~VI9q!#r#Q#\ԋ}ju== ~λ.3x~T/xlA9lv#vޮ\(1VENDREP DELTA 276987 7280 141 SVNrqq10.tar.gz) = 79a1fb2f92b5e86f24988448db3e34116ab6ef7c93ad839848edd01ad06651ef SIZE (gcl-2.6.10.tar.gz) = 5490689 ENDREP DELTA 245354 0 322 SVNtd>hm Bncax^Ao@WlIh@6,UCT`!z05t;;o۷-hPkiJkO.5Y9We 1u@1#E3BfUŌ#bvsmA` UK;ǖ.[2 Gq&\V%~ *7`9T$ueNcW[sFB4cI5%u`A~[/ %uՈB]8Y멙OX ?*AύNQ7 OUwwqn{mSEue Rupϫ%B0OZ*T5M=_w90Hj+zP'fO{ onؙݩld:$)LLDL'E(X9}w}Zlf ^Jra5Yl &'"!'fo@ENDREP DELTA 245353 237 74 SVN  y%WallENDREP DELTA 245353 339 387 SVN;S(l4qQyBx}x^SN@}._1JmKmEaэH.-,g̜s @VUEp(@E>g/QʵsҖ 7K V0DZ,\{".J-{D3ir 7..l{?p *h{H%ؤc.F#b9;wjpu>~Mya3Ce/ Dw}Ű7Ŷ=-y@A*@+d:^Af 89gFn e@}Z@"d{ڼ5NF) IK!n"=+E_nbMrA:* tZpjCcxKbWl]T>?QzQmSb{1kU r'$8ENDREP DELTA 245353 755 449 SVN0 r219,9 +216,6 @@ /* Host system */ #undef HOST_SYSTEM -/* time system constant */ -#undef HZ - /* invocation history stack size */ #undef IHSSIZE ENDREP DELTA 116624 2971 307 SVNc*=;ot;--- makedefc.in.orig +++ makedefc.in @@ -22,7 +22,7 @@ EMACS_SITE_LISP=@EMACS_SITE_LISP@ # the default.el file -EMACS_DEFAULT_EL=@EMACS_DEFAULT_EL@ +EMACS_DEFAULT_EL=@EMACS_SITE_LISP@ENDREP DELTA SVN~~~--- makefile.orig +++ makefile @@ -132,7 +132,7 @@ rm -f bin/gcl xbin/gcl MGCLDIR=`echo $(GCLDIR) | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \ GCLDIR=`echo $(GCLDIR)` ; \ - $(MAKE) install-command "INSTALL_LIB_DIR=$$GCLDIR" "prefix=$$GCLDIR" "BINDIR=$$MGCLDIR/$(PORTDIR)" + $(MAKE) install-command "DESTDIR=" "INSTALL_LIB_DIR=$$GCLDIR" "prefix=$$GCLDIR" "BINDIR=$$MGCLDIR/$(PORTDIR)" (cd xbin ; cp ../bin/gcl .) # GCLDIR=`echo $(GCLDIR) | sed -e 'sX^/cygdrive/\([a-z]\)X\1!Xg' -e 'sX^//\([a-z]\)X\1!Xg'` ; \ ENDREP DELTA SVN--- o/plttest.c.orig +++ o/plttest.c @@ -11,11 +11,13 @@ #define DARWIN #endif +#ifndef __FreeBSD__ #ifndef DARWIN extern int _mcount(); #define mmcount _mcount extern void sincos(double,double *,double *); #endif +#endif int main(int argc,char * argv[],char *envp[]) { ENDREP DELTA SVNkmkk--- o/sfasli.c.orig +++ o/sfasli.c @@ -131,6 +131,7 @@ extern int __remq(); extern int __remqu(); +#ifndef __FreeBSD__ #ifndef DARWIN #ifndef _WIN32 int @@ -147,6 +148,7 @@ } #endif #endif +#endif void gcl_init_sfasl() { ENDREP DELTA 245353 1217 327 SVN65 + y#j)8,7 +18,7 @@ LD_FLAGS=$(LDFLAGS) $(FIRST_FILE) LD_LIBS_PRE= ARRS:=ar rs @@ -127,7 +127,7 @@ $(CC) $(LD_FLAGS) $(CFLAGS) -I$(HDIR) -I$(ODIR) -o $(RSYM) $(SPECIAL_RSYM) msys: msys.c - PATH=/usr/bin:$$PATH gcc $< -o $@ # Unix binary if running wine + PATH=/usr/bin:$$PATH $(CC) $< -o $@ # Unix binary if running wine $(HDIR)/mdefs.h: $(HDIR)/include.h cat $(HDIR)/include.h | sed -e "/include/d" > $(HDIR)/mdefs.h ENDREP DELTA SVN+-++--- xgcl-2/makefile.orig +++ xgcl-2/makefile @@ -9,7 +9,7 @@ saved_xgcl: $(LISP) echo '(load "sysdef.lisp")(xlib::compile-xgcl)(xlib::save-xgcl "$@")' | $(LISP) -docs: dwdoc/dwdoccontents.html dwdoc.pdf +docs: dwdoc/dwdoccontents.html dwdoc/dwdoccontents.html: $(LISP) mkdir -p $(@D) && \ ENDREP id: 4-956.0.r346317/6108 type: file pred: 4-956.0.r332993/126 count: 58 text: 346317 0 1852 6036 d385a9b703d1db9319e833d326762e85 49e35d656627fd5a88bf25e0592bcac51bb6763f 346316-7f86/_4 props: 308879 426 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/lang/gcl/Makefile copyroot: 0 / id: 7-956.0.r346317/6397 type: file pred: 7-956.0.r340717/7023940 count: 15 text: 346317 1877 129 129 2c8960eae25d09f928e4f6fef9f1783f 2c592e493380b7b0c9c077fe9a5af87759217bf7 346316-7f86/_5 props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/gcl/distinfo copyroot: 0 / id: k-200416.0.r346317/6691 type: file pred: k-200416.0.r340725/6484420 count: 4 text: 346317 2035 350 1252 a2eb7f17e6c69ab3c82fc08910c106ff fc1b8cb398401a06e557b0d0567b806ca95d9282 346316-7f86/_7 props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/gcl/files/patch-configure copyroot: 0 / id: 8-346317.0.r346317/7004 type: file count: 0 text: 346317 2411 778 2147 1331ca4005a4a3c4cd98a36e09bd5a23 f4265eb350ea1c10461dac294b18effe3f0d44e9 346316-7f86/_9 props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/gcl/files/patch-gcl-tk__tkMain.c copyroot: 0 / id: 9-88980.0.r346317/7291 type: file pred: 9-88980.0.r340725/6484733 count: 6 text: 346317 3202 26 1154 c7c01177e4219e9be79beddca50b789d d1813983c6a19df6efcb7e2d5883167d25a5f706 346316-7f86/_a props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/gcl/files/patch-h_FreeBSD.defs copyroot: 0 / id: 9-116624.0.r346317/7606 type: file pred: 9-116624.0.r340725/6485051 count: 4 text: 346317 3255 457 1363 78e0f7f623176d2be583d842c69b7be2 87ea8bd10c930c1386dd4780d9f4b45540534b35 346316-7f86/_b props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/gcl/files/patch-h_FreeBSD.h copyroot: 0 / id: 8-245353.0.r346317/7921 type: file pred: 8-245353.0.r340725/6485368 count: 3 text: 346317 3740 174 267 5afb6b9dd65ad555b00f3188a0421426 202bbca6232934a4aba4918ae70076926a9cba41 346316-7f86/_c props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/gcl/files/patch-h_gclincl.h.in copyroot: 0 / id: h-88980.0.r346317/8238 type: file pred: h-88980.0.r340725/6486328 count: 5 text: 346317 3942 209 298 e72cff1510e4fe99529714212aafdf11 23ad5b99382d525cb6c807246fa378b34c0e95e1 346316-7f86/_d props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/gcl/files/patch-makedefc.in copyroot: 0 / id: e-346317.0.r346317/8550 type: file count: 0 text: 346317 4180 527 510 67cfa8cb150c572111c30b7eee26a4a3 ff9998272d2ad371b4aed1154f419a7f32f4d1df 346316-7f86/_f props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/gcl/files/patch-makefile copyroot: 0 / id: g-346317.0.r346317/8828 type: file count: 0 text: 346317 4720 300 283 e9ff8d37412a95c67ea113f691b61399 423839d2157cb412cf4bf7e03d96d8711a3d5385 346316-7f86/_h props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/gcl/files/patch-o__plttest.c copyroot: 0 / id: i-346317.0.r346317/9110 type: file count: 0 text: 346317 5033 252 235 fa3776f1c06ed5188d5c0f9754c4f90c f0c5992a09967b5d0daad26021959c2e5ef9bbda 346316-7f86/_j props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/gcl/files/patch-o__sfasli.c copyroot: 0 / id: a-245353.0.r346317/9391 type: file pred: a-245353.0.r340725/6486956 count: 3 text: 346317 5298 452 693 35582fa41a4af541960405de9db3182d 535bec96375036b3c25856fab53c283e31d86375 346316-7f86/_k props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/gcl/files/patch-unixport_makefile copyroot: 0 / id: l-346317.0.r346317/9711 type: file count: 0 text: 346317 5779 316 299 124eb060fcbda391d971ff4d0fb919ca 0a458ac14b3f5f498283b1cc4e5d8b9607d315ed 346316-7f86/_m props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/gcl/files/patch-xgcl-2__makefile copyroot: 0 / PLAIN K 15 patch-configure V 28 file k-200416.0.r346317/6691 K 22 patch-gcl-tk__tkMain.c V 28 file 8-346317.0.r346317/7004 K 20 patch-h_FreeBSD.defs V 27 file 9-88980.0.r346317/7291 K 17 patch-h_FreeBSD.h V 28 file 9-116624.0.r346317/7606 K 20 patch-h_gclincl.h.in V 28 file 8-245353.0.r346317/7921 K 19 patch-info_makefile V 30 file f-88980.0.r340725/6486009 K 17 patch-makedefc.in V 27 file h-88980.0.r346317/8238 K 14 patch-makefile V 28 file e-346317.0.r346317/8550 K 18 patch-o__plttest.c V 28 file g-346317.0.r346317/8828 K 17 patch-o__sfasli.c V 28 file i-346317.0.r346317/9110 K 14 patch-o_file.d V 31 file 4-147129.0.r340725/6486644 K 23 patch-unixport_makefile V 28 file a-245353.0.r346317/9391 K 22 patch-xgcl-2__makefile V 28 file l-346317.0.r346317/9711 END ENDREP id: 9-956.0.r346317/10775 type: dir pred: 9-956.0.r340725/6488220 count: 22 text: 346317 9997 765 0 1efc0db61ad325063ecf89a158885959 cpath: /head/lang/gcl/files copyroot: 0 / PLAIN K 8 Makefile V 25 file 4-956.0.r346317/6108 K 8 distinfo V 25 file 7-956.0.r346317/6397 K 5 files V 25 dir 9-956.0.r346317/10775 K 9 pkg-descr V 28 file f-956.0.r340718/7538669 END ENDREP id: 2-956.0.r346317/11145 type: dir pred: 2-956.0.r340725/6488648 count: 78 text: 346317 10951 181 0 89d55abd5f1ea584d1ff27c347fc8e6d cpath: /head/lang/gcl copyroot: 0 / PLAIN K 5 Gofer V 24 dir 2-909.0.r345248/1183 K 8 Makefile V 25 file 3-15.0.r346064/74313 K 3 STk V 27 dir 2-698.0.r340725/6386870 K 6 Sather V 27 dir 2-307.0.r340725/6389958 K 4 abcl V 30 dir 4-168699.0.r340872/1393656 K 10 adacontrol V 26 dir 4-323392.0.r344420/656 K 5 afnix V 29 dir 4-39147.0.r340725/6391858 K 8 algol68g V 30 dir 4-260883.0.r340718/7484069 K 5 alisp V 29 dir 4-89650.0.r340722/3765902 K 11 angelscript V 28 dir 4-324616.0.r327741/79483 K 5 arena V 28 dir 4-165505.0.r342322/57931 K 4 asis V 26 dir 4-323389.0.r344711/543 K 5 asn1c V 29 dir 4-119385.0.r344277/115784 K 6 atlast V 24 dir 2-8677.0.r345249/673 K 3 ats V 30 dir 4-283527.0.r340725/6393538 K 4 awka V 26 dir 4-43359.0.r345456/1075 K 7 bas2tap V 26 dir 4-195429.0.r344601/512 K 8 basic256 V 27 dir 4-283355.0.r345627/3211 K 4 bf2c V 26 dir 4-89524.0.r345375/1800 K 6 bigloo V 26 dir 4-73600.0.r346266/3679 K 3 bsh V 29 dir g-53793.0.r340872/1394610 K 7 bwbasic V 28 dir 2-2047.0.r340725/6395857 K 10 caml-light V 29 dir 2-12180.0.r340725/6406546 K 3 ccl V 30 dir 4-247065.0.r340872/1395670 K 5 cdent V 30 dir 4-253196.0.r340722/3770833 K 5 cduce V 30 dir 4-137728.0.r340722/3771543 K 8 cfortran V 27 dir 4-223812.0.r344096/1036 K 7 chicken V 29 dir 4-78219.0.r340719/1518379 K 4 cint V 30 dir 4-198050.0.r340725/6409764 K 11 clang-devel V 30 dir x-243274.0.r340725/6413830 K 7 clang31 V 36 dir i-243274.1-310187.r341852/252193 K 7 clang32 V 30 dir d-330777.0.r340725/6422646 K 7 clang33 V 36 dir i-243274.1-320628.r344317/251521 K 7 clang34 V 34 dir i-243274.1-334531.r341489/4141 K 4 clay V 30 dir 4-289844.0.r340718/7501293 K 5 clisp V 29 dir 4-25732.0.r340725/6434220 K 7 clojure V 26 dir 4-201700.0.r344713/675 K 15 clojure-contrib V 26 dir 4-256451.0.r344714/625 K 15 clojure-mode.el V 30 dir 4-224790.0.r340722/3773821 K 5 cmucl V 28 dir 2-7340.0.r340718/7504889 K 11 cmucl-extra V 29 dir 4-73371.0.r340722/3774539 K 5 cocor V 26 dir 4-73388.0.r345417/1378 K 7 cparser V 29 dir 4-223322.0.r327741/102798 K 14 csharp-mode.el V 30 dir 4-165762.0.r340719/1521272 K 6 cython V 26 dir 4-222650.0.r344262/516 K 4 dice V 28 dir 4-55084.0.r343630/235126 K 14 diveintopython V 29 dir 4-41970.0.r340722/3775953 K 3 dlv V 30 dir 4-192545.0.r340722/3776614 K 3 dmd V 30 dir 4-265368.0.r340725/6437928 K 4 dmd2 V 27 dir g-265368.0.r343508/1788 K 17 dragonegg-devel46 V 30 dir 2-305746.0.r340725/6440031 K 14 dragonegg46-33 V 37 dir 2-305746.0-321476.r340725/6441202 K 14 dragonegg47-33 V 29 dir c-321476.0.r327741/110654 K 3 ecl V 28 dir 4-114633.0.r342423/12308 K 4 elan V 30 dir 4-152225.0.r340725/6442643 K 3 elk V 25 dir 2-1112.0.r346178/1278 K 16 emacs-lisp-intro V 25 dir 2-10709.0.r342180/609 K 6 embryo V 30 dir 4-115644.0.r340722/3780271 K 6 erlang V 25 dir 2-15596.0.r345207/604 K 16 erlang-runtime15 V 32 dir 2-15596.0-317410.r345205/699 K 16 erlang-runtime16 V 32 dir 2-15596.0-317415.r345206/697 K 8 execline V 29 dir 4-92085.0.r340722/3780975 K 6 expect V 27 dir 2-383.0.r340725/6458852 K 12 expect-devel V 26 dir 4-201620.0.r346026/652 K 4 ezm3 V 25 dir 4-52472.0.r342845/797 K 3 f2c V 26 dir 2-18115.0.r344630/1004 K 3 f77 V 29 dir 2-18116.0.r340722/3783163 K 4 fasm V 26 dir 4-185688.0.r346129/628 K 4 fbbi V 28 dir 4-51991.0.r343630/235768 K 6 ferite V 29 dir 4-48755.0.r340725/6469039 K 4 ficl V 29 dir 4-95409.0.r340725/6471176 K 3 fpc V 26 dir 4-51265.0.r345262/1733 K 8 fpc-base V 29 dir 4-106838.0.r341492/498707 K 8 fpc-docs V 29 dir 4-103327.0.r341492/499414 K 7 fpc-lua V 29 dir 4-259374.0.r341492/500023 K 8 fpc-rexx V 29 dir 4-259382.0.r341492/500631 K 7 fpc-tcl V 29 dir 4-165955.0.r341492/501242 K 9 fpc-units V 29 dir 4-165963.0.r341492/501854 K 9 fpc-utils V 29 dir 2-168608.0.r341492/502466 K 6 fsharp V 27 dir 4-233574.0.r341526/2379 K 8 gambit-c V 30 dir e-182819.0.r340719/1530145 K 6 gauche V 29 dir 4-65934.0.r340718/7531029 K 4 gawk V 29 dir 2-14148.0.r340725/6475818 K 3 gcc V 24 dir n-9316.0.r345628/631 K 7 gcc-aux V 26 dir 4-301801.0.r344033/703 K 9 gcc-ecj45 V 30 dir 4-310694.0.r340722/3790161 K 5 gcc44 V 25 dir 8f-9316.0.r345755/685 K 5 gcc46 V 25 dir 9j-9316.0.r345671/645 K 5 gcc47 V 26 dir a3-9316.0.r346235/1056 K 5 gcc48 V 26 dir an-9316.0.r345607/1102 K 5 gcc49 V 32 dir an-9316.0-315178.r345563/706 K 3 gcl V 25 dir 2-956.0.r346317/11145 K 6 gforth V 29 dir 4-34082.0.r340725/6489666 K 3 ghc V 26 dir 2-23008.0.r344511/2811 K 3 gjs V 31 dir ff-244923.0.r340718/7541611 K 4 gnat V 24 dir 2-1220.0.r343945/697 K 8 gnat-aux V 26 dir 4-269191.0.r344035/645 K 9 gnat_util V 26 dir 4-323388.0.r344638/556 K 15 gnatdroid-armv5 V 26 dir 4-281353.0.r344435/704 K 15 gnatdroid-armv7 V 27 dir 4-281378.0.r344435/1395 K 18 gnatdroid-binutils V 26 dir 4-281288.0.r344494/629 K 17 gnatdroid-sysroot V 30 dir 4-281235.0.r340725/6497911 K 12 gnustep-base V 28 dir r-18728.0.r343214/681709 K 13 gnustep-guile V 27 dir 14-18728.0.r342844/1592 K 2 go V 30 dir 2-248419.0.r340718/7548450 K 7 gprolog V 29 dir 4-44911.0.r340718/7549145 K 6 groovy V 27 dir 4-129464.0.r345417/2064 K 7 gscheme V 30 dir 4-177497.0.r340722/3795412 K 5 guile V 28 dir 2-2131.0.r340725/6504081 K 7 harbour V 29 dir 4-98525.0.r340718/7551969 K 15 haskell-mode.el V 30 dir 4-103137.0.r340722/3796129 K 10 hiphop-php V 29 dir 4-301100.0.r343214/682417 K 3 hla V 30 dir 4-214196.0.r340722/3796845 K 4 hope V 29 dir 4-48875.0.r340725/6513610 K 12 hs-brainfuck V 30 dir 4-247098.0.r340722/3798253 K 7 hs-epic V 30 dir 5-291107.0.r340725/6514770 K 11 hs-unlambda V 30 dir 4-247100.0.r340722/3799681 K 3 huc V 29 dir 4-96863.0.r340719/1531896 K 4 hugs V 28 dir 2-8779.0.r340722/3800383 K 3 icc V 29 dir 4-56705.0.r340872/1434242 K 3 ici V 29 dir 2-15439.0.r340718/7559792 K 4 icon V 28 dir 2-1298.0.r340722/3801812 K 3 ifc V 29 dir 4-62630.0.r340872/1439982 K 6 ikarus V 30 dir 4-232947.0.r340725/6523928 K 9 intel2gas V 29 dir 2-19416.0.r340725/6524965 K 8 intercal V 29 dir 2-10547.0.r340722/3804758 K 2 io V 29 dir 4-147215.0.r341656/312768 K 10 ironpython V 29 dir 4-322866.0.r338168/584269 K 4 itcl V 23 dir 2-188.0.r345208/582 K 21 jakarta-commons-jelly V 30 dir 4-140673.0.r340872/1440981 K 6 jimtcl V 26 dir 4-341712.0.r341715/553 K 5 jruby V 26 dir 4-48007.0.r340374/3794 K 6 jython V 29 dir 4-40996.0.r340718/7565554 K 4 kawa V 29 dir 4-57655.0.r340718/7566189 K 5 klone V 29 dir 4-46700.0.r340872/1442154 K 4 kroc V 30 dir 4-153644.0.r340718/7567667 K 7 kturtle V 30 dir c2-283641.0.r344893/863471 K 10 lafontaine V 26 dir 4-65712.0.r345417/2805 K 5 libhx V 30 dir 4-236402.0.r340718/7569835 K 6 libjit V 28 dir 4-107945.0.r342423/13305 K 8 libobjc2 V 26 dir 4-283935.0.r342413/700 K 6 librep V 29 dir 2-23023.0.r340714/4884365 K 22 libstdc++_stldoc_3.4.0 V 30 dir 4-205781.0.r340722/3806919 K 22 libstdc++_stldoc_4.2.2 V 30 dir 4-205799.0.r340722/3807609 K 16 linux-f10-libg2c V 30 dir 4-167011.0.r340722/3808290 K 15 linux-f10-tcl85 V 30 dir 4-231702.0.r340722/3808966 K 7 linux-j V 29 dir 4-51787.0.r340872/1443655 K 4 logo V 27 dir 2-262.0.r340725/6534314 K 3 lua V 26 dir 2-20090.0.r343323/2274 K 11 lua-mode.el V 30 dir 4-103683.0.r340722/3811228 K 5 lua52 V 30 dir 4-309973.0.r340872/1444774 K 6 luajit V 27 dir 7-289477.0.r342193/1326 K 4 lush V 29 dir 4-97320.0.r340725/6538116 K 8 malbolge V 27 dir 4-301017.0.r345417/3451 K 5 maude V 30 dir 4-158902.0.r340725/6539963 K 4 mawk V 29 dir 2-16169.0.r340722/3812631 K 3 mdk V 29 dir 4-40716.0.r340718/7580528 K 9 metaocaml V 26 dir 4-138062.0.r345210/720 K 10 mit-scheme V 28 dir 2-1202.0.r340725/6543933 K 5 mixal V 28 dir 2-5088.0.r340722/3814037 K 7 ml-pnet V 30 dir 4-103117.0.r340722/3814744 K 5 mlton V 29 dir 2-150108.0.r341435/462476 K 4 mmix V 25 dir 4-34829.0.r346126/770 K 7 modula3 V 26 dir 4-338413.0.r344503/874 K 4 mono V 27 dir 4-63383.0.r345701/10512 K 10 mono-basic V 30 dir 4-236512.0.r340725/6552613 K 9 moscow_ml V 25 dir 2-3442.0.r342841/2126 K 4 mosh V 29 dir 4-218727.0.r342314/252802 K 3 mpd V 27 dir 4-184659.0.r341744/3340 K 5 mtasc V 30 dir 4-219973.0.r340725/6564565 K 6 munger V 26 dir 4-123447.0.r343864/963 K 4 nawk V 29 dir 2-11712.0.r340725/6567739 K 3 nbc V 30 dir 4-213151.0.r340718/7591439 K 4 nbfc V 27 dir 4-213890.0.r344101/2407 K 4 neko V 30 dir 4-198007.0.r340725/6570227 K 6 nesasm V 30 dir 4-198903.0.r340725/6571254 K 7 newlisp V 30 dir 4-172946.0.r340718/7594376 K 13 newlisp-devel V 37 dir 4-172946.0-313772.r340718/7595204 K 5 nhc98 V 30 dir 1l-51940.0.r340722/3822222 K 6 nickle V 29 dir 4-41507.0.r340718/7596660 K 6 nimrod V 27 dir 4-333788.0.r333788/8897 K 3 nml V 29 dir 4-46419.0.r340718/7597359 K 3 nqc V 29 dir 2-20726.0.r340725/6572343 K 4 nwcc V 30 dir 4-201502.0.r340722/3823611 K 2 nx V 26 dir 4-333508.0.r339933/802 K 5 ocaml V 24 dir 2-5189.0.r345109/588 K 14 ocaml-autoconf V 30 dir 4-251436.0.r340722/3824276 K 13 ocaml-camlidl V 30 dir 4-172189.0.r340722/3825002 K 9 ocaml-doc V 30 dir 4-102266.0.r340722/3825673 K 14 ocaml-examples V 30 dir 4-169102.0.r340722/3826394 K 13 ocaml-mode.el V 29 dir 4-49110.0.r340725/6575577 K 11 ocaml-nox11 V 30 dir 4-102263.0.r340722/3827728 K 3 ocs V 26 dir 4-198713.0.r345211/544 K 3 ofc V 30 dir 4-166219.0.r340725/6577117 K 5 ohugs V 26 dir 4-76948.0.r345215/3000 K 4 onyx V 29 dir 2-45214.0.r340722/3829974 K 4 oo2c V 25 dir 4-30006.0.r346219/563 K 6 oorexx V 30 dir 4-142542.0.r340725/6581496 K 3 opa V 29 dir 4-294797.0.r341435/463222 K 10 open-cobol V 26 dir 4-64104.0.r342300/1533 K 9 opendylan V 30 dir 4-203941.0.r340718/7609492 K 4 otcl V 25 dir 2-18224.0.r343310/577 K 3 p2c V 24 dir 2-164.0.r343545/1373 K 18 p5-Data-JavaScript V 27 dir 4-48613.0.r341765/83872 K 8 p5-Error V 26 dir 2-29774.0.r342647/1073 K 9 p5-Expect V 29 dir 2-26066.0.r340718/7612308 K 15 p5-ExtUtils-F77 V 29 dir 2-23645.0.r340725/6585953 K 16 p5-Interpolation V 30 dir 4-150644.0.r340718/7613784 K 7 p5-JSAN V 30 dir 4-180684.0.r340718/7614501 K 26 p5-JavaScript-SpiderMonkey V 30 dir 4-139352.0.r340725/6587025 K 20 p5-JavaScript-Squish V 30 dir 4-144931.0.r340718/7616011 K 26 p5-JavaScript-Value-Escape V 28 dir 4-274317.0.r341765/84925 K 17 p5-List-MoreUtils V 28 dir 4-132339.0.r341765/85971 K 8 p5-Marpa V 30 dir 4-285695.0.r340718/7618213 K 11 p5-Marpa-PP V 30 dir 4-285696.0.r340718/7618925 K 11 p5-Marpa-XS V 30 dir 4-285697.0.r340718/7619642 K 14 p5-Modern-Perl V 27 dir 4-252285.0.r342153/1862 K 13 p5-Parse-Perl V 30 dir 4-265054.0.r340718/7621083 K 13 p5-Perl6-Subs V 28 dir 4-153027.0.r341765/87001 K 21 p5-Pugs-Compiler-Rule V 30 dir 4-169273.0.r340718/7622534 K 25 p5-Quantum-Superpositions V 30 dir 4-164142.0.r340718/7623276 K 20 p5-Scalar-List-Utils V 29 dir 4-51840.0.r340718/7624002 K 9 p5-Switch V 27 dir 4-42006.0.r341765/88011 K 6 p5-Tcl V 24 dir 2-6948.0.r345216/624 K 13 p5-Test-XPath V 28 dir 4-253232.0.r342156/11174 K 11 p5-Try-Tiny V 28 dir 4-240668.0.r341765/89027 K 11 p5-TryCatch V 27 dir 4-253190.0.r342153/2863 K 8 p5-ePerl V 26 dir 2-7531.0.r341765/90121 K 13 p5-signatures V 28 dir 4-238876.0.r341765/91137 K 5 p5-v6 V 30 dir 4-169285.0.r340718/7629118 K 6 parrot V 29 dir 4-133434.0.r343214/683175 K 6 pbasic V 28 dir 2-2103.0.r340725/6591582 K 3 pcc V 28 dir 4-199646.0.r342317/57646 K 9 pecl-perl V 29 dir 4-186385.0.r340835/128159 K 8 perl5.14 V 26 dir 13-1419.0.r344266/8908 K 8 perl5.16 V 26 dir 1f-1419.0.r344266/9634 K 8 perl5.18 V 34 dir 1f-1419.0-324662.r344266/10434 K 11 petite-chez V 30 dir 5-234360.0.r340718/7635728 K 3 pfe V 29 dir 4-34438.0.r340722/3833510 K 9 phantomjs V 30 dir 4-272954.0.r340722/3834255 K 5 pharo V 30 dir 4-296452.0.r340722/3834914 K 3 phc V 27 dir 4-167718.0.r342300/2227 K 11 php-mode.el V 29 dir 4-61701.0.r340722/3836379 K 4 php5 V 27 dir u-81722.0.r343435/70356 K 15 php5-extensions V 30 dir 4-114187.0.r340722/3837000 K 5 php52 V 30 dir 4-253096.0.r340872/1457663 K 16 php52-extensions V 30 dir 4-253135.0.r340722/3837619 K 5 php53 V 28 dir 1k-81722.0.r341778/12356 K 16 php53-extensions V 31 dir 5p-296760.0.r340718/7643742 K 5 php55 V 35 dir u-81722.10-321684.r343492/63451 K 16 php55-extensions V 38 dir 4-114187.11-321684.r340722/3838312 K 7 php_doc V 29 dir 4-41872.0.r340722/3839018 K 5 picoc V 30 dir 4-260484.0.r340725/6631353 K 6 pike76 V 30 dir o-101530.0.r340725/6633505 K 6 pike78 V 30 dir 4-234153.0.r340718/7648171 K 4 pnet V 30 dir e-103117.0.r340722/3840690 K 9 pnet-base V 27 dir o-103117.0.r346121/1164 K 7 pnetlib V 27 dir 18-103117.0.r342474/725 K 6 polyml V 30 dir 4-140373.0.r340718/7650956 K 4 ptoc V 29 dir 2-10325.0.r340725/6636015 K 4 pure V 30 dir 4-271378.0.r340722/3843673 K 10 py-mx-base V 29 dir 2-19008.0.r340872/1463560 K 9 py-prolog V 29 dir 4-83793.0.r340725/6636993 K 4 pypy V 30 dir 4-287302.0.r340718/7654680 K 10 pypy-devel V 37 dir 4-287302.0-324601.r340725/6639928 K 11 pypy3-devel V 37 dir 4-287302.0-324602.r340725/6642933 K 6 python V 25 dir 2-2042.0.r340997/1395 K 15 python-doc-html V 29 dir 2-19180.0.r340718/7657061 K 17 python-doc-pdf-a4 V 29 dir 2-19181.0.r340722/3845683 K 21 python-doc-pdf-letter V 29 dir 2-19182.0.r340722/3846252 K 15 python-doc-text V 30 dir 4-275799.0.r340722/3846822 K 14 python-mode.el V 30 dir 4-147020.0.r340719/1545780 K 7 python2 V 27 dir 6-324864.0.r340997/1979 K 8 python27 V 26 dir 5l-2042.0.r342104/1673 K 7 python3 V 27 dir i-324864.0.r340997/2567 K 8 python31 V 26 dir 6l-2042.0.r345444/2713 K 8 python32 V 26 dir 73-2042.0.r342104/3555 K 8 python33 V 33 dir 73-2042.0-309312.r342104/4763 K 4 qore V 26 dir 4-244193.0.r343863/638 K 7 qscheme V 29 dir 4-62108.0.r340725/6661222 K 6 racket V 27 dir m-216546.0.r342142/2431 K 14 racket-minimal V 35 dir 14-216546.0-341390.r342142/3961 K 6 rakudo V 29 dir 4-249265.0.r343214/683924 K 6 ratfor V 28 dir 2-32030.0.r344614/126430 K 8 rexx-imc V 28 dir 2-3847.0.r340725/6666985 K 11 rexx-regina V 28 dir 4-93554.0.r341981/254154 K 12 rexx-regutil V 30 dir 4-264001.0.r340872/1465862 K 12 rexx-wrapper V 26 dir 4-93563.0.r342300/2966 K 5 rhino V 30 dir 4-206297.0.r340872/1467621 K 7 rscheme V 28 dir 4-45660.0.r343630/236509 K 8 rubinius V 28 dir 4-262839.0.r345758/38906 K 15 ruby-doc-stdlib V 27 dir 4-185716.0.r342484/2348 K 6 ruby19 V 28 dir 40-210636.0.r345917/2177 K 6 ruby20 V 35 dir 40-210636.0-312871.r345917/3940 K 6 ruby21 V 36 dir 40-210636.0-344909.r345918/10807 K 6 runawk V 26 dir 4-252135.0.r342627/963 K 4 rust V 30 dir 4-289669.0.r340725/6683349 K 5 s9fes V 30 dir 4-230036.0.r340718/7672834 K 20 sather-specification V 30 dir 4-169984.0.r340722/3854147 K 15 sather-tutorial V 30 dir 4-169986.0.r340722/3854880 K 4 sbcl V 29 dir 4-73159.0.r340718/7675043 K 5 scala V 30 dir 4-233950.0.r340718/7675689 K 10 scala-docs V 27 dir 4-306314.0.r345417/4098 K 8 scheme48 V 24 dir 2-736.0.r345417/4779 K 9 schemetoc V 23 dir 2-648.0.r344976/656 K 3 scm V 27 dir 2-329.0.r340872/1472362 K 4 scsh V 28 dir 2-5173.0.r340725/6692020 K 4 sdcc V 30 dir 4-108778.0.r340725/6693134 K 10 sdcc-devel V 27 dir i-108778.0.r338122/2405 K 3 see V 30 dir 6-133435.0.r340725/6695334 K 9 see-devel V 30 dir 4-146834.0.r340725/6697156 K 5 seed7 V 27 dir 4-216938.0.r344725/1001 K 4 siod V 29 dir 2-18176.0.r340725/6698863 K 4 sisc V 29 dir 4-78210.0.r340722/3861743 K 7 sketchy V 30 dir 4-135413.0.r340722/3862450 K 4 slib V 29 dir 2-12844.0.r340718/7685045 K 10 slib-guile V 29 dir 9-95811.0.r340718/7685695 K 5 slisp V 25 dir 4-47091.0.r345787/546 K 9 smalltalk V 27 dir 2-925.0.r340725/6700358 K 11 sml-mode.el V 29 dir 2-24157.0.r340722/3863812 K 6 sml-nj V 25 dir 2-11924.0.r342074/674 K 12 sml-nj-devel V 26 dir f-11924.0.r341744/4808 K 7 snobol4 V 26 dir 4-179157.0.r343517/725 K 14 spidermonkey17 V 36 dir 4-79724.0-303570.r340725/6707815 K 15 spidermonkey170 V 36 dir 4-305994.0-315532.r339634/884804 K 15 spidermonkey185 V 29 dir 4-305994.0.r339634/885606 K 14 spidermonkey24 V 36 dir 4-305994.0-336683.r339634/886379 K 3 spl V 29 dir 4-55419.0.r340722/3866778 K 6 squeak V 30 dir 5-110728.0.r340725/6709242 K 8 squirrel V 30 dir 7-195571.0.r340722/3867528 K 2 sr V 28 dir 2-7076.0.r340725/6716937 K 6 stalin V 30 dir 4-243256.0.r340872/1475594 K 8 starlogo V 29 dir 6-24230.0.r340872/1476623 K 6 stklos V 29 dir 4-78205.0.r340722/3870466 K 6 stldoc V 25 dir 4-56852.0.r344867/648 K 6 swi-pl V 25 dir 2-4155.0.r344041/1028 K 3 sxm V 29 dir 4-37447.0.r340725/6717940 K 3 t3x V 29 dir 4-36105.0.r340722/3873298 K 3 tcc V 27 dir 4-223624.0.r341749/3554 K 10 tcl-manual V 29 dir 4-51858.0.r340718/7700253 K 11 tcl-wrapper V 30 dir 4-188523.0.r340872/1479645 K 5 tcl84 V 26 dir 1f-7628.0.r342395/5784 K 5 tcl85 V 27 dir 4-183590.0.r342396/6361 K 5 tcl86 V 28 dir u-183590.0.r342399/11429 K 4 tclX V 24 dir 2-7879.0.r345515/616 K 8 tcltutor V 29 dir 4-36827.0.r340725/6729010 K 6 tinypy V 30 dir 4-231456.0.r340722/3874697 K 5 tolua V 27 dir 4-122062.0.r341134/2007 K 7 tolua++ V 30 dir 4-154200.0.r340725/6731479 K 6 treecc V 28 dir 4-46390.0.r341989/264379 K 14 tuareg-mode.el V 30 dir 4-207676.0.r340722/3877528 K 5 twelf V 30 dir 4-149566.0.r340725/6734829 K 3 ucc V 30 dir 4-219172.0.r340725/6735851 K 5 urweb V 30 dir 4-294290.0.r340725/6736869 K 2 v8 V 26 dir 4-274006.0.r343315/617 K 8 v8-devel V 33 dir 4-274006.0-337829.r343316/832 K 4 vala V 30 dir 4-195359.0.r340725/6738698 K 12 vala-vapigen V 31 dir cp-264837.0.r340718/7713501 K 11 visualworks V 29 dir 4-62087.0.r340722/3880454 K 10 whitespace V 30 dir 4-163999.0.r340725/6740492 K 3 x10 V 27 dir 4-288064.0.r345417/5509 K 3 xds V 30 dir 4-185339.0.r340872/1483201 K 5 xds-c V 30 dir 4-185341.0.r340872/1485060 K 5 xotcl V 30 dir 4-174256.0.r340718/7717182 K 7 yabasic V 26 dir 4-24050.0.r345417/6191 K 3 yap V 26 dir 4-322261.0.r332928/872 K 9 yap-devel V 26 dir 4-330001.0.r335099/608 K 6 yorick V 25 dir 2-8794.0.r345258/1843 K 7 ypsilon V 30 dir 2-218073.0.r340725/6753457 END ENDREP id: 1-15.0.r346317/28905 type: dir pred: 1-15.0.r346266/21443 count: 12467 text: 346317 11316 17576 0 02ac3aa98fbc850b84248c402a86c91b cpath: /head/lang copyroot: 0 / PLAIN K 7 CHANGES V 26 file 1-99373.0.r341696/265 K 9 COPYRIGHT V 25 file 1-146787.0.r345912/0 K 4 GIDs V 26 file 1-168311.0.r346223/58 K 8 Keywords V 26 dir 1-314142.0.r340854/792 K 5 LEGAL V 24 file 1-748.0.r345680/324 K 5 MOVED V 26 file 1-69878.0.r346064/709 K 8 Makefile V 22 file 1-6.0.r335781/123 K 2 Mk V 22 dir 1-5.0.r346312/5610 K 6 README V 25 file 1-2408.0.r340854/960 K 9 Templates V 25 dir 1-2932.0.r345052/1473 K 5 Tools V 26 dir 3-15302.0.r340914/3266 K 4 UIDs V 26 file 4-168311.0.r344319/57 K 8 UPDATING V 28 file 1-102685.0.r345774/2372 K 13 accessibility V 26 dir 1-42583.0.r345679/6894 K 6 arabic V 27 dir 1-38973.0.r346062/51082 K 9 archivers V 25 dir 1-242.0.r346209/11450 K 5 astro V 24 dir 1-301.0.r346299/7594 K 5 audio V 25 dir 1-148.0.r346293/44377 K 10 benchmarks V 23 dir 1-62.0.r346106/4479 K 7 biology V 25 dir 1-9066.0.r346271/6072 K 3 cad V 24 dir 1-276.0.r345398/9512 K 7 chinese V 26 dir 1-3770.0.r346062/59553 K 5 comms V 24 dir 1-76.0.r345400/20334 K 10 converters V 25 dir 1-1561.0.r345641/9697 K 9 databases V 25 dir 1-771.0.r346269/60351 K 9 deskutils V 26 dir 1-2098.0.r346268/14995 K 5 devel V 25 dir 1-73.0.r346288/254381 K 3 dns V 26 dir 1-6145.0.r346201/10036 K 7 editors V 23 dir 4-6.0.r346218/15925 K 9 emulators V 25 dir 1-181.0.r346117/11462 K 7 finance V 26 dir 1-4110.0.r345848/16308 K 6 french V 28 dir 1-25673.0.r346062/153982 K 3 ftp V 24 dir 1-199.0.r345728/5689 K 5 games V 25 dir 1-104.0.r346300/61201 K 6 german V 27 dir 1-7451.0.r346062/157008 K 8 graphics V 24 dir 1-94.0.r346316/56175 K 6 hebrew V 28 dir 3-31142.0.r346062/158362 K 9 hungarian V 29 dir 1p-38973.0.r346062/159901 K 3 irc V 23 dir 1-42.0.r346119/7760 K 8 japanese V 25 dir 1-410.0.r346064/74139 K 4 java V 25 dir 1-2798.0.r346120/8363 K 6 korean V 27 dir 1-5873.0.r346062/181043 K 4 lang V 24 dir 1-15.0.r346317/28905 K 4 mail V 24 dir 1-57.0.r346283/42131 K 4 math V 25 dir 1-162.0.r346264/36538 K 4 misc V 24 dir 7-35.0.r346286/29870 K 10 multimedia V 25 dir d-333.0.r346256/26853 K 3 net V 24 dir 1-22.0.r346273/72647 K 6 net-im V 27 dir 15-11144.0.r346315/9980 K 8 net-mgmt V 26 dir r-1011.0.r346274/19891 K 7 net-p2p V 26 dir g-29106.0.r345890/8394 K 4 news V 24 dir 1-145.0.r346237/5105 K 4 palm V 25 dir 1-6646.0.r346238/2475 K 6 polish V 29 dir tv-38973.0.r346062/183013 K 10 ports-mgmt V 25 dir 1-5132.0.r346240/5397 K 10 portuguese V 28 dir 1-17842.0.r346062/185587 K 5 print V 24 dir 1-79.0.r346244/17654 K 7 russian V 27 dir 1-1559.0.r346062/189218 K 7 science V 26 dir n-5356.0.r346102/10829 K 8 security V 25 dir 1-269.0.r346289/54604 K 6 shells V 22 dir w-6.0.r346118/2888 K 8 sysutils V 25 dir b-339.0.r346313/55141 K 8 textproc V 25 dir 1-322.0.r346314/84588 K 9 ukrainian V 28 dir g-39704.0.r346062/190732 K 10 vietnamese V 25 dir 1-4812.0.r346177/3395 K 3 www V 26 dir 1-114.0.r346308/130137 K 3 x11 V 24 dir 1-16.0.r346310/26719 K 10 x11-clocks V 24 dir 1-931.0.r346294/4245 K 11 x11-drivers V 27 dir 1-157567.0.r345844/4176 K 6 x11-fm V 25 dir 1-691.0.r345771/49394 K 9 x11-fonts V 25 dir 1-543.0.r346263/11651 K 11 x11-servers V 25 dir 1n-710.0.r343824/7847 K 10 x11-themes V 28 dir 1-14410.0.r345772/181846 K 12 x11-toolkits V 25 dir 1-120.0.r345886/15870 K 6 x11-wm V 24 dir 1-40.0.r346259/11047 END ENDREP id: 2-1.0.r346317/32331 type: dir pred: 2-1.0.r346316/59603 count: 345554 text: 346317 29073 3245 0 b5e606ac3c343ad4472d901a79220d31 props: 308235 235189 45 0 7a04b33bf8e35fd5c3d111baaf403dc5 cpath: /head copyroot: 0 / PLAIN K 8 branches V 24 dir 0-1.0.r346139/151175 K 4 head V 23 dir 2-1.0.r346317/32331 K 8 svnadmin V 22 dir 3-1.0.r345275/2773 K 4 tags V 22 dir 8-1.0.r336829/4760 END ENDREP id: 0.0.r346317/32727 type: dir pred: 0.0.r346316/59999 count: 346317 text: 346317 32551 163 0 dafee3f50adca1e5b8b014ec046fdb6c props: 341041 7140 346 0 8b695b9f61597e4917effffba3bbfaa3 cpath: / copyroot: 0 / minfo-cnt: 10 4-956.0.t346316-7f86 modify-file true false /head/lang/gcl/Makefile 7-956.0.t346316-7f86 modify-file true false /head/lang/gcl/distinfo k-200416.0.t346316-7f86 modify-file true false /head/lang/gcl/files/patch-configure _8.0.t346316-7f86 add-file true true /head/lang/gcl/files/patch-gcl-tk__tkMain.c 9-88980.0.t346316-7f86 modify-file true false /head/lang/gcl/files/patch-h_FreeBSD.defs 9-116624.0.t346316-7f86 modify-file true false /head/lang/gcl/files/patch-h_FreeBSD.h 8-245353.0.t346316-7f86 modify-file true false /head/lang/gcl/files/patch-h_gclincl.h.in d-88980.0.r340725/6485688 delete-file false false /head/lang/gcl/files/patch-info_gcl-si.texi h-88980.0.t346316-7f86 modify-file true false /head/lang/gcl/files/patch-makedefc.in _e.0.t346316-7f86 add-file true true /head/lang/gcl/files/patch-makefile _g.0.t346316-7f86 add-file true true /head/lang/gcl/files/patch-o__plttest.c _i.0.t346316-7f86 add-file true true /head/lang/gcl/files/patch-o__sfasli.c a-245353.0.t346316-7f86 modify-file true false /head/lang/gcl/files/patch-unixport_makefile c-245353.0.r340725/6487280 delete-file false false /head/lang/gcl/files/patch-warnings _l.0.t346316-7f86 add-file true true /head/lang/gcl/files/patch-xgcl-2__makefile h-956.0.r340714/4862356 delete-file false false /head/lang/gcl/pkg-plist 32727 32951