Add p5-GraphViz, perl interface to the GraphViz graphing tool.
This commit is contained in:
parent
e170835c9d
commit
e36b36029a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48630
@ -190,6 +190,7 @@
|
||||
SUBDIR += p5-GD-Graph3d
|
||||
SUBDIR += p5-GD-TextUtil
|
||||
SUBDIR += p5-Gimp
|
||||
SUBDIR += p5-GraphViz
|
||||
SUBDIR += p5-Graphics-ColorNames
|
||||
SUBDIR += p5-Image-Grab
|
||||
SUBDIR += p5-Image-Info
|
||||
|
38
graphics/p5-GraphViz/Makefile
Normal file
38
graphics/p5-GraphViz/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# New ports collection makefile for: graphics/p5-GraphViz
|
||||
# Date created: 09 October 2001
|
||||
# Whom: tobez
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= GraphViz
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= GraphViz
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Graph.pm:${PORTSDIR}/math/p5-Graph \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Math/Bezier.pm:${PORTSDIR}/math/p5-Math-Bezier
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
||||
dot:${PORTSDIR}/graphics/graphviz
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Devel::GraphVizProf.3 \
|
||||
GraphViz.3 \
|
||||
GraphViz::Data::Grapher.3 \
|
||||
GraphViz::No.3 \
|
||||
GraphViz::Parse::RecDescent.3 \
|
||||
GraphViz::Parse::Yacc.3 \
|
||||
GraphViz::Parse::Yapp.3 \
|
||||
GraphViz::Regex.3 \
|
||||
GraphViz::Remote.3 \
|
||||
GraphViz::Small.3 \
|
||||
GraphViz::XML.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/p5-GraphViz/distinfo
Normal file
1
graphics/p5-GraphViz/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (GraphViz-1.4.tar.gz) = c04bb56bc410b2c0084a85999e79ebfa
|
1
graphics/p5-GraphViz/pkg-comment
Normal file
1
graphics/p5-GraphViz/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
GraphViz - Perl interface to the GraphViz graphing tool
|
9
graphics/p5-GraphViz/pkg-descr
Normal file
9
graphics/p5-GraphViz/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
This modules provides an interface to layout and generate images of
|
||||
directed graphs in a variety of formats (PostScript, PNG, etc.) using
|
||||
the "dot" and "neato" programs from the GraphViz project
|
||||
(http://www.graphviz.org/).
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=GraphViz
|
||||
|
||||
-Anton
|
||||
<tobez@FreeBSD.org>
|
17
graphics/p5-GraphViz/pkg-plist
Normal file
17
graphics/p5-GraphViz/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GraphViz/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/GraphViz.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Devel/GraphVizProf.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Small.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Regex.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/GraphViz/XML.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/GraphViz/No.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Remote.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Parse/Yapp.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Parse/RecDescent.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Parse/Yacc.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Data/Grapher.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Parse
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Data
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GraphViz 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Devel 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/GraphViz 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user