pkgsrc/sysutils/pear-Log/Makefile
jdolecek dfaf160d47 Updated pear-Log to 1.8.4, changes since previously packaged 1.8.1:
* Added a new 'null' log handler.
* Added a flush() method to the public Log API.
* Added a new handler that logs using the Sqlite extension.
* The open(), close() and log() methods now consistently return success
  or failure.
* If an object or array is passed as a log event, its human-readable
  representation will be used.
* It's now possible to specify the default priority for events logged
  using the log() method.
2004-04-02 22:00:50 +00:00

11 lines
325 B
Makefile

# $NetBSD: Makefile,v 1.5 2004/04/02 22:00:50 jdolecek Exp $
DISTNAME= Log-1.8.4
CATEGORIES= sysutils
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.csh.rit.edu/~jon/projects/pear_log/
COMMENT= PHP Log framework provides an abstracted logging system
.include "../../www/php4/pear.mk"
.include "../../mk/bsd.pkg.mk"