pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc add pear-Log-1.7.0, from pkgsrc-wip, done by Adrian Po...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c62d36c7e709
branches:  trunk
changeset: 464915:c62d36c7e709
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Wed Dec 17 19:27:29 2003 +0000

description:
add pear-Log-1.7.0, from pkgsrc-wip, done by Adrian Portelli

The Log framework provides an abstracted logging system for PHP. It supports
logging to console, file, syslog, SQL, mail, and mcal targets. It also
provides a subject - observer mechanism.

diffstat:

 doc/CHANGES                |   3 ++-
 sysutils/Makefile          |   3 ++-
 sysutils/pear-Log/DESCR    |   3 +++
 sysutils/pear-Log/Makefile |  11 +++++++++++
 sysutils/pear-Log/PLIST    |   1 +
 sysutils/pear-Log/distinfo |   4 ++++
 6 files changed, 23 insertions(+), 2 deletions(-)

diffs (66 lines):

diff -r 070591d8ec40 -r c62d36c7e709 doc/CHANGES
--- a/doc/CHANGES       Wed Dec 17 19:25:08 2003 +0000
+++ b/doc/CHANGES       Wed Dec 17 19:27:29 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4164 2003/12/17 19:25:08 jdolecek Exp $
+$NetBSD: CHANGES,v 1.4165 2003/12/17 19:30:12 jdolecek Exp $
 
 Changes to the packages collection and infrastructure in 2003:
 
@@ -5215,3 +5215,4 @@
        Added pear-Date-1.3 [jdolecek 2003-12-17]
        Added pear-HTML_Common-1.2.1 [jdolecek 2003-12-17]
        Added pear-HTML_Select-1.2 [jdolecek 2003-12-17]
+       Added pear-Log-1.7.0 [jdolecek 2003-12-17]
diff -r 070591d8ec40 -r c62d36c7e709 sysutils/Makefile
--- a/sysutils/Makefile Wed Dec 17 19:25:08 2003 +0000
+++ b/sysutils/Makefile Wed Dec 17 19:27:29 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.207 2003/12/17 16:23:16 wiz Exp $
+# $NetBSD: Makefile,v 1.208 2003/12/17 19:30:12 jdolecek Exp $
 
 COMMENT=       System utilities
 
@@ -101,6 +101,7 @@
 SUBDIR+=       p5-Unix-Syslog
 SUBDIR+=       pciutils
 SUBDIR+=       pcvt-utils
+SUBDIR+=       pear-Log
 SUBDIR+=       pflogsumm
 SUBDIR+=       psmisc
 SUBDIR+=       pstree
diff -r 070591d8ec40 -r c62d36c7e709 sysutils/pear-Log/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/pear-Log/DESCR   Wed Dec 17 19:27:29 2003 +0000
@@ -0,0 +1,3 @@
+The Log framework provides an abstracted logging system for PHP. It supports
+logging to console, file, syslog, SQL, mail, and mcal targets. It also
+provides a subject - observer mechanism.
diff -r 070591d8ec40 -r c62d36c7e709 sysutils/pear-Log/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/pear-Log/Makefile        Wed Dec 17 19:27:29 2003 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/17 19:27:29 jdolecek Exp $
+
+DISTNAME=      Log-1.7.0
+CATEGORIES=    sysutils
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+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"
diff -r 070591d8ec40 -r c62d36c7e709 sysutils/pear-Log/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/pear-Log/PLIST   Wed Dec 17 19:27:29 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/17 19:27:29 jdolecek Exp $
diff -r 070591d8ec40 -r c62d36c7e709 sysutils/pear-Log/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/pear-Log/distinfo        Wed Dec 17 19:27:29 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/17 19:27:29 jdolecek Exp $
+
+SHA1 (Log-1.7.0.tgz) = 012b23b013a435cd6581161a30f46178e32841bd
+Size (Log-1.7.0.tgz) = 14384 bytes



Home | Main Index | Thread Index | Old Index