summaryrefslogtreecommitdiff
path: root/graphics/p5-GraphViz/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2005-04-20 08:42:11 +0000
committerseb <seb@pkgsrc.org>2005-04-20 08:42:11 +0000
commit3377dc4e78cd504aa09065f2964b76036e98f3f5 (patch)
treebbb429cbcbd66c7a193ff90c31c927a9dfff5d18 /graphics/p5-GraphViz/Makefile
parentdc26a64da95a3a338cefc75793ddbd1df176f733 (diff)
downloadpkgsrc-3377dc4e78cd504aa09065f2964b76036e98f3f5.tar.gz
Update to version 2.02
Add (pseudo) HOMEPAGE, trim dependencies, install examples. Changes since last packaged version (1.8): 2.02 Fri Jan 7 18:51:06 GMT 2005 - remove dependencies on Graph and Math::Bezier - make GraphViz HTML-Like labels work (spotted by Patrice Dehais) - updated (including much documentation) to support newer additions to the dot language (by Max Baker) - new test which tests the POD 2.01 Fri Sep 24 17:02:29 BST 2004 - no longer *always* quote the label in add_node() in order to let GraphViz::Data::Structure work again (sorry) 2.00 Wed Aug 25 16:30:53 BST 2004 - thanks to Ron Savage, patched to work under systems which have an executable extension, such as Windows 1.9 Tue Aug 24 15:30:31 BST 2004 - check for "dot" in the Makefile.PL instead of a test, as suggested by Autrijus Tang - renamed Changes to CHANGES - clusters can now take attributes as a hashref, thanks to patch from Richard A.Wells (see clusters2.pl) - fix docbug in GraphViz::Parse::Yapp (spotted by Mark Fowler) - better quoting (patch by Barrie Slaymaker) - document as_debug (suggested by Richard Clamp)
Diffstat (limited to 'graphics/p5-GraphViz/Makefile')
-rw-r--r--graphics/p5-GraphViz/Makefile18
1 files changed, 11 insertions, 7 deletions
diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile
index 9b5c5a7705c..ed8d67ccc0f 100644
--- a/graphics/p5-GraphViz/Makefile
+++ b/graphics/p5-GraphViz/Makefile
@@ -1,23 +1,27 @@
-# $NetBSD: Makefile,v 1.11 2005/04/11 21:46:07 tv Exp $
+# $NetBSD: Makefile,v 1.12 2005/04/20 08:42:11 seb Exp $
#
-DISTNAME= GraphViz-1.8
+DISTNAME= GraphViz-2.02
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GraphViz/}
MAINTAINER= seb@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/GraphViz/
COMMENT= Perl interface to the Graphviz tools set
-DEPENDS+= p5-Graph>=0.201:../../devel/p5-Graph
+# This is for the 'test' target
+BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
+
DEPENDS+= p5-IPC-Run>=0.74:../../devel/p5-IPC-Run
-DEPENDS+= p5-Math-Bezier>=0.01:../../math/p5-Math-Bezier
-DEPENDS+= p5-Math-Bezier>=0.01:../../math/p5-Math-Bezier
-DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GraphViz/.packlist
+INSTALLATION_DIRS= share/examples/p5-GraphViz
+
+post-install:
+ cd ${WRKSRC}/examples && \
+ ${PAX} -pm -rw . ${PREFIX}/share/examples/p5-GraphViz
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"