cvs commit: ports/lang/mlton Makefile distinfo pkg-plist ports/lang/mlton/files add-local-cross ml.grm.sig ml.grm.sml ml.lex.sml mlb.grm.sig mlb.grm.sml mlb.lex.sml patch-Makefile patch-bin-mlton_script patch-runtime-Makefile patch-runtime-cenv.h ...

Stefan Walter stefan at FreeBSD.org
Wed Dec 10 00:44:24 PST 2008


stefan      2008-12-10 08:44:24 UTC

  FreeBSD ports repository

  Modified files:
    lang/mlton           Makefile distinfo pkg-plist 
  Added files:
    lang/mlton/files     add-local-cross ml.grm.sig ml.grm.sml 
                         ml.lex.sml mlb.grm.sig mlb.grm.sml 
                         mlb.lex.sml patch-Makefile 
                         patch-bin-mlton_script 
                         patch-runtime-Makefile 
                         patch-runtime-cenv.h 
                         patch-runtime-mingw.c 
                         patch-runtime-mingw.h upgrade-basis.sml 
                         yacc.grm.sig yacc.grm.sml yacc.lex.sml 
  Log:
  This patch adds three features to the lang/mlton port:
  * Support for FreeBSD 6.x
  * Support for compilation with SML/NJ
  * Cross-compilation with mingw32
  
  PR:             124061
  Submitted by:   Timothy Bourke <timbob at bigpond.com>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.18      +56 -10    ports/lang/mlton/Makefile
  1.7       +6 -3      ports/lang/mlton/distinfo
  1.1       +197 -0    ports/lang/mlton/files/add-local-cross (new)
  1.1       +88 -0     ports/lang/mlton/files/ml.grm.sig (new)
  1.1       +5497 -0   ports/lang/mlton/files/ml.grm.sml (new)
  1.1       +5660 -0   ports/lang/mlton/files/ml.lex.sml (new)
  1.1       +32 -0     ports/lang/mlton/files/mlb.grm.sig (new)
  1.1       +894 -0    ports/lang/mlton/files/mlb.grm.sml (new)
  1.1       +1854 -0   ports/lang/mlton/files/mlb.lex.sml (new)
  1.1       +22 -0     ports/lang/mlton/files/patch-Makefile (new)
  1.1       +18 -0     ports/lang/mlton/files/patch-bin-mlton_script (new)
  1.1       +84 -0     ports/lang/mlton/files/patch-runtime-Makefile (new)
  1.1       +11 -0     ports/lang/mlton/files/patch-runtime-cenv.h (new)
  1.1       +43 -0     ports/lang/mlton/files/patch-runtime-mingw.c (new)
  1.1       +20 -0     ports/lang/mlton/files/patch-runtime-mingw.h (new)
  1.1       +68 -0     ports/lang/mlton/files/upgrade-basis.sml (new)
  1.1       +54 -0     ports/lang/mlton/files/yacc.grm.sig (new)
  1.1       +1053 -0   ports/lang/mlton/files/yacc.grm.sml (new)
  1.1       +901 -0    ports/lang/mlton/files/yacc.lex.sml (new)
  1.6       +10 -0     ports/lang/mlton/pkg-plist


More information about the cvs-all mailing list