mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Add p5-Log-Trace 1.070, provides a unified approach to tracing.
This commit is contained in:
parent
46e092f79b
commit
1079043d90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192028
@ -1287,6 +1287,7 @@
|
||||
SUBDIR += p5-Log-Message
|
||||
SUBDIR += p5-Log-Message-Simple
|
||||
SUBDIR += p5-Log-Simple
|
||||
SUBDIR += p5-Log-Trace
|
||||
SUBDIR += p5-Log-TraceMessages
|
||||
SUBDIR += p5-Logfile-Rotate
|
||||
SUBDIR += p5-Luka
|
||||
|
23
devel/p5-Log-Trace/Makefile
Normal file
23
devel/p5-Log-Trace/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: devel/p5-Log-Trace
|
||||
# Date created: 27 May 2007
|
||||
# Whom: Lars Thegler <lth@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Log-Trace
|
||||
PORTVERSION= 1.070
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Log
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lth@FreeBSD.org
|
||||
COMMENT= Provides a unified approach to tracing
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Log::Trace.3 \
|
||||
Log::Trace::Manual.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Log-Trace/distinfo
Normal file
3
devel/p5-Log-Trace/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Log-Trace-1.070.tar.gz) = 773aefa7539b1857edb3e225cfbc4a22
|
||||
SHA256 (Log-Trace-1.070.tar.gz) = 9ecb8258ef30c2f24deff4917240d0fe73242da5b2192402f79815b092ed36e3
|
||||
SIZE (Log-Trace-1.070.tar.gz) = 25548
|
3
devel/p5-Log-Trace/pkg-descr
Normal file
3
devel/p5-Log-Trace/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A module to provide a unified approach to tracing.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Log-Trace/
|
7
devel/p5-Log-Trace/pkg-plist
Normal file
7
devel/p5-Log-Trace/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Log/Trace.pm
|
||||
%%SITE_PERL%%/Log/Trace/Manual.pod
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Trace/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Trace
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log
|
||||
@dirrmtry %%SITE_PERL%%/Log/Trace
|
||||
@dirrmtry %%SITE_PERL%%/Log
|
Loading…
Reference in New Issue
Block a user