SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
devel/p5-B-Graph/Makefile
Normal file
11
devel/p5-B-Graph/Makefile
Normal 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>
|
2
devel/p5-B-Graph/distinfo
Normal file
2
devel/p5-B-Graph/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (B-Graph-0.51.tar.gz) = fpmCbb8bRBgUizqpG5HbRJ9xyteljRR2h69MGVaQGXY=
|
||||
SIZE (B-Graph-0.51.tar.gz) = 12505
|
6
devel/p5-B-Graph/pkg/DESCR
Normal file
6
devel/p5-B-Graph/pkg/DESCR
Normal 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.
|
3
devel/p5-B-Graph/pkg/PLIST
Normal file
3
devel/p5-B-Graph/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/B/
|
||||
${P5SITE}/B/Graph.pm
|
||||
@man man/man3p/B::Graph.3p
|
Loading…
Add table
Add a link
Reference in a new issue