diff options
-rw-r--r-- | sysutils/pear-Log/Makefile | 6 | ||||
-rw-r--r-- | sysutils/pear-Log/distinfo | 4 | ||||
-rw-r--r-- | sysutils/pear-Log/pkg-descr | 6 |
3 files changed, 9 insertions, 7 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index c833cf593831..c03385284246 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -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 diff --git a/sysutils/pear-Log/distinfo b/sysutils/pear-Log/distinfo index 96760b9da549..e622077f1f32 100644 --- a/sysutils/pear-Log/distinfo +++ b/sysutils/pear-Log/distinfo @@ -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 diff --git a/sysutils/pear-Log/pkg-descr b/sysutils/pear-Log/pkg-descr index c544dce60a09..20ed1aadf817 100644 --- a/sysutils/pear-Log/pkg-descr +++ b/sysutils/pear-Log/pkg-descr @@ -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 |