hslogger is a logging framework for Haskell, roughly similar to Python's logging module. hslogger lets each log message have a priority and source be associated with it. The programmer can then define global handlers that route or filter messages based on the priority and source. hslogger also has a syslog handler built in. http://software.complete.org/hslogger
Responsible Changed From-To: freebsd-ports-bugs->haskell haskell@ wants this port PRs (via the GNATS Auto Assign Tool)
pgj 2010-01-12 21:33:28 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/hs-hslogger Makefile distinfo pkg-descr pkg-plist Log: Package hslogger is a logging framework for Haskell, roughly similar to Python's logging module, and lets each log message have a priority and source be associated with it. The programmer can then define global handlers that route or filter messages based on the priority and source. hslogger also has a syslog handler built in. WWW: http://software.complete.org/hslogger PR: ports/142484 Submitted by: Jacula Modyun <jacula(at)gmail.com> Revision Changes Path 1.3760 +1 -0 ports/devel/Makefile 1.1 +75 -0 ports/devel/hs-hslogger/Makefile (new) 1.1 +3 -0 ports/devel/hs-hslogger/distinfo (new) 1.1 +9 -0 ports/devel/hs-hslogger/pkg-descr (new) 1.1 +22 -0 ports/devel/hs-hslogger/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"
State Changed From-To: open->closed Your port has been added to the Ports Collection. Thanks!