diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-12-17 19:27:29 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-12-17 19:27:29 +0000 |
commit | fbd15f795defb88c0b66990d37f53e3b9c0d6cb0 (patch) | |
tree | ac6b3c42a8c2cf7d4a1f14f688a7de01675705ec | |
parent | 1eb111883f7ddd137515c248f5c62b1e086fde24 (diff) | |
download | pkgsrc-fbd15f795defb88c0b66990d37f53e3b9c0d6cb0.tar.gz |
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.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | sysutils/Makefile | 3 | ||||
-rw-r--r-- | sysutils/pear-Log/DESCR | 3 | ||||
-rw-r--r-- | sysutils/pear-Log/Makefile | 11 | ||||
-rw-r--r-- | sysutils/pear-Log/PLIST | 1 | ||||
-rw-r--r-- | sysutils/pear-Log/distinfo | 4 |
6 files changed, 23 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 056f38e3640..0ef091ad2f6 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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 @@ Changes to the packages collection and infrastructure in 2003: 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 --git a/sysutils/Makefile b/sysutils/Makefile index dac9a6802c7..83ed9b82ed2 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -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+= osname SUBDIR+= p5-Unix-Syslog SUBDIR+= pciutils SUBDIR+= pcvt-utils +SUBDIR+= pear-Log SUBDIR+= pflogsumm SUBDIR+= psmisc SUBDIR+= pstree diff --git a/sysutils/pear-Log/DESCR b/sysutils/pear-Log/DESCR new file mode 100644 index 00000000000..3fcd6aeaf39 --- /dev/null +++ b/sysutils/pear-Log/DESCR @@ -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 --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile new file mode 100644 index 00000000000..8d52c852bcc --- /dev/null +++ b/sysutils/pear-Log/Makefile @@ -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 +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 --git a/sysutils/pear-Log/PLIST b/sysutils/pear-Log/PLIST new file mode 100644 index 00000000000..828de102630 --- /dev/null +++ b/sysutils/pear-Log/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/17 19:27:29 jdolecek Exp $ diff --git a/sysutils/pear-Log/distinfo b/sysutils/pear-Log/distinfo new file mode 100644 index 00000000000..b3a04189cad --- /dev/null +++ b/sysutils/pear-Log/distinfo @@ -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 |