Date: Mon, 4 Jan 2010 08:54:14 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <201001040854.o048sEaN041471@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001040854.o048sEaN041471>
