cvs commit: ports/devel Makefile ports/devel/hs-mueval Makefile distinfo pkg-descr pkg-message pkg-plist ports/devel/hs-mueval/files patch-Mueval_Interpreter.hs

Gabor Pali pgj at FreeBSD.org
Mon Jan 4 08:54:14 UTC 2010


pgj         2010-01-04 08:54:14 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/hs-mueval      Makefile distinfo pkg-descr pkg-message 
                         pkg-plist 
    devel/hs-mueval/files patch-Mueval_Interpreter.hs 
  Log:
  Mueval is a Haskell interpreter. It uses the GHC API to evaluate
  arbitrary Haskell expressions.
  
  Importantly, mueval takes many precautions to defang and avoid
  "evil" code. It uses resource limits, whitelisted modules, special
  Show instances for IO, threads, processes, changes of directory, and
  so on to sandbox the Haskell code.
  
  It is, in short, intended to be a standalone version of Lambdabot's
  famous evaluation functionality. For examples and explanations, please
  see the README file.
  
  Mueval is POSIX-only.
  
  WWW: http://code.haskell.org/mubot/
  
  PR:             ports/142291
  Submitted by:   Jacula Modyun <jacula(at)gmail.com>
  
  Revision  Changes    Path
  1.3747    +1 -0      ports/devel/Makefile
  1.1       +93 -0     ports/devel/hs-mueval/Makefile (new)
  1.1       +3 -0      ports/devel/hs-mueval/distinfo (new)
  1.1       +15 -0     ports/devel/hs-mueval/files/patch-Mueval_Interpreter.hs (new)
  1.1       +15 -0     ports/devel/hs-mueval/pkg-descr (new)
  1.1       +8 -0      ports/devel/hs-mueval/pkg-message (new)
  1.1       +20 -0     ports/devel/hs-mueval/pkg-plist (new)


More information about the cvs-ports mailing list