pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Log-LogLite Import p5-Log-LogLite from pkgsrc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8b596144e4da
branches: trunk
changeset: 483838:8b596144e4da
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Nov 20 04:19:40 2004 +0000
description:
Import p5-Log-LogLite from pkgsrc-wip. Packaged by Hiramatsu Yoshifumi.
Log::LogLite class helps us create simple logs for our application.
The Lite suffix refers mainly to the ease of use of this class,
although the class is quite simple anyway.
diffstat:
devel/p5-Log-LogLite/DESCR | 3 +++
devel/p5-Log-LogLite/Makefile | 22 ++++++++++++++++++++++
devel/p5-Log-LogLite/PLIST | 1 +
devel/p5-Log-LogLite/distinfo | 4 ++++
4 files changed, 30 insertions(+), 0 deletions(-)
diffs (46 lines):
diff -r 634ca3782797 -r 8b596144e4da devel/p5-Log-LogLite/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-LogLite/DESCR Sat Nov 20 04:19:40 2004 +0000
@@ -0,0 +1,3 @@
+Log::LogLite class helps us create simple logs for our application.
+The Lite suffix refers mainly to the ease of use of this class,
+although the class is quite simple anyway.
diff -r 634ca3782797 -r 8b596144e4da devel/p5-Log-LogLite/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-LogLite/Makefile Sat Nov 20 04:19:40 2004 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/20 04:19:40 minskim Exp $
+#
+
+DISTNAME= Log-LogLite-0.82
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5llt
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
+
+MAINTAINER= hiramatu%boreas.dti.ne.jp@localhost
+HOMEPAGE= http://search.cpan.org/dist/Log-LogLite/
+COMMENT= Simple logging class for Perl
+
+DEPENDS+= p5-IO-LockedFile>=0.23:../../devel/p5-IO-LockedFile
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Log/LogLite/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 634ca3782797 -r 8b596144e4da devel/p5-Log-LogLite/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-LogLite/PLIST Sat Nov 20 04:19:40 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/20 04:19:40 minskim Exp $
diff -r 634ca3782797 -r 8b596144e4da devel/p5-Log-LogLite/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-LogLite/distinfo Sat Nov 20 04:19:40 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/20 04:19:40 minskim Exp $
+
+SHA1 (Log-LogLite-0.82.tar.gz) = 800d2734d6cf8e8696ce5f95a460f35152472491
+Size (Log-LogLite-0.82.tar.gz) = 5713 bytes
Home |
Main Index |
Thread Index |
Old Index