pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Updated pear-Log to 1.8.4, changes since previously pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/201936febca4
branches:  trunk
changeset: 472049:201936febca4
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Fri Apr 02 22:00:50 2004 +0000

description:
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:

 doc/CHANGES                |  3 ++-
 sysutils/pear-Log/Makefile |  4 ++--
 sysutils/pear-Log/distinfo |  6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r f8215f3f716a -r 201936febca4 doc/CHANGES
--- a/doc/CHANGES       Fri Apr 02 21:57:36 2004 +0000
+++ b/doc/CHANGES       Fri Apr 02 22:00:50 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5426 2004/04/02 18:50:54 kristerw Exp $
+$NetBSD: CHANGES,v 1.5427 2004/04/02 22:00:50 jdolecek Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -1758,3 +1758,4 @@
        Updated gtkhtml3 to 3.0.10 [recht 2004-04-02]
        Updated xmame to 0.80.1nb1 [kristerw 2004-04-02]
        Updated xmess to 0.80.1nb1 [kristerw 2004-04-02]
+       Updated pear-Log to 1.8.4 [jdolecek 2004-04-02]
diff -r f8215f3f716a -r 201936febca4 sysutils/pear-Log/Makefile
--- a/sysutils/pear-Log/Makefile        Fri Apr 02 21:57:36 2004 +0000
+++ b/sysutils/pear-Log/Makefile        Fri Apr 02 22:00:50 2004 +0000
@@ -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@localhost
diff -r f8215f3f716a -r 201936febca4 sysutils/pear-Log/distinfo
--- a/sysutils/pear-Log/distinfo        Fri Apr 02 21:57:36 2004 +0000
+++ b/sysutils/pear-Log/distinfo        Fri Apr 02 22:00:50 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index