iUpdate port: sysutils/pear-Log to 1.8.6

+ update sysutils/pear-Log to 1.8.6
	+ updated pkg-descr
	+ added sql file

PR:		ports/71519
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
This commit is contained in:
Edwin Groothuis 2004-10-12 01:28:56 +00:00
parent e60db4d37b
commit 1a8f958d53
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118735
3 changed files with 9 additions and 7 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= Log
PORTVERSION= 1.8.5
PORTREVISION= 1
PORTVERSION= 1.8.6
CATEGORIES= sysutils www pear
MAINTAINER= antonio@php.net
@ -29,7 +28,10 @@ EXAMPLES= composite.php console.php display.php error_log.php file.php \
TESTS= composite.phpt console.phpt display.phpt error_log.phpt \
extract.phpt extract2.phpt factory.phpt null.phpt priority.phpt \
singleton.phpt sqlite.phpt sql_ident.phpt
SQLS= log.sql
_EXAMPLESDIR= docs/examples
_SQLSDIR= misc
LATEST_LINK= pear-Log
OPTIONS= PEAR_DB "PEAR::DB support" off

View File

@ -1,2 +1,2 @@
MD5 (PEAR/Log-1.8.5.tgz) = 26140fd721c16108bbef9802896c6674
SIZE (PEAR/Log-1.8.5.tgz) = 30453
MD5 (PEAR/Log-1.8.6.tgz) = cf6a7e6b93a1cd53ea3f38d8574c5ed6
SIZE (PEAR/Log-1.8.6.tgz) = 30793

View File

@ -1,6 +1,6 @@
PEAR Log framework providing an abstracted logging system.
PEAR Log framework provides an abstracted logging system.
It supports logging to console, file, syslog, SQL, mail, and mcal targets.
It also provides a subject - observer mechanism.
It supports logging to console, file, syslog, SQL, Sqlite, mail and mcal
targets. It also provides a subject - observer mechanism.
WWW: http://pear.php.net/package/Log