1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Adding ports graphics/p5-GraphViz-Traverse, Build a GraphViz object via callback traversal.

Approved by:	tobez (implicit)
This commit is contained in:
Aaron Dalton 2006-06-05 22:35:26 +00:00
parent c571b28149
commit faeefb90e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164539
5 changed files with 47 additions and 0 deletions

View File

@ -420,6 +420,7 @@
SUBDIR += p5-Graph-Writer-GraphViz
SUBDIR += p5-GraphViz
SUBDIR += p5-GraphViz-Data-Structure
SUBDIR += p5-GraphViz-Traverse
SUBDIR += p5-Graphics-ColorNames
SUBDIR += p5-Image-ExifTool
SUBDIR += p5-Image-Grab

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: p5-GraphViz-Traverse
# Date created: 02 Jun 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= GraphViz-Traverse
PORTVERSION= 0.02
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GraphViz
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= Build a GraphViz object via callback traversal
BUILD_DEPENDS= ${SITE_PERL}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= GraphViz::Traverse.3 GraphViz::Traverse::Filesystem.3
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (GraphViz-Traverse-0.02.tar.gz) = a4f8daf2c5db419f81b543f3dd1e6f04
SHA256 (GraphViz-Traverse-0.02.tar.gz) = 6df83d0e7b911a3edd92419b73a9ff274ddd45e20e775601320b3e67be91816f
SIZE (GraphViz-Traverse-0.02.tar.gz) = 4778

View File

@ -0,0 +1,5 @@
A GraphViz::Traverse object represents a base class for inheriting by
other traversal modules.
WWW: http://search.cpan.org/dist/GraphViz-Traverse
Author: Gene Boggs <gene@cpan.org>

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/GraphViz/Traverse.pm
%%SITE_PERL%%/GraphViz/Traverse/Filesystem.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz/Traverse/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz/Traverse
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz
@dirrm %%SITE_PERL%%/GraphViz/Traverse
@dirrmtry %%SITE_PERL%%/GraphViz