SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

11
devel/p5-B-Graph/Makefile Normal file
View file

@ -0,0 +1,11 @@
COMMENT= backend to diagram op trees
MODULES= cpan
PKG_ARCH= *
DISTNAME= B-Graph-0.51
REVISION= 3
CATEGORIES= devel
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (B-Graph-0.51.tar.gz) = fpmCbb8bRBgUizqpG5HbRJ9xyteljRR2h69MGVaQGXY=
SIZE (B-Graph-0.51.tar.gz) = 12505

View file

@ -0,0 +1,6 @@
This module is a layer between the perl-internals-examining parts of
Malcolm Beattie's perl compiler (the B::* classes) and your favorite
graph layout tool (currently Dot and VGC are supported, but adding
others would be easy). It examines the internal structures that perl
builds to represent your code (OPs and SVs), and generates
specifications for multicolored boxes and arrows to represent them.

View file

@ -0,0 +1,3 @@
${P5SITE}/B/
${P5SITE}/B/Graph.pm
@man man/man3p/B::Graph.3p