summaryrefslogtreecommitdiffstats
path: root/database/mysql/DETAILS
blob: 093b8cf9365c25d0bc83984212f496b29a466f6d (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
           SPELL=mysql
if [[ $OLD == y ]]; then
         VERSION=5.0.90

  SECURITY_PATCH=4
else
         VERSION=5.1.61
fi
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
      SOURCE_GPG=mysql.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
      SOURCE_URI=MySQL-${VERSION%\.*}/$SOURCE
   SOURCE_URL[0]=http://ftp.gwdg.de/pub/misc/mysql/Downloads/$SOURCE_URI
   SOURCE_URL[1]=http://mysql.he.net/Downloads/$SOURCE_URI
   SOURCE_URL[2]=ftp://mirror.switch.ch/mirror/mysql/Downloads/$SOURCE_URI
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
  SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
  SOURCE2_URL[2]=${SOURCE_URL[2]}.asc
      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