summaryrefslogtreecommitdiffstats
path: root/devel/mono/DETAILS
blob: b07bed1753d30c138fb720db020b3eea34dbe12f (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
           SPELL=mono
if [[ "${MONO_TRUNK}" = 'y' ]]; then
         VERSION=136068
          SOURCE=${SPELL}-${VERSION}.tar.bz2
      SOURCE_URL=http://mono.ximian.com/monobuild/snapshot/snapshot_sources/mono/${SOURCE}
     SOURCE_HASH=sha512:d9873736067a396acb172ecb35d5c748b49c0fd4a89469f2cf9135bd919c9be4c9656edb1ae7d2783b42c2f87cbdd28042565ee81c9cd2f77616905a74d3d75e         
else
         VERSION=2.4.2
          SOURCE=${SPELL}-${VERSION}.tar.bz2
      SOURCE_URL=ftp://ftp.novell.com/pub/mono/sources/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:dc2b6ee164031add282ec7bab84e87b8d9f33163e26198f396a65469fc7ed8c799af4bdbacfeff57bd8da2f6aa167710ec1d1d8b81877fe1ee16db4c1f1113d6
fi
          SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
        WEB_SITE=http://www.mono-project.com
         ENTERED=20020625
      LICENSE[0]=LGPL
        KEYWORDS="microsoft mono devel"
           SHORT="The Mono implementation of the Microsoft .NET runtime"
cat << EOF
The Ximian Mono project is an Open Source implementation of Microsoft's .NET
Common Language Runtime (CLR) virtual machine.

It also includes a compiler for the C# and VB# languages.

Both the CLR and C# are ECMA standards.
EOF