View | Details | Raw Unified | Return to bug 179013
Collapse All | Expand All

(-)./Makefile (-9 / +3 lines)
Lines 1-12 Link Here
1
# New ports collection makefile for:	p5-Log-Log4perl
1
# Created by: Lars Thegler <lars@thegler.dk>
2
# Date created:				Sat Oct 19 11:22:09 CEST 2002
3
# Whom:					Lars Thegler <lars@thegler.dk>
4
#
5
# $FreeBSD: ports/devel/p5-Log-Log4perl/Makefile,v 1.69 2012/12/09 17:04:25 svnexp Exp $
2
# $FreeBSD: ports/devel/p5-Log-Log4perl/Makefile,v 1.69 2012/12/09 17:04:25 svnexp Exp $
6
#
7
3
8
PORTNAME=	Log-Log4perl
4
PORTNAME=	Log-Log4perl
9
PORTVERSION=	1.40
5
PORTVERSION=	1.41
10
CATEGORIES=	devel perl5
6
CATEGORIES=	devel perl5
11
MASTER_SITES=	CPAN
7
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
8
PKGNAMEPREFIX=	p5-
Lines 14-22 Link Here
14
MAINTAINER=	lth@FreeBSD.org
10
MAINTAINER=	lth@FreeBSD.org
15
COMMENT=	Log4j implementation for Perl
11
COMMENT=	Log4j implementation for Perl
16
12
17
RUN_DEPENDS+=	p5-Storable>0:${PORTSDIR}/devel/p5-Storable
18
BUILD_DEPENDS:=	${RUN_DEPENDS}
19
20
PERL_CONFIGURE=	yes
13
PERL_CONFIGURE=	yes
21
14
22
MAN1=		l4p-tmpl.1
15
MAN1=		l4p-tmpl.1
Lines 47-52 Link Here
47
		Log::Log4perl::Filter::Boolean.3 \
40
		Log::Log4perl::Filter::Boolean.3 \
48
		Log::Log4perl::Filter::LevelMatch.3 \
41
		Log::Log4perl::Filter::LevelMatch.3 \
49
		Log::Log4perl::Filter::LevelRange.3 \
42
		Log::Log4perl::Filter::LevelRange.3 \
43
		Log::Log4perl::Filter::MDC.3 \
50
		Log::Log4perl::Filter::StringMatch.3 \
44
		Log::Log4perl::Filter::StringMatch.3 \
51
		Log::Log4perl::InternalDebug.3 \
45
		Log::Log4perl::InternalDebug.3 \
52
		Log::Log4perl::JavaMap.3 \
46
		Log::Log4perl::JavaMap.3 \
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Log-Log4perl-1.40.tar.gz) = 336f263adbfe16ee438e4bdb398ac088878bc4e59b023f892385fe8fee4feb25
1
SHA256 (Log-Log4perl-1.41.tar.gz) = 5128a16bd5e921a413450ed79604c2d7c35baca0d18d6e78fb64694ef79b5235
2
SIZE (Log-Log4perl-1.40.tar.gz) = 273132
2
SIZE (Log-Log4perl-1.41.tar.gz) = 273464
(-)./pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
behaviour of your system from the outside. It implements the widely
2
behaviour of your system from the outside. It implements the widely
3
popular (Java-based) Log4j logging package in pure Perl.
3
popular (Java-based) Log4j logging package in pure Perl.
4
4
5
WWW: http://log4perl.sourceforge.net
5
WWW: http://mschilli.github.io/log4perl/
(-)./pkg-plist (+1 lines)
Lines 26-31 Link Here
26
%%SITE_PERL%%/Log/Log4perl/Filter/Boolean.pm
26
%%SITE_PERL%%/Log/Log4perl/Filter/Boolean.pm
27
%%SITE_PERL%%/Log/Log4perl/Filter/LevelMatch.pm
27
%%SITE_PERL%%/Log/Log4perl/Filter/LevelMatch.pm
28
%%SITE_PERL%%/Log/Log4perl/Filter/LevelRange.pm
28
%%SITE_PERL%%/Log/Log4perl/Filter/LevelRange.pm
29
%%SITE_PERL%%/Log/Log4perl/Filter/MDC.pm
29
%%SITE_PERL%%/Log/Log4perl/Filter/StringMatch.pm
30
%%SITE_PERL%%/Log/Log4perl/Filter/StringMatch.pm
30
%%SITE_PERL%%/Log/Log4perl/InternalDebug.pm
31
%%SITE_PERL%%/Log/Log4perl/InternalDebug.pm
31
%%SITE_PERL%%/Log/Log4perl/JavaMap.pm
32
%%SITE_PERL%%/Log/Log4perl/JavaMap.pm

Return to bug 179013