From 486fa1350e3c6831e8c43202397f83f1574294c8 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Wed, 21 Jan 2009 13:28:49 +0000 Subject: [PATCH] Add p5-Carp-Always 0.09, perl extension to warn and die noisily with stack backtraces. --- devel/Makefile | 1 + devel/p5-Carp-Always/Makefile | 21 +++++++++++++++++++++ devel/p5-Carp-Always/distinfo | 3 +++ devel/p5-Carp-Always/pkg-descr | 5 +++++ devel/p5-Carp-Always/pkg-plist | 5 +++++ 5 files changed, 35 insertions(+) create mode 100644 devel/p5-Carp-Always/Makefile create mode 100644 devel/p5-Carp-Always/distinfo create mode 100644 devel/p5-Carp-Always/pkg-descr create mode 100644 devel/p5-Carp-Always/pkg-plist diff --git a/devel/Makefile b/devel/Makefile index 4bd8b30fbaac..1c2858c359e5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1001,6 +1001,7 @@ SUBDIR += p5-Cache-Mmap SUBDIR += p5-Cache-Simple-TimedExpiry SUBDIR += p5-Calendar-Simple + SUBDIR += p5-Carp-Always SUBDIR += p5-Carp-Assert SUBDIR += p5-Carp-Assert-More SUBDIR += p5-Carp-Clan diff --git a/devel/p5-Carp-Always/Makefile b/devel/p5-Carp-Always/Makefile new file mode 100644 index 000000000000..389613451a6a --- /dev/null +++ b/devel/p5-Carp-Always/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: Carp::Always +# Date created: 21 Jan 2009 +# Whom: Jun Kuriyama +# +# $FreeBSD$ +# + +PORTNAME= Carp-Always +PORTVERSION= 0.09 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to warn and die noisily with stack backtraces + +PERL_CONFIGURE= yes + +MAN3= Carp::Always.3 + +.include diff --git a/devel/p5-Carp-Always/distinfo b/devel/p5-Carp-Always/distinfo new file mode 100644 index 000000000000..c7b5bd916c51 --- /dev/null +++ b/devel/p5-Carp-Always/distinfo @@ -0,0 +1,3 @@ +MD5 (Carp-Always-0.09.tar.gz) = fbe35d97b541240f4fddd3fa3b9da467 +SHA256 (Carp-Always-0.09.tar.gz) = 7467402b69682ab1459d0c07164c6cc036329a42ada8e3bd06f0ff48e324ccd3 +SIZE (Carp-Always-0.09.tar.gz) = 4547 diff --git a/devel/p5-Carp-Always/pkg-descr b/devel/p5-Carp-Always/pkg-descr new file mode 100644 index 000000000000..af1283e9d4a7 --- /dev/null +++ b/devel/p5-Carp-Always/pkg-descr @@ -0,0 +1,5 @@ +This module is meant as a debugging aid. It can be used to make a +script complain loudly with stack backtraces when warn()ing or +die()ing. + +WWW: http://search.cpan.org/dist/Carp-Always/ diff --git a/devel/p5-Carp-Always/pkg-plist b/devel/p5-Carp-Always/pkg-plist new file mode 100644 index 000000000000..f8b0c35dacd7 --- /dev/null +++ b/devel/p5-Carp-Always/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Carp/Always/.packlist +%%SITE_PERL%%/Carp/Always.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Carp/Always +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Carp +@dirrmtry %%SITE_PERL%%/Carp