summaryrefslogtreecommitdiffstats
path: root/database/mysql/DETAILS
blob: 67bec8983e4d5f8ee7c5e2707ed7a5cc831575dc (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
           SPELL=mysql
if [[ $OLD == y ]]; then
         VERSION=5.0.83
  SECURITY_PATCH=3
else
         VERSION=5.1.36
fi
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
      SOURCE_GPG=mysql.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
      SOURCE_URI=MySQL-${VERSION%\.*}/$SOURCE
   SOURCE_URL[0]=ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/$SOURCE_URI
   SOURCE_URL[1]=http://mysql.he.net/Downloads/$SOURCE_URI
   SOURCE_URL[2]=ftp://ftp.mysql.com/$SOURCE_URI
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
  SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
  SOURCE2_URL[2]=${SOURCE_URL[2]}.asc
  SOURCE2_IGNORE=signature
      LICENSE[0]=GPL
        WEB_SITE=http://www.mysql.com/
        KEYWORDS="sql database"
         ENTERED=20011114
           SHORT="Widely used and fast SQL database server"
cat << EOF
MySQL is a widely used and fast SQL database server. It is a
client/server implementation that consists of a server daemon (mysqld)
and many different client programs/libraries.
EOF