diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-05-06 05:02:58 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-05-06 05:02:58 +0800 |
commit | 9d7920752bfda6523ab1ece761dd64f8eb4a8a89 (patch) | |
tree | 8e8f3c66c0b3395a0dc8319f2b9b425faccbaf0a /devel/p5-BFD | |
parent | 4f29ada463a1e866289215bc7fe693391d06d16b (diff) | |
download | freebsd-ports-gnome-9d7920752bfda6523ab1ece761dd64f8eb4a8a89.tar.gz freebsd-ports-gnome-9d7920752bfda6523ab1ece761dd64f8eb4a8a89.tar.zst freebsd-ports-gnome-9d7920752bfda6523ab1ece761dd64f8eb4a8a89.zip |
Add p5-BFD 0.31, impromptu dumping of data structures for debugging
purposes.
PR: ports/66224
Submitted by: Autrijus Tang <autrijus@autrijus.org>
Diffstat (limited to 'devel/p5-BFD')
-rw-r--r-- | devel/p5-BFD/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-BFD/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-BFD/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-BFD/pkg-plist | 2 |
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/p5-BFD/Makefile b/devel/p5-BFD/Makefile new file mode 100644 index 000000000000..f1bda8f0faa3 --- /dev/null +++ b/devel/p5-BFD/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: devel/p5-BFD +# Date created: May 2004 +# Whom: Autrijus Tang <autrijus@autrijus.org> +# +# $FreeBSD$ +# + +PORTNAME= BFD +PORTVERSION= 0.31 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/R/RB/RBS +PKGNAMEPREFIX= p5- + +MAINTAINER= autrijus@autrijus.org +COMMENT= Impromptu dumping of data structures for debugging purposes + +PERL_CONFIGURE= yes + +MAN3= BFD.3 + +.include <bsd.port.mk> diff --git a/devel/p5-BFD/distinfo b/devel/p5-BFD/distinfo new file mode 100644 index 000000000000..a7fc4856a55a --- /dev/null +++ b/devel/p5-BFD/distinfo @@ -0,0 +1,2 @@ +MD5 (BFD-0.31.tar.gz) = 7715ecf4133b9ab1ddabf9221663d576 +SIZE (BFD-0.31.tar.gz) = 2773 diff --git a/devel/p5-BFD/pkg-descr b/devel/p5-BFD/pkg-descr new file mode 100644 index 000000000000..59e22eb4ac9d --- /dev/null +++ b/devel/p5-BFD/pkg-descr @@ -0,0 +1,3 @@ +BFD allows for impromptu dumping of output to STDERR. Useful when you +want to take a peek at a nest Perl data structure by emitting (relatively) +nicely formatted output with filename and line number prefixed to each line. diff --git a/devel/p5-BFD/pkg-plist b/devel/p5-BFD/pkg-plist new file mode 100644 index 000000000000..3067e8587165 --- /dev/null +++ b/devel/p5-BFD/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/BFD.pm +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/BFD 2>/dev/null || true |