diff options
author | minskim <minskim@pkgsrc.org> | 2004-11-20 04:19:40 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-11-20 04:19:40 +0000 |
commit | 0f45dc2c136464b2150c7e0e976bb2375d1acde9 (patch) | |
tree | a5817be3ea7581432fbaa880b7978b784032c47e | |
parent | 31d2e550cdbde80d9342407d1477f1d9055e451d (diff) | |
download | pkgsrc-0f45dc2c136464b2150c7e0e976bb2375d1acde9.tar.gz |
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.
-rw-r--r-- | devel/p5-Log-LogLite/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-Log-LogLite/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Log-LogLite/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Log-LogLite/distinfo | 4 |
4 files changed, 30 insertions, 0 deletions
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 |