diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-24 18:46:24 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-24 18:46:24 +0800 |
commit | 2b35a0ff6cec0fdb65c64b7feb8f4434651815de (patch) | |
tree | d0331ef50b3a9bfedae233ef05f5fff61f81ab67 /lang/ghc | |
parent | f7fe37c1165651000a7aa36ba48b36ae672f7e26 (diff) | |
download | freebsd-ports-gnome-2b35a0ff6cec0fdb65c64b7feb8f4434651815de.tar.gz freebsd-ports-gnome-2b35a0ff6cec0fdb65c64b7feb8f4434651815de.tar.zst freebsd-ports-gnome-2b35a0ff6cec0fdb65c64b7feb8f4434651815de.zip |
angel is a daemon that runs and monitors other processes. It is similar
to djb's `daemontools` or the Ruby project `god`. It's goals are to keep
a set of services running, and to facilitate the easy configuration and
restart of those services.
WWW: http://github.com/jamwt/Angel
Obtained from: FreeBSD Haskell
Diffstat (limited to 'lang/ghc')
-rw-r--r-- | lang/ghc/bsd.hackage.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index 0efd549bd5a1..ec03bef8ba4d 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -18,6 +18,7 @@ Agda_port= math/hs-Agda # executable Agda-executable_port= math/hs-Agda-executable # executable alex_port= devel/hs-alex # executable ALUT_port= audio/hs-ALUT +angel_port= sysutils/hs-angel ansi-terminal_port= devel/hs-ansi-terminal ansi-wl-pprint_port= devel/hs-ansi-wl-pprint arrows_port= devel/hs-arrows |