aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Log-Dispatch/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.03, retire pkg-comment & MAN_PREFIX, make use of SITE_PERL.Anton Berezin2003-03-051-3/+3
| | | | Notes: svn path=/head/; revision=76969
* Fix the wrong Params::Validate dependency.Akinori MUSHA2003-02-261-1/+1
| | | | | | | | | PR: ports/48204 Submitted by: edwin Approved by: maintainer timeout Notes: svn path=/head/; revision=76516
* Update to 2.01.Anton Berezin2002-07-011-1/+3
| | | | Notes: svn path=/head/; revision=62245
* Update to 2.00.Anton Berezin2002-05-241-1/+1
| | | | | | | PR: 38203 Notes: svn path=/head/; revision=59901
* Add USE_SUBMAKE, where it might be necessary.Maxim Sobolev2002-03-251-0/+1
| | | | Notes: svn path=/head/; revision=56610
* Update to 1.80; add WWW.Anton Berezin2001-10-301-2/+2
| | | | Notes: svn path=/head/; revision=49377
* Fix build with non-default WRKDIRPREFIX by using MKDIR (== mkdir -p)Anton Berezin2001-08-031-0/+1
| | | | | | | | | command instead of the perl built-in mkdir(). Submitted by: bento logs Notes: svn path=/head/; revision=45782
* Updated MAINTAINER to my new committer email address.Anton Berezin2001-06-121-1/+1
| | | | | | | | | Do the same for pkg-descr files. Approved by: markm Notes: svn path=/head/; revision=43917
* Log::Dispatch is a suite of OO modules for logging messages to multipleJosef Karthauser2001-05-191-0/+48
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 Notes: svn path=/head/; revision=42767