1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add p5-Graph-ReadWrite, reads and writes various graph formats

This commit is contained in:
Tilman Keskinoz 2004-08-12 16:00:47 +00:00
parent c271f79ff3
commit 5e938305e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116041
5 changed files with 52 additions and 0 deletions

View File

@ -302,6 +302,7 @@
SUBDIR += p5-GD-Graph
SUBDIR += p5-GD-Graph3d
SUBDIR += p5-GD-TextUtil
SUBDIR += p5-Graph-ReadWrite
SUBDIR += p5-GraphViz
SUBDIR += p5-GraphViz-Data-Structure
SUBDIR += p5-Graphics-ColorNames

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: p5-Graph-ReadWrite
# Date created: 2004-08-12
# Whom: arved
#
# $FreeBSD$
PORTNAME= Graph-ReadWrite
PORTVERSION= 1.07
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Graph
PKGNAMEPREFIX= p5-
MAINTAINER= arved@FreeBSD.org
COMMENT= Reading and Writing a variety of graph file formats
BUILD_DEPENDS= ${SITE_PERL}/Graph/Base.pm:${PORTSDIR}/math/p5-Graph \
${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Graph::Reader.3 Graph::Writer::HTK.3 Graph::Writer::daVinci.3 \
Graph::Writer::XML.3 Graph::Writer::Dot.3 Graph::Reader::HTK.3 \
Graph::Reader::XML.3 Graph::Writer::VCG.3 Graph::Reader::Dot.3 \
Graph::Writer.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (Graph-ReadWrite-1.07.tar.gz) = 2817c72f8157b837b1b3c28a8cbb5b55
SIZE (Graph-ReadWrite-1.07.tar.gz) = 22335

View File

@ -0,0 +1,6 @@
This is a collection of perl classes for reading and writing
directed graphs in a variety of file formats. The graphs are
represented in Perl using Jarkko Hietaniemi's Graph classes.
Author: Neil Bowers <neil@bowers.com>
WWW: http://search.cpan.org/~neilb/Graph-ReadWrite/

View File

@ -0,0 +1,14 @@
%%SITE_PERL%%/Graph/Reader.pm
%%SITE_PERL%%/Graph/Writer.pm
%%SITE_PERL%%/Graph/Reader/HTK.pm
%%SITE_PERL%%/Graph/Reader/XML.pm
%%SITE_PERL%%/Graph/Reader/Dot.pm
%%SITE_PERL%%/Graph/Writer/HTK.pm
%%SITE_PERL%%/Graph/Writer/daVinci.pm
%%SITE_PERL%%/Graph/Writer/XML.pm
%%SITE_PERL%%/Graph/Writer/Dot.pm
%%SITE_PERL%%/Graph/Writer/VCG.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph-ReadWrite/.packlist
@dirrm %%SITE_PERL%%/Graph/Reader/
@dirrm %%SITE_PERL%%/Graph/Writer/
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph-ReadWrite