diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2007-02-09 09:07:44 +0000 |
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2007-02-09 09:07:44 +0000 |
| commit | 430097dc13eb2d59910c43f13f70695ac44e4aa6 (patch) | |
| tree | c9d54711d88f7de05f88d7024127e2e1ed4d3532 /math/pear-Structures_Graph | |
| parent | Update to 1.5.0 release. (diff) | |
Removed pear-Structures_Graph because now is in the base pear installation.
Diffstat (limited to 'math/pear-Structures_Graph')
| -rw-r--r-- | math/pear-Structures_Graph/Makefile | 29 | ||||
| -rw-r--r-- | math/pear-Structures_Graph/distinfo | 3 | ||||
| -rw-r--r-- | math/pear-Structures_Graph/pkg-descr | 6 |
3 files changed, 0 insertions, 38 deletions
diff --git a/math/pear-Structures_Graph/Makefile b/math/pear-Structures_Graph/Makefile deleted file mode 100644 index def66d92e8f8..000000000000 --- a/math/pear-Structures_Graph/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# 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= ports@FreeBSD.org -COMMENT= PEAR graph datastructure manipulation library - -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/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/bsd.pear.mk" -.include <bsd.port.post.mk> diff --git a/math/pear-Structures_Graph/distinfo b/math/pear-Structures_Graph/distinfo deleted file mode 100644 index fa89267417b3..000000000000 --- a/math/pear-Structures_Graph/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (PEAR/Structures_Graph-1.0.1.tgz) = 97baf9bf892a6a54213d193767f97a09 -SHA256 (PEAR/Structures_Graph-1.0.1.tgz) = df5eab4132a1625d8accf15be793dc955b4cf01c4fc1469d387150edb241f623 -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 deleted file mode 100644 index 82fcd07111d6..000000000000 --- a/math/pear-Structures_Graph/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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/ |
