Debugging And Tracing Ultimate Module.

This commit is contained in:
Jun Kuriyama 2002-08-06 11:11:37 +00:00
parent 9551af8f02
commit 1f942ca7c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64098
6 changed files with 54 additions and 0 deletions

View File

@ -382,6 +382,7 @@
SUBDIR += p5-C-Scan
SUBDIR += p5-Cache-Cache
SUBDIR += p5-Carp-Assert
SUBDIR += p5-Carp-Datum
SUBDIR += p5-Cdk
SUBDIR += p5-Class-Accessor
SUBDIR += p5-Class-ArrayObjects

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: p5-Carp-Datum
# Date created: Aug 5th 2002
# Whom: kuriyama
#
# $FreeBSD$
#
PORTNAME= Carp-Datum
PORTVERSION= 0.1.3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Carp
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
BUILD_DEPENDS= ${PM_BASE}/Log/Agent.pm:${PORTSDIR}/devel/p5-Log-Agent \
${PM_BASE}/Getargs/Long.pm:${PORTSDIR}/devel/p5-Getargs-Long
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
PM_BASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN1= datum_strip.1
MAN3= Carp::Datum::Assert.3 \
Carp::Datum.3 \
Carp::Datum::Strip.3 \
Carp::Datum::MakeMaker.3 \
Carp::Datum::Cfg.3 \
Carp::Datum::Flags.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Carp-Datum-0.1.3.tar.gz) = f4008370407069f3a3adfacb5a39d5dc

View File

@ -0,0 +1 @@
Debugging And Tracing Ultimate Module

View File

@ -0,0 +1,3 @@
Debugging And Tracing Ultimate Module.
WWW: http://search.cpan.org/search?dist=Carp-Datum

View File

@ -0,0 +1,15 @@
bin/datum_strip
lib/perl5/site_perl/%%PERL_VER%%/Carp/Datum.pm
lib/perl5/site_perl/%%PERL_VER%%/Carp/Datum/Assert.pm
lib/perl5/site_perl/%%PERL_VER%%/Carp/Datum/Cfg.pm
lib/perl5/site_perl/%%PERL_VER%%/Carp/Datum/Flags.pm
lib/perl5/site_perl/%%PERL_VER%%/Carp/Datum/MakeMaker.pm
lib/perl5/site_perl/%%PERL_VER%%/Carp/Datum/Makefile
lib/perl5/site_perl/%%PERL_VER%%/Carp/Datum/Parser.pm
lib/perl5/site_perl/%%PERL_VER%%/Carp/Datum/Parser.y
lib/perl5/site_perl/%%PERL_VER%%/Carp/Datum/Strip.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Carp/Datum/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Carp/Datum
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Carp/Datum
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Carp 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Carp 2>/dev/null || true