Skip to content

Commit

Permalink
Initial import of p5-GraphViz version 1.5 into the Packages Collection.
Browse files Browse the repository at this point in the history
This perl module 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.
  • Loading branch information
seb committed Aug 28, 2002
1 parent dc0d4a8 commit 0a24d9b
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
3 changes: 3 additions & 0 deletions graphics/p5-GraphViz/DESCR
@@ -0,0 +1,3 @@
This perl module 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.
25 changes: 25 additions & 0 deletions graphics/p5-GraphViz/Makefile
@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.1.1.1 2002/08/28 19:39:52 seb Exp $
#

DISTNAME= GraphViz-1.5
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GraphViz/}

MAINTAINER= packages@netbsd.org
COMMENT= Perl interface to the Graphviz tools set

DEPENDS+= graphviz>=1.8.5:../../graphics/graphviz
DEPENDS+= p5-Graph>=0.201:../../devel/p5-Graph
DEPENDS+= p5-IPC-Run>=0.74:../../devel/p5-IPC-Run
DEPENDS+= p5-Math-Bezier>=0.01:../../math/p5-Math-Bezier

USE_BUILDLINK2= yes
USE_X11= yes
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GraphViz/.packlist

do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL

.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
1 change: 1 addition & 0 deletions graphics/p5-GraphViz/PLIST
@@ -0,0 +1 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/28 19:39:52 seb Exp $
4 changes: 4 additions & 0 deletions graphics/p5-GraphViz/distinfo
@@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2002/08/28 19:39:52 seb Exp $

SHA1 (GraphViz-1.5.tar.gz) = 3b608c4f23aded7211da44ddb5b3ef7ec57438e2
Size (GraphViz-1.5.tar.gz) = 113053 bytes

0 comments on commit 0a24d9b

Please sign in to comment.