diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-11 20:35:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-11 20:35:25 +0000 |
commit | 94c40ac78da251dff3ae8b7231c0a5afbc32f779 (patch) | |
tree | 4a344229727ecfea69f395a18c43c3f6f48f5cf7 /math | |
parent | ecd10303fa8d4eaa7f8e49396ff592bf8946ef78 (diff) | |
download | ports-94c40ac78da251dff3ae8b7231c0a5afbc32f779.tar.gz ports-94c40ac78da251dff3ae8b7231c0a5afbc32f779.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/pear-Structures_Graph/Makefile | 29 | ||||
-rw-r--r-- | math/pear-Structures_Graph/distinfo | 2 | ||||
-rw-r--r-- | math/pear-Structures_Graph/pkg-descr | 6 |
4 files changed, 38 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 1fac1c463a82..49249db056ff 100644 --- a/math/Makefile +++ b/math/Makefile @@ -181,6 +181,7 @@ SUBDIR += pari SUBDIR += pari-devel SUBDIR += parmetis + SUBDIR += pear-Structures_Graph SUBDIR += petsc SUBDIR += petsc-mpich SUBDIR += php4-bcmath diff --git a/math/pear-Structures_Graph/Makefile b/math/pear-Structures_Graph/Makefile new file mode 100644 index 000000000000..ca84cafa65ec --- /dev/null +++ b/math/pear-Structures_Graph/Makefile @@ -0,0 +1,29 @@ +# Ports collection makefile for: pear-Structures_Graph +# Date created: 09 March 2005 +# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) +# +# $FreeBSD$ +# + +PORTNAME= Structures_Graph +PORTVERSION= 1.0.1 +CATEGORIES= math devel pear + +MAINTAINER= antonio@php.net +COMMENT= PEAR graph datastructure manipulation library + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= Structures +FILES= Graph/Manipulator/TopologicalSorter.php \ + Graph/Manipulator/AcyclicTest.php Graph/Node.php Graph.php +DOCS= Structures_Graph.pkg +_DOCSDIR= docs/tutorials/Structures_Graph + +post-extract: + @${MV} ${WRKSRC}/Structures/* ${WRKSRC}/ + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include <bsd.port.post.mk> diff --git a/math/pear-Structures_Graph/distinfo b/math/pear-Structures_Graph/distinfo new file mode 100644 index 000000000000..0a9a36e79b31 --- /dev/null +++ b/math/pear-Structures_Graph/distinfo @@ -0,0 +1,2 @@ +MD5 (PEAR/Structures_Graph-1.0.1.tgz) = 97baf9bf892a6a54213d193767f97a09 +SIZE (PEAR/Structures_Graph-1.0.1.tgz) = 7060 diff --git a/math/pear-Structures_Graph/pkg-descr b/math/pear-Structures_Graph/pkg-descr new file mode 100644 index 000000000000..82fcd07111d6 --- /dev/null +++ b/math/pear-Structures_Graph/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: http://pear.php.net/package/Structures_Graph/ |