Date: Wed, 9 Mar 2005 11:24:28 -0300 (BRT) From: Antonio Carlos Venancio Junior <antonio@php.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/78624: New port: math/pear-Structures_Graph PEAR graph datastructure manipulation library Message-ID: <200503091424.j29EOS11072677@digitalsign.com> Resent-Message-ID: <200503091430.j29EU7bb034199@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78624 >Category: ports >Synopsis: New port: math/pear-Structures_Graph PEAR graph datastructure manipulation library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 09 14:30:06 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #5: Tue Feb 22 17:32:18 BRT 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: New port: math/pear-Structures_Graph PEAR graph datastructure manipulation library PEAR::Structures_Graph is a package for creating and manipulating graph datastructures. It allows building of directed and undirected graphs, with data and metadata stored in nodes. The library provides functions for graph traversing as well as for characteristic extraction from the graph topology. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pear-Structures_Graph # pear-Structures_Graph/Makefile # pear-Structures_Graph/distinfo # pear-Structures_Graph/pkg-descr # echo c - pear-Structures_Graph mkdir -p pear-Structures_Graph > /dev/null 2>&1 echo x - pear-Structures_Graph/Makefile sed 's/^X//' >pear-Structures_Graph/Makefile << 'END-of-pear-Structures_Graph/Makefile' X# Ports collection makefile for: pear-Structures_Graph X# Date created: 09 March 2005 X# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) X# X# $FreeBSD$ X# X XPORTNAME= Structures_Graph XPORTVERSION= 1.0.1 XCATEGORIES= math devel pear X XMAINTAINER= antonio@php.net XCOMMENT= PEAR graph datastructure manipulation library X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR XRUN_DEPENDS= ${BUILD_DEPENDS} X XCATEGORY= Structures XFILES= Graph/Manipulator/TopologicalSorter.php \ X Graph/Manipulator/AcyclicTest.php Graph/Node.php Graph.php XDOCS= Structures_Graph.pkg X_DOCSDIR= docs/tutorials/Structures_Graph X Xpost-extract: X @${MV} ${WRKSRC}/Structures/* ${WRKSRC}/ X X.include <bsd.port.pre.mk> X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include <bsd.port.post.mk> END-of-pear-Structures_Graph/Makefile echo x - pear-Structures_Graph/distinfo sed 's/^X//' >pear-Structures_Graph/distinfo << 'END-of-pear-Structures_Graph/distinfo' XMD5 (PEAR/Structures_Graph-1.0.1.tgz) = 97baf9bf892a6a54213d193767f97a09 XSIZE (PEAR/Structures_Graph-1.0.1.tgz) = 7060 END-of-pear-Structures_Graph/distinfo echo x - pear-Structures_Graph/pkg-descr sed 's/^X//' >pear-Structures_Graph/pkg-descr << 'END-of-pear-Structures_Graph/pkg-descr' XPEAR::Structures_Graph is a package for creating and manipulating graph Xdatastructures. It allows building of directed and undirected graphs, with Xdata and metadata stored in nodes. The library provides functions for graph Xtraversing as well as for characteristic extraction from the graph topology. X XWWW: http://pear.php.net/package/Structures_Graph/ END-of-pear-Structures_Graph/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503091424.j29EOS11072677>