diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | math/Makefile | 1 | ||||
-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 |
5 files changed, 1 insertions, 39 deletions
@@ -2816,3 +2816,4 @@ databases/pecl-PDO_OCI|databases/php5-pdo_oci|2007-02-09|PHP5 bundled version is databases/pecl-PDO_ODBC|databases/php5-pdo_odbc|2007-02-09|PHP5 bundled version is newer databases/pecl-PDO_PGSQL|databases/php5-pdo_pgsql|2007-02-09|PHP5 bundled version is newer databases/pecl-PDO_SQLITE|databases/php5-pdo_sqlite|2007-02-09|PHP5 bundled version is newer +math/pear-Structures_Graph|devel/pear|2007-02-09|Included in base pear installation diff --git a/math/Makefile b/math/Makefile index f9cda345b30a..14c62dce7179 100644 --- a/math/Makefile +++ b/math/Makefile @@ -264,7 +264,6 @@ SUBDIR += p5-Task-Math-Symbolic SUBDIR += pari SUBDIR += parmetis - SUBDIR += pear-Structures_Graph SUBDIR += pecl-big_int SUBDIR += pecl-stats SUBDIR += petsc 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/ |