1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Removed pear-Structures_Graph because now is in the base pear installation.

This commit is contained in:
Alex Dupre 2007-02-09 09:07:44 +00:00
parent ad101e3a9c
commit 430097dc13
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184699
5 changed files with 1 additions and 39 deletions

1
MOVED
View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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/