diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /devel/hs-hslogger | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) |
Notes
Diffstat (limited to 'devel/hs-hslogger')
-rw-r--r-- | devel/hs-hslogger/Makefile | 11 | ||||
-rw-r--r-- | devel/hs-hslogger/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-hslogger/pkg-descr | 8 |
3 files changed, 8 insertions, 15 deletions
diff --git a/devel/hs-hslogger/Makefile b/devel/hs-hslogger/Makefile index 72cb44f65eab..cbbef5cfc071 100644 --- a/devel/hs-hslogger/Makefile +++ b/devel/hs-hslogger/Makefile @@ -1,17 +1,12 @@ -# New ports collection makefile for: hs-hslogger -# Date created: December 20 2009 -# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> -# +# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> # $FreeBSD$ -# PORTNAME= hslogger -PORTVERSION= 1.1.5 -PORTREVISION= 2 +PORTVERSION= 1.2.1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Versatile logging framework for Haskell +COMMENT= Versatile logging framework LICENSE= BSD diff --git a/devel/hs-hslogger/distinfo b/devel/hs-hslogger/distinfo index 898508ca57ee..7b9d53dc3117 100644 --- a/devel/hs-hslogger/distinfo +++ b/devel/hs-hslogger/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/hslogger-1.1.5.tar.gz) = 676ea4d926eeac1a930d76a3a32b921f8550e8ff973c595e93d2f7ae99316952 -SIZE (cabal/hslogger-1.1.5.tar.gz) = 35632 +SHA256 (cabal/hslogger-1.2.1.tar.gz) = c5538c3f79b9e8aac97a6f1377c82b9f70b88ee5e39f62f358953467e271cded +SIZE (cabal/hslogger-1.2.1.tar.gz) = 35813 diff --git a/devel/hs-hslogger/pkg-descr b/devel/hs-hslogger/pkg-descr index b6ba6797caae..3b616f2f672d 100644 --- a/devel/hs-hslogger/pkg-descr +++ b/devel/hs-hslogger/pkg-descr @@ -1,9 +1,7 @@ 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. +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 |