diff options
author | pav <pav@FreeBSD.org> | 2004-03-06 20:20:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-06 20:20:42 +0800 |
commit | a42b482df9cda352e6edbbc227d51caa7227e63f (patch) | |
tree | 82e3c30a02b9b16daa1e503a1104add97180a252 /devel/pear | |
parent | e8cc440111a3314b511fe7cd266bd7e919fbd4ce (diff) | |
download | freebsd-ports-gnome-a42b482df9cda352e6edbbc227d51caa7227e63f.tar.gz freebsd-ports-gnome-a42b482df9cda352e6edbbc227d51caa7227e63f.tar.zst freebsd-ports-gnome-a42b482df9cda352e6edbbc227d51caa7227e63f.zip |
Remove pear, it's misleading, obsolete metaport used in past by horde.
PR: ports/63833
Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer)
Diffstat (limited to 'devel/pear')
-rw-r--r-- | devel/pear/Makefile | 40 | ||||
-rw-r--r-- | devel/pear/pkg-descr | 20 | ||||
-rw-r--r-- | devel/pear/pkg-plist | 1 |
3 files changed, 0 insertions, 61 deletions
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 |