diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-04-02 22:00:50 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-04-02 22:00:50 +0000 |
commit | 03f9982318c739f0ec03a227d8f0ecccbf22d141 (patch) | |
tree | 307be38936030c82d6e85e2b87e06576d0f0da40 /sysutils/pear-Log | |
parent | 5aa88d1632126137770439ed695baa909e5a9edd (diff) | |
download | pkgsrc-03f9982318c739f0ec03a227d8f0ecccbf22d141.tar.gz |
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.
Diffstat (limited to 'sysutils/pear-Log')
-rw-r--r-- | sysutils/pear-Log/Makefile | 4 | ||||
-rw-r--r-- | sysutils/pear-Log/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index a7ccc06e9ca..3297b355f24 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2004/04/02 21:57:36 jdolecek Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/02 22:00:50 jdolecek Exp $ -DISTNAME= Log-1.8.1 +DISTNAME= Log-1.8.4 CATEGORIES= sysutils MAINTAINER= tech-pkg@NetBSD.org diff --git a/sysutils/pear-Log/distinfo b/sysutils/pear-Log/distinfo index cc8eeca3ed7..6a01fefe110 100644 --- a/sysutils/pear-Log/distinfo +++ b/sysutils/pear-Log/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2003/12/17 19:58:13 jdolecek Exp $ +$NetBSD: distinfo,v 1.3 2004/04/02 22:00:50 jdolecek Exp $ -SHA1 (Log-1.8.1.tgz) = 44a9a02fc923983d58a6eb6ffaee12be50fb7748 -Size (Log-1.8.1.tgz) = 24960 bytes +SHA1 (Log-1.8.4.tgz) = 4ba71cbe890b759ef269251e267058df2cee0cab +Size (Log-1.8.4.tgz) = 29453 bytes |