pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Log4perl Initial import of p5-Test-Log4p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d911f53faf92
branches:  trunk
changeset: 546567:d911f53faf92
user:      seb <seb%pkgsrc.org@localhost>
date:      Fri Sep 05 01:01:14 2008 +0000

description:
Initial import of p5-Test-Log4perl version 0.1001 in the NetBSD
Packages Collection.

The Perl 5 module Test::Log4perl can be used to test that you're
logging the right thing with Log::Log4perl. It checks that we get
what, and only what, we expect logged by your code.

diffstat:

 devel/p5-Test-Log4perl/DESCR    |   3 +++
 devel/p5-Test-Log4perl/Makefile |  24 ++++++++++++++++++++++++
 devel/p5-Test-Log4perl/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 993899778a2a -r d911f53faf92 devel/p5-Test-Log4perl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Log4perl/DESCR      Fri Sep 05 01:01:14 2008 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module Test::Log4perl can be used to test that you're
+logging the right thing with Log::Log4perl. It checks that we get
+what, and only what, we expect logged by your code.
diff -r 993899778a2a -r d911f53faf92 devel/p5-Test-Log4perl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Log4perl/Makefile   Fri Sep 05 01:01:14 2008 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/05 01:01:14 seb Exp $
+#
+
+DISTNAME=      Test-Log4perl-0.1001
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Test-Log4perl/
+COMMENT=       Perl 5 module to test Log::Log4perl
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Test/Log4perl/.packlist
+
+DEPENDS+=      p5-Class-Accessor-Chained-[0-9]*:../../devel/p5-Class-Accessor-Chained
+DEPENDS+=      p5-Lingua-EN-Numbers-Ordinate-[0-9]*:../../textproc/p5-Lingua-EN-Numbers-Ordinate
+DEPENDS+=      p5-Log-Log4perl-[0-9]*:../../devel/p5-Log-Log4perl
+DEPENDS+=      p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 993899778a2a -r d911f53faf92 devel/p5-Test-Log4perl/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Log4perl/distinfo   Fri Sep 05 01:01:14 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/09/05 01:01:14 seb Exp $
+
+SHA1 (Test-Log4perl-0.1001.tar.gz) = 4541b60cef49876dffdd07494e1a9f3838deff22
+RMD160 (Test-Log4perl-0.1001.tar.gz) = 0ff67eb8c5b9b2d45bd3f54c65c4652325c2f174
+Size (Test-Log4perl-0.1001.tar.gz) = 9394 bytes



Home | Main Index | Thread Index | Old Index