Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2009 22:08:15 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/textproc Makefile ports/textproc/py-errorhandler Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200908222208.n7MM8FOL052698@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
miwi        2009-08-22 22:08:15 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/py-errorhandler Makefile distinfo pkg-descr pkg-plist 
  Log:
  A logging framework handler that tracks when messages above a certain
  level have been logged.
  
  This is a handler for the python standard logging framework that can
  be used to tell whether messages have been logged at or above a certain
  level.
  
  This can be useful when wanting to ensure that no errors have been
  logged before committing data back to a database.
  
  WWW: http://pypi.python.org/pypi/errorhandler/1.0.0
  
  PR:             ports/137970
  Submitted by:   Dikshie
  
  Revision  Changes    Path
  1.1371    +1 -0      ports/textproc/Makefile
  1.1       +20 -0     ports/textproc/py-errorhandler/Makefile (new)
  1.1       +3 -0      ports/textproc/py-errorhandler/distinfo (new)
  1.1       +11 -0     ports/textproc/py-errorhandler/pkg-descr (new)
  1.1       +19 -0     ports/textproc/py-errorhandler/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908222208.n7MM8FOL052698>