aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CVSROOT/modules1
-rw-r--r--MOVED1
-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
6 files changed, 1 insertions, 40 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules
index e6a4962e6e68..f4c7e9918236 100644
--- a/CVSROOT/modules
+++ b/CVSROOT/modules
@@ -11238,7 +11238,6 @@ pear-Services_Delicious ports/www/pear-Services_Delicious
pear-Services_Weather ports/misc/pear-Services_Weather
pear-Spreadsheet_Excel_Writer ports/textproc/pear-Spreadsheet_Excel_Writer
pear-Structures_DataGrid ports/devel/pear-Structures_DataGrid
-pear-Structures_Graph ports/math/pear-Structures_Graph
pear-System_Command ports/devel/pear-System_Command
pear-Text_Diff ports/devel/pear-Text_Diff
pear-Text_Figlet ports/misc/pear-Text_Figlet
diff --git a/MOVED b/MOVED
index 6fef08d97b6c..c59cafe988f1 100644
--- a/MOVED
+++ b/MOVED
@@ -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/