summaryrefslogtreecommitdiff
path: root/sysutils/pear-Log/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-06-12Add DESTDIR support.joerg1-1/+3
2007-05-05PKGREVISION++ for the recent PEAR/PHP changes so that all child packagesadrianp1-1/+2
pick up the new dependencies properly
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-2/+3
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2004-11-27claim MAINTAINERjdolecek1-2/+2
2004-11-01use the shared pear module framework, so that these work with both PHP4jdolecek1-2/+2
and PHP5; no functional change, so PKGREVISION not bumped
2004-04-02Updated pear-Log to 1.8.4, changes since previously packaged 1.8.1:jdolecek1-2/+2
* Added a new 'null' log handler. * Added a flush() method to the public Log API. * Added a new handler that logs using the Sqlite extension. * The open(), close() and log() methods now consistently return success or failure. * If an object or array is passed as a log event, its human-readable representation will be used. * It's now possible to specify the default priority for events logged using the log() method.
2004-04-02g/c the DOCDIR stuff and rely solely on the pear.mk PLIST generation logicjdolecek1-14/+1
2003-12-30Whitespace fixescjep1-2/+2
2003-12-17update pear-Log to (most recent) 1.8.1. Changes since 1.7.0:jdolecek1-2/+15
1.8.1: * Fixed some bugs in the 'win' handler. * Updated the Log_observer::factory() method for consistency with Log::factory(). 1.8.0: * The Log package now includes a users guide, example scripts and unit tests. * A number of small improvements have been made to the 'win' log handler (based on suggestions from Paul Yanchenko). * A new 'display' log handler has been added to the distribution. Contributed by Paul Yanchenko, this handler simply prints the error message back to the browser. It respects the 'error_prepend_string' and 'error_append_string' PHP INI values and is useful when using PEAR::setErrorHandling()'s PEAR_ERROR_CALLBACK mechanism. 1.7.1: * The mail handler now uses "\n" to terminate lines instead of "\r\n". * The file handler's path creation routines now guard against potentially infinite recursion. * It is now possible to pass an object to the logging methods. If the object offers a PEAR_Error-style getMessage() or PHP5 exception-style toString() method, it will be used to extract the message text. Documentation and the guide are installed in ${LOCALBASE}/share/doc/pear-Log.
2003-12-17add pear-Log-1.7.0, from pkgsrc-wip, done by Adrian Portellijdolecek1-0/+11
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.