summaryrefslogtreecommitdiffstats
path: root/perl-cpan/parrot/DETAILS
blob: 471b48b2ef77b055ca4877ce5be8fa80fdf4079c (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=4.2.0
     SOURCE_HASH=sha512:672d494e6ee4c607070ed2fe6c75829dce6094ce44063ec6048308e1f47375d4c30d5096671f8c9636a9df8d89929b42d3076a0792f41f9afd143d5f327aa936
else
         VERSION=4.0.0
     SOURCE_HASH=sha512:4279267a8a2baa48bf528f996948896bd74b5f221f7e0d267a85f838613b76a05e3216a373d67670e11b1f6999e37c45ae1c9107975452c73e97fcf54720a624
fi
          SOURCE=$SPELL-$VERSION.tar.bz2
   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