aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2007-02-09 09:07:44 +0000
committerAlex Dupre <ale@FreeBSD.org>2007-02-09 09:07:44 +0000
commit430097dc13eb2d59910c43f13f70695ac44e4aa6 (patch)
treec9d54711d88f7de05f88d7024127e2e1ed4d3532 /math
parentad101e3a9cc4d930383550ff040d27aed7e7e007 (diff)
downloadports-430097dc13eb2d59910c43f13f70695ac44e4aa6.tar.gz
ports-430097dc13eb2d59910c43f13f70695ac44e4aa6.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/pear-Structures_Graph/Makefile29
-rw-r--r--math/pear-Structures_Graph/distinfo3
-rw-r--r--math/pear-Structures_Graph/pkg-descr6
4 files changed, 0 insertions, 39 deletions
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/