summaryrefslogtreecommitdiffstats
path: root/perl-cpan/parrot/DETAILS
blob: 898c5797bee002ffaaae0d022b636c31c954d2de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
           SPELL=parrot
if [[ $PAR_VER == devel ]];then
         VERSION=2.5.0
     SOURCE_HASH=sha512:4bdcab0da971d6e9385f1c1b0e790826789e3c697bad811eab8ff6d659080ba43605ee21bcc6c4ddafb330687045f2ffe00a731096e85f8b98960c55fc222c71
else
         VERSION=2.3.0
     SOURCE_HASH=sha512:57938b108051c1b71860f7b7adc3642cc6dbfc61411ca839d3ec102d28efc7f7e00b665bf138a9c460361dd0ca652e34087b094dfbbe3352e1d63d4336989ed3
fi
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=ftp://ftp.parrot.org/pub/parrot/releases/${PAR_VER:-stable}/$VERSION/$SOURCE
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
        WEB_SITE=http://www.parrot.org/
      LICENSE[0]=ART
         ENTERED=20061122
        KEYWORDS="perl devel"
           SHORT="Parrot is a virtual machine designed to efficiently compile and execute bytecode for interpreted languages"
cat << EOF
Parrot is a virtual machine designed to efficiently compile and execute
bytecode for interpreted languages. Parrot will be the target for the final
Perl 6 compiler, and is already usable as a backend for Pugs, as well as
variety of other languages.
EOF