diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-07-23 15:17:50 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-07-23 15:17:50 +0000 |
commit | 61236ba6528e4308d6494f3b6db10336fcf1ef43 (patch) | |
tree | d72fc37411e8aa6b409dc3bd14f7256184dd3278 /devel | |
parent | 3bbcf689540630b7bced024528d8572c8ab83ec3 (diff) | |
download | pkgsrc-61236ba6528e4308d6494f3b6db10336fcf1ef43.tar.gz |
updated to 1.18
took maintainership
added dependency to devel/p5-Log-Log4perl
ChangeLog:
1.12 Mon Feb 28 23:20:03 EST 2005
- Added code to handle short running proggies like CGIs that want to
use the DatePattern stuff. Now check mtime of log file to see if we
need to rotate (at start up only).
- Got rid of epochs as they conflict with Date::Manip's UnixDate()
function on MacOSX. This slows us down quite a bit so I am using
cmp instead of Date_Cmp() to get some speed back.
- Fixed up some typos and removed some email addresses as requested.
- Not released
1.13 Tue Mar 1 12:04:13 EST 2005
- Went back to epoch times for comparisions. My comments above
regarding Date::Manip and MacOSX are silly.
- Added better lockfile name picking thanks to Stephen Gordon
- Removed the $$ from the lockfile name as it makes it too uniq
1.14 Mon Apr 24 13:35:06 EST 2006
- create copyright notice
1.15 Wed Apr 26 08:09:20 EST 2006
- Added GPL copyright notice to fit with Perl 5
1.18 Wed Jun 25 12:19:11 EST 2008
- rolled up issue with using Date::Manip internal function
- added extra test for cygwin
- added better tests for 'max' paramater
- removed TZ details from doco and pointed people to Date::Manip
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Log-Dispatch-FileRotate/Makefile | 14 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-FileRotate/distinfo | 8 |
2 files changed, 11 insertions, 11 deletions
diff --git a/devel/p5-Log-Dispatch-FileRotate/Makefile b/devel/p5-Log-Dispatch-FileRotate/Makefile index af5e34cefc9..b2a4f0f8790 100644 --- a/devel/p5-Log-Dispatch-FileRotate/Makefile +++ b/devel/p5-Log-Dispatch-FileRotate/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:24 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/07/23 15:17:50 rhaen Exp $ -DISTNAME= Log-Dispatch-FileRotate-1.11 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 -CATEGORIES= devel perl5 +DISTNAME= Log-Dispatch-FileRotate-1.18 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} -MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= Perl5 module to log to files which archive/rotate themselves +MAINTAINER= rhaen@NetBSD.org +COMMENT= Perl5 module to log to files which archive/rotate themselves PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-Date-Manip>=5.0:../../devel/p5-Date-Manip DEPENDS+= p5-Log-Dispatch>=2.08:../../devel/p5-Log-Dispatch DEPENDS+= p5-Params-Validate>=0.15:../../devel/p5-Params-Validate +DEPENDS+= p5-Log-Log4perl>=0.23:../../devel/p5-Log-Log4perl PERL5_PACKLIST= auto/Log/Dispatch/FileRotate/.packlist diff --git a/devel/p5-Log-Dispatch-FileRotate/distinfo b/devel/p5-Log-Dispatch-FileRotate/distinfo index fc9c75b4ca8..a37410fff8c 100644 --- a/devel/p5-Log-Dispatch-FileRotate/distinfo +++ b/devel/p5-Log-Dispatch-FileRotate/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 22:24:27 agc Exp $ +$NetBSD: distinfo,v 1.3 2008/07/23 15:17:50 rhaen Exp $ -SHA1 (Log-Dispatch-FileRotate-1.11.tar.gz) = 62f2d188e4aaa04c4bc4227365311719914a90eb -RMD160 (Log-Dispatch-FileRotate-1.11.tar.gz) = 7539016f9ca219bc63e48a1e3c6b30f81c197067 -Size (Log-Dispatch-FileRotate-1.11.tar.gz) = 12080 bytes +SHA1 (Log-Dispatch-FileRotate-1.18.tar.gz) = f658bc29232c7f6d980237e40195c779e23fc6ab +RMD160 (Log-Dispatch-FileRotate-1.18.tar.gz) = 0915d57b06c56a6c2aa95f4cfe4ba3a7604cc4b5 +Size (Log-Dispatch-FileRotate-1.18.tar.gz) = 14529 bytes |