Date: Tue, 12 Jan 2010 21:33:28 +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-hslogger Makefile distinfo pkg-descr pkg-plist Message-ID: <201001122133.o0CLXSQ2030779@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001122133.o0CLXSQ2030779>