Add p5-Catalyst-View-GraphViz 0.05, catalyst::View::GraphViz - GraphViz
View Class. PR: ports/93167 Submitted by: Zach Thompson <hideo@lastamericanempire.com>
This commit is contained in:
parent
9f07c57763
commit
7556ef8f9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156404
5 changed files with 52 additions and 0 deletions
|
@ -539,6 +539,7 @@
|
|||
SUBDIR += p5-Catalyst-Plugin-SubRequest
|
||||
SUBDIR += p5-Catalyst-Plugin-Textile
|
||||
SUBDIR += p5-Catalyst-Plugin-XMLRPC
|
||||
SUBDIR += p5-Catalyst-View-GraphViz
|
||||
SUBDIR += p5-Catalyst-View-HTML-Template
|
||||
SUBDIR += p5-Catalyst-View-Mason
|
||||
SUBDIR += p5-Catalyst-View-TT
|
||||
|
|
34
www/p5-Catalyst-View-GraphViz/Makefile
Normal file
34
www/p5-Catalyst-View-GraphViz/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# New ports collection makefile for: www/p5-Catalyst-View-GraphViz
|
||||
# Date created: 10 February 2006
|
||||
# Whom: Zach Thompson <hideo@lastamericanempire.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Catalyst-View-GraphViz
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Catalyst
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= hideo@lastamericanempire.com
|
||||
COMMENT= Catalyst::View::GraphViz - GraphViz View Class
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Catalyst/Plugin/SubRequest.pm:${PORTSDIR}/www/p5-Catalyst-Plugin-SubRequest \
|
||||
${SITE_PERL}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Catalyst::Helper::View::GraphView.3 \
|
||||
Catalyst::Helper::View::GraphViz.3 \
|
||||
Catalyst::View::GraphViz.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
IGNORE= requires Perl 5.8. Install lang/perl5.8, and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
www/p5-Catalyst-View-GraphViz/distinfo
Normal file
3
www/p5-Catalyst-View-GraphViz/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Catalyst-View-GraphViz-0.05.tar.gz) = d94ae0227f77a4e751b2767519081d79
|
||||
SHA256 (Catalyst-View-GraphViz-0.05.tar.gz) = 68d27f70bf945f6d8ed1281dbd60c22442ddc8cf25b2c26102a82035cd4330ae
|
||||
SIZE (Catalyst-View-GraphViz-0.05.tar.gz) = 6416
|
3
www/p5-Catalyst-View-GraphViz/pkg-descr
Normal file
3
www/p5-Catalyst-View-GraphViz/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This is the Catalyst view class for GraphViz.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Catalyst-View-GraphViz
|
11
www/p5-Catalyst-View-GraphViz/pkg-plist
Normal file
11
www/p5-Catalyst-View-GraphViz/pkg-plist
Normal file
|
@ -0,0 +1,11 @@
|
|||
%%SITE_PERL%%/Catalyst/Helper/View/GraphView.pm
|
||||
%%SITE_PERL%%/Catalyst/Helper/View/GraphViz.pm
|
||||
%%SITE_PERL%%/Catalyst/View/GraphViz.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/GraphViz/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/GraphViz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/Helper/View
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/Helper
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/View
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst
|
Loading…
Reference in a new issue