Bug 142291 - [new port]: haskell port devel/hs-mueval
Summary: [new port]: haskell port devel/hs-mueval
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-haskell (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-03 23:50 UTC by Jacula Modyun
Modified: 2010-01-04 09:02 UTC (History)
0 users

See Also:


Attachments
hs-mueval.shar (6.51 KB, text/plain)
2010-01-03 23:50 UTC, Jacula Modyun
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jacula Modyun 2010-01-03 23:50:03 UTC
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.

http://hackage.haskell.org/package/mueval
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-03 23:50:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->haskell

haskell@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-04 08:54:30 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Gabor Pali freebsd_committer freebsd_triage 2010-01-04 09:01:04 UTC
State Changed
From-To: open->closed

The port has been committed to the repository.  Thanks for submissing 
it!