summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-06 12:20:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-06 12:20:42 +0000
commit83d8ad69d9daea1abef3f955f91680081104c0d7 (patch)
tree90ce6586f5b0abe54846e7ba1fbdff86d09bed1c /devel
parentBROKEN on amd64: Does not compile (diff)
Remove pear, it's misleading, obsolete metaport used in past by horde.
PR: ports/63833 Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer)
Notes
Notes: svn path=/head/; revision=103099
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/pear/Makefile40
-rw-r--r--devel/pear/pkg-descr20
-rw-r--r--devel/pear/pkg-plist1
4 files changed, 0 insertions, 62 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 9a43c9936497..2373ee5d7a0b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -910,7 +910,6 @@
SUBDIR += pcre
SUBDIR += pcre++
SUBDIR += pcsc-lite
- SUBDIR += pear
SUBDIR += pear-Config
SUBDIR += pear-Console_Getopt
SUBDIR += pear-Console_Table
diff --git a/devel/pear/Makefile b/devel/pear/Makefile
deleted file mode 100644
index 3167dc475f19..000000000000
--- a/devel/pear/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Ports collection makefile for: pear
-# Date created: Sat Nov 10, 2001
-# Whom: Thierry Thomas (<thierry@pompo.net>)
-#
-# $FreeBSD$
-#
-
-PORTNAME= pear
-PORTVERSION= ${PHP_VERSION:C/RC.//}
-CATEGORIES= devel www pear
-MASTER_SITES= # empty
-DISTFILES= # none
-EXTRACT_ONLY= # empty
-
-MAINTAINER= thierry@pompo.net
-COMMENT= A framework and distribution system for reusable PHP components
-
-BUILD_DEPENDS= ${LOCALBASE}/bin/php-config:${PORTSDIR}/lang/php4
-RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
- ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File \
- ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \
- ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime
-
-NO_BUILD= yes
-
-.include <bsd.port.pre.mk>
-
-.if exists(${LOCALBASE}/bin/php-config)
-PHP_VERSION!= ${LOCALBASE}/bin/php-config --version
-PHP_BASE!= ${LOCALBASE}/bin/php-config --prefix
-.else
-PHP_VERSION= 4.3.2
-PHP_BASE= ${LOCALBASE}
-.endif
-PEARDIR= ${PHP_BASE}/share/pear
-
-do-install: # empty
- ${DO_NADA}
-
-.include <bsd.port.post.mk>
diff --git a/devel/pear/pkg-descr b/devel/pear/pkg-descr
deleted file mode 100644
index 5e107e566a81..000000000000
--- a/devel/pear/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-PEAR is a code repository for PHP extensions and PHP library code
-inspired by TeX's CTAN and Perl's CPAN.
-
-The purpose of PEAR is:
-
- * to provide a consistent means for library code authors to
- share their code with other developers;
-
- * to give the PHP community an infrastructure for sharing code;
-
- * to define standards that help developers write portable and
- reusable code;
-
- * to provide tools for code maintenance and distribution.
-
-PEAR comes bundled with PHP4. However, since it is a rapidly evolving
-target, not everyone who has a workable version of PHP4 has a recent
-enough PEAR installation.
-
-WWW: http://pear.php.net/
diff --git a/devel/pear/pkg-plist b/devel/pear/pkg-plist
deleted file mode 100644
index 549a621fec0c..000000000000
--- a/devel/pear/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-@comment this plist intentionally left empty