update to pear-Log-1.8.4
This commit is contained in:
parent
639b089386
commit
f378fd7104
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2003/11/23 19:38:12 avsm Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2004/02/29 00:08:50 avsm Exp $
|
||||
|
||||
COMMENT= "logging utilities for PHP"
|
||||
|
||||
V= 1.8.0
|
||||
V= 1.8.4
|
||||
DISTNAME= Log-${V}
|
||||
PKGNAME= pear-${DISTNAME}
|
||||
CATEGORIES= devel pear
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Log-1.8.0.tgz) = fc2746dac4e6cf9cc225b3a67af4fdb5
|
||||
RMD160 (Log-1.8.0.tgz) = 7d2c50713e948b864bca6f141771cc3a78057612
|
||||
SHA1 (Log-1.8.0.tgz) = e3c7043a38f56d499e86ff2352b400d2957f7800
|
||||
MD5 (Log-1.8.4.tgz) = 0c2c3ac21c6ee5d26a03764c282e12e1
|
||||
RMD160 (Log-1.8.4.tgz) = 37447afc8aa1914e773baa6cec4a664b64443beb
|
||||
SHA1 (Log-1.8.4.tgz) = 4ba71cbe890b759ef269251e267058df2cee0cab
|
||||
|
@ -1,13 +1,16 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2003/11/23 19:38:12 avsm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2004/02/29 00:08:50 avsm Exp $
|
||||
pear/doc/Log/docs/examples/composite.php
|
||||
pear/doc/Log/docs/examples/console.php
|
||||
pear/doc/Log/docs/examples/display.php
|
||||
pear/doc/Log/docs/examples/error_log.php
|
||||
pear/doc/Log/docs/examples/file.php
|
||||
pear/doc/Log/docs/examples/mail.php
|
||||
pear/doc/Log/docs/examples/null.php
|
||||
pear/doc/Log/docs/examples/observer_mail.php
|
||||
pear/doc/Log/docs/examples/pear_error_handler.php
|
||||
pear/doc/Log/docs/examples/php_error_handler.php
|
||||
pear/doc/Log/docs/examples/sql.php
|
||||
pear/doc/Log/docs/examples/sqlite.php
|
||||
pear/doc/Log/docs/examples/syslog.php
|
||||
pear/doc/Log/docs/examples/win.php
|
||||
pear/doc/Log/docs/guide.txt
|
||||
@ -20,17 +23,27 @@ pear/lib/Log/error_log.php
|
||||
pear/lib/Log/file.php
|
||||
pear/lib/Log/mail.php
|
||||
pear/lib/Log/mcal.php
|
||||
pear/lib/Log/null.php
|
||||
pear/lib/Log/observer.php
|
||||
pear/lib/Log/sql.php
|
||||
pear/lib/Log/sqlite.php
|
||||
pear/lib/Log/syslog.php
|
||||
pear/lib/Log/win.php
|
||||
pear/tests/Log/tests/composite.phpt
|
||||
pear/tests/Log/tests/console.phpt
|
||||
pear/tests/Log/tests/display.phpt
|
||||
pear/tests/Log/tests/error_log.phpt
|
||||
pear/tests/Log/tests/extract.phpt
|
||||
pear/tests/Log/tests/factory.phpt
|
||||
pear/tests/Log/tests/null.phpt
|
||||
pear/tests/Log/tests/priority.phpt
|
||||
pear/tests/Log/tests/singleton.phpt
|
||||
pear/tests/Log/tests/sqlite.phpt
|
||||
@dirrm pear/tests/Log/tests
|
||||
@dirrm pear/tests/Log
|
||||
@dirrm pear/lib/Log
|
||||
@dirrm pear/doc/Log/docs/examples
|
||||
@dirrm pear/doc/Log/docs
|
||||
@dirrm pear/doc/Log
|
||||
@dirrm lib/php
|
||||
@dirrm lib
|
||||
|
Loading…
Reference in New Issue
Block a user