diff options
author | sada <sada@FreeBSD.org> | 2002-11-17 05:03:54 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2002-11-17 05:03:54 +0000 |
commit | 678796d68f78e59552202a6dc781c058e84ccab5 (patch) | |
tree | c41d2d272c020fad9decc7fd52ba2c4d6b181908 /devel/pear | |
parent | 3df22975f641e9f39851b20ebf2ac710cf17257a (diff) | |
download | FreeBSD-ports-678796d68f78e59552202a6dc781c058e84ccab5.zip FreeBSD-ports-678796d68f78e59552202a6dc781c058e84ccab5.tar.gz |
Resurrection of port devel/pear
PR: ports/44473
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'devel/pear')
-rw-r--r-- | devel/pear/Makefile | 42 | ||||
-rw-r--r-- | devel/pear/pkg-comment | 1 | ||||
-rw-r--r-- | devel/pear/pkg-descr | 20 | ||||
-rw-r--r-- | devel/pear/pkg-plist | 1 |
4 files changed, 64 insertions, 0 deletions
diff --git a/devel/pear/Makefile b/devel/pear/Makefile new file mode 100644 index 0000000..aa371d6 --- /dev/null +++ b/devel/pear/Makefile @@ -0,0 +1,42 @@ +# Ports collection makefile for: pear +# Date created: Sat Nov 10, 2001 +# Whom: Thierry Thomas (<thierry@pompo.net>) +# +# $FreeBSD$ +# + +PORTNAME= pear +PORTVERSION= ${PHP_VERSION} +CATEGORIES= devel www +MASTER_SITES= # empty +DISTFILES= # none +EXTRACT_ONLY= # empty + +MAINTAINER= thierry@pompo.net + +BUILD_DEPENDS= ${LOCALBASE}/bin/php-config:${PORTSDIR}/www/mod_php4 +RUN_DEPENDS= ${PEARDIR}/PEAR.php.dist:${PORTSDIR}/devel/pear-PEAR \ + ${PEARDIR}/Console/Getopt.php.dist:${PORTSDIR}/devel/pear-Console_Getopt \ + ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File \ + ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ + ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ + ${PEARDIR}/Net/Sieve.php:${PORTSDIR}/net/pear-Net_Sieve + +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.2.3 +PHP_BASE= ${LOCALBASE} +.endif +LPHP_LIB= lib/php +PEARDIR= ${PHP_BASE}/${LPHP_LIB} + +do-install: # empty + ${DO_NADA} + +.include <bsd.port.post.mk> diff --git a/devel/pear/pkg-comment b/devel/pear/pkg-comment new file mode 100644 index 0000000..bccf091 --- /dev/null +++ b/devel/pear/pkg-comment @@ -0,0 +1 @@ +A framework and distribution system for reusable PHP components diff --git a/devel/pear/pkg-descr b/devel/pear/pkg-descr new file mode 100644 index 0000000..5e107e5 --- /dev/null +++ b/devel/pear/pkg-descr @@ -0,0 +1,20 @@ +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 new file mode 100644 index 0000000..549a621 --- /dev/null +++ b/devel/pear/pkg-plist @@ -0,0 +1 @@ +@comment this plist intentionally left empty |