pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc Initial import of p5-Log-Dispatch-FileRotate-1.11 ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0be78e2b587e
branches: trunk
changeset: 465408:0be78e2b587e
user: grant <grant%pkgsrc.org@localhost>
date: Mon Dec 29 13:19:34 2003 +0000
description:
Initial import of p5-Log-Dispatch-FileRotate-1.11 into the NetBSD
packages collection.
This module provides a simple object for logging to files under the
Log::Dispatch::* system, automatically rotating them according to
different constraints. This is basically a Log::Dispatch::File wrapper
with additions.
diffstat:
devel/p5-Log-Dispatch-FileRotate/DESCR | 4 ++++
devel/p5-Log-Dispatch-FileRotate/Makefile | 19 +++++++++++++++++++
devel/p5-Log-Dispatch-FileRotate/PLIST | 1 +
devel/p5-Log-Dispatch-FileRotate/distinfo | 4 ++++
doc/CHANGES | 3 ++-
5 files changed, 30 insertions(+), 1 deletions(-)
diffs (58 lines):
diff -r 5f845568a981 -r 0be78e2b587e devel/p5-Log-Dispatch-FileRotate/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-Dispatch-FileRotate/DESCR Mon Dec 29 13:19:34 2003 +0000
@@ -0,0 +1,4 @@
+This module provides a simple object for logging to files under the
+Log::Dispatch::* system, automatically rotating them according to
+different constraints. This is basically a Log::Dispatch::File wrapper
+with additions.
diff -r 5f845568a981 -r 0be78e2b587e devel/p5-Log-Dispatch-FileRotate/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-Dispatch-FileRotate/Makefile Mon Dec 29 13:19:34 2003 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/29 13:19:34 grant Exp $
+
+DISTNAME= Log-Dispatch-FileRotate-1.11
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+COMMENT= Perl5 module to log to files which archive/rotate themselves
+
+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
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Log/Dispatch/FileRotate/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5f845568a981 -r 0be78e2b587e devel/p5-Log-Dispatch-FileRotate/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-Dispatch-FileRotate/PLIST Mon Dec 29 13:19:34 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/29 13:19:34 grant Exp $
diff -r 5f845568a981 -r 0be78e2b587e devel/p5-Log-Dispatch-FileRotate/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-Dispatch-FileRotate/distinfo Mon Dec 29 13:19:34 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/29 13:19:34 grant Exp $
+
+SHA1 (Log-Dispatch-FileRotate-1.11.tar.gz) = 62f2d188e4aaa04c4bc4227365311719914a90eb
+Size (Log-Dispatch-FileRotate-1.11.tar.gz) = 12080 bytes
diff -r 5f845568a981 -r 0be78e2b587e doc/CHANGES
--- a/doc/CHANGES Mon Dec 29 12:54:16 2003 +0000
+++ b/doc/CHANGES Mon Dec 29 13:19:34 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4286 2003/12/29 12:54:16 recht Exp $
+$NetBSD: CHANGES,v 1.4287 2003/12/29 13:21:32 grant Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -5475,3 +5475,4 @@
Updated p5-Log-Dispatch to 2.08 [grant 2003-12-29]
Removed metacity-setup [recht 2003-12-29]
Updated win32-codecs to 031029nb1 [recht 2003-12-29]
+ Added p5-Log-Dispatch-FileRotate-1.11 [grant 2003-12-29]
Home |
Main Index |
Thread Index |
Old Index