pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Log-Dispatch-FileRotate



Module Name:    pkgsrc
Committed By:   rhaen
Date:           Wed Jul 23 15:17:50 UTC 2008

Modified Files:
        pkgsrc/devel/p5-Log-Dispatch-FileRotate: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/p5-Log-Dispatch-FileRotate/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/p5-Log-Dispatch-FileRotate/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index