summaryrefslogtreecommitdiffstats
path: root/php-pear/php/DETAILS
blob: c45022533f8c28bf39b5e51e59e3e37500b133f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
           SPELL=php
if [[ "${PHP5_RC}" == "y" ]]; then
         VERSION=5.2.7RC3
     SOURCE_HASH=sha512:b9e18b700dd4ead9ccdb4d473b407aad1a2af29456098d6879aa2597ff7be1fd7bd600861776cad1b35bfa1b697a929262ae23dbcbe5eb067f704453ed498856
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://downloads.php.net/ilia/$SOURCE
elif [[ "${PHP5_ALPHA}" == "y" ]]; then
         VERSION=5.3.0alpha2
     SOURCE_HASH=sha512:668b54c410e68432ac8d1e8df34c0b2326fd632643f7548f68ad1b3251595a7a3cf57ef84c2ea16235675d82a09eb08d88915ca002b89f890958d5bf38a42042
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://downloads.php.net/johannes/$SOURCE
else
         VERSION=5.2.6
  SECURITY_PATCH=7
     SOURCE_HASH=sha512:d01686701b41c1f3cb6444714efd1558cb1b3c227827ac10201c05cc5daa677292e1aacbf62e57e0cf52bf9343aa5d95fe676e6033ed3ad9517358defb511771
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
fi

if [[ "${PHP5_SUHOSIN}" == "y" ]]; then
        VERSION2=0.9.6.2
         SOURCE2=suhosin-patch-$VERSION-$VERSION2.patch.gz
     SOURCE2_URL="http://download.suhosin.org/$SOURCE2"
         SOURCE3=$SOURCE2.sig
     SOURCE3_URL="http://download.suhosin.org/$SOURCE3"
     SOURCE2_GPG="$SOURCE3:suhosin.gpg:UPSTREAM_KEY"
fi

SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
      PATCHLEVEL=1
        WEB_SITE=http://www.php.net/
         ENTERED=20011024
      LICENSE[0]=http://www.php.net/license/3_0.txt
        KEYWORDS="php"
           SHORT="Hypertext Preprocessor (PHP) scripting language"
cat << EOF
PHP is a widely-used Open Source general-purpose scripting language
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,
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
Open Source and commercial PHP-based application packages are
available.
EOF