Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to 2.01. | tobez | 2002-07-01 | 5 | -13/+24 |
| | |||||
* | Update to 2.00. | tobez | 2002-05-24 | 2 | -2/+2 |
| | | | | PR: 38203 | ||||
* | Add USE_SUBMAKE, where it might be necessary. | sobomax | 2002-03-25 | 1 | -0/+1 |
| | |||||
* | Update to 1.80; add WWW. | tobez | 2001-10-30 | 3 | -3/+5 |
| | |||||
* | Fix build with non-default WRKDIRPREFIX by using MKDIR (== mkdir -p) | tobez | 2001-08-03 | 2 | -1/+4 |
| | | | | | | command instead of the perl built-in mkdir(). Submitted by: bento logs | ||||
* | Updated MAINTAINER to my new committer email address. | tobez | 2001-06-12 | 2 | -2/+2 |
| | | | | | | Do the same for pkg-descr files. Approved by: markm | ||||
* | Log::Dispatch is a suite of OO modules for logging messages to multiple | joe | 2001-05-19 | 8 | -0/+381 |
outputs, each of which can have a minimum and maximum log level. It is designed to be easily subclassed, both for creating a new dispatcher object and particularly for creating new outputs. PR: ports/27412 |