From 0f45dc2c136464b2150c7e0e976bb2375d1acde9 Mon Sep 17 00:00:00 2001 From: minskim Date: Sat, 20 Nov 2004 04:19:40 +0000 Subject: 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. --- 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(+) create mode 100644 devel/p5-Log-LogLite/DESCR create mode 100644 devel/p5-Log-LogLite/Makefile create mode 100644 devel/p5-Log-LogLite/PLIST create mode 100644 devel/p5-Log-LogLite/distinfo (limited to 'devel/p5-Log-LogLite') diff --git a/devel/p5-Log-LogLite/DESCR b/devel/p5-Log-LogLite/DESCR new file mode 100644 index 00000000000..a17bc268432 --- /dev/null +++ b/devel/p5-Log-LogLite/DESCR @@ -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 --git a/devel/p5-Log-LogLite/Makefile b/devel/p5-Log-LogLite/Makefile new file mode 100644 index 00000000000..a9462710722 --- /dev/null +++ b/devel/p5-Log-LogLite/Makefile @@ -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 +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 --git a/devel/p5-Log-LogLite/PLIST b/devel/p5-Log-LogLite/PLIST new file mode 100644 index 00000000000..ca88d2f3cee --- /dev/null +++ b/devel/p5-Log-LogLite/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/20 04:19:40 minskim Exp $ diff --git a/devel/p5-Log-LogLite/distinfo b/devel/p5-Log-LogLite/distinfo new file mode 100644 index 00000000000..f3d97aed65c --- /dev/null +++ b/devel/p5-Log-LogLite/distinfo @@ -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 -- cgit v1.2.3