[Lunar-commits] <moonbase> php5: remove imap crap
Samuel Verstraete
elangelo at lunar-linux.org
Wed Jul 2 13:14:25 CEST 2008
commit d2cb3c9dd0f394dca94294686275816a4f6ba2c1
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date: Wed Jul 2 13:14:25 2008 +0200
php5: remove imap crap
---
compilers/php5/BUILD | 6 ------
compilers/php5/CONFIGURE | 1 -
compilers/php5/DETAILS | 9 ++-------
3 files changed, 2 insertions(+), 14 deletions(-)
diff --git a/compilers/php5/BUILD b/compilers/php5/BUILD
index 10bb4c8..dd3e6e5 100644
--- a/compilers/php5/BUILD
+++ b/compilers/php5/BUILD
@@ -1,11 +1,5 @@
(
- if [ "$USE_IMAP" == "y" ]; then
- unpack $SOURCE2
- make -C imap-${IMAP_VERSION} slx SPECIALS="SSLDIR=/etc/ssl SSLINCLUDE=/usr/include SSLLIB=/usr/lib"
- OPTS="$OPTS --with-imap=imap-${IMAP_VERSION}"
- fi
-
if [ "$USE_REGGLOBALS" == "y" ]; then
OPTS="$OPTS "
fi
diff --git a/compilers/php5/CONFIGURE b/compilers/php5/CONFIGURE
index de317b5..c852525 100644
--- a/compilers/php5/CONFIGURE
+++ b/compilers/php5/CONFIGURE
@@ -1,4 +1,3 @@
-mquery USE_IMAP "Install imap support?" y
mquery USE_REGGLOBALS "Enable global variable support (potential security risk)?" n
mquery USE_FTP "Install ftp support?" y "--enable-ftp" ""
mquery USE_SESSIONID "Enable transparent session id?" y "--enable-trans-sid" ""
diff --git a/compilers/php5/DETAILS b/compilers/php5/DETAILS
index b98637c..f0784fa 100644
--- a/compilers/php5/DETAILS
+++ b/compilers/php5/DETAILS
@@ -1,6 +1,5 @@
MODULE=php5
VERSION=5.2.6
- IMAP_VERSION=2006k
SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$VERSION
SOURCE=php-$VERSION.tar.bz2
SOURCE_URL[0]=http://www.php.net/distributions
@@ -10,14 +9,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$VERSION
SOURCE_URL[4]=http://nl.php.net/distributions
SOURCE_URL[5]=http://de.php.net/distributions
SOURCE_URL[6]=http://fr.php.net/distributions
- SOURCE2=imap-$IMAP_VERSION.tar.Z
- SOURCE2_URL[0]=ftp://ftp.cac.washington.edu/imap
- SOURCE2_URL[1]=ftp://ftp.cac.washington.edu/imap/old
SOURCE_VFY=sha1:2a2b1afa657a7739a23784c869d57c3e0a7ad6b4
- SOURCE2_VFY=sha1:4b64e74d5928857a1c802ba6c9ab575205b342ce
WEB_SITE=http://www.php.net
ENTERED=20040919
- UPDATED=20080501
+ UPDATED=20080702
SHORT="PHP: Hypertext Processor scripting language"
cat << EOF
@@ -26,7 +21,7 @@ that is especially suited for Web development and can be embedded
into HTML. Its syntax draws upon C, Java, and Perl, and is easy to
learn. PHP runs on many different platforms and can be used as a
standalone executable or as a module under a variety of Web servers.
-It has excellent support for databases, XML, LDAP, IMAP, Java,
+It has excellent support for databases, XML, LDAP, Java,
various Internet protocols, and general data manipulation, and is
extensible via its powerful API. It is actively developed and
supported by a talented and energetic international team. Numerous
More information about the Lunar-commits
mailing list