           SPELL=bluefish
if [[ $BF_UNSTABLE == y ]]
then
         VERSION=1.1.3
          SOURCE=$SPELL-unstable-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-unstable-$VERSION
   SOURCE_URL[0]=http://www.bennewitz.com/$SPELL/devel/source/$SOURCE
   SOURCE_URL[1]=ftp://ftp.ratisbona.com/pub/$SPELL/devel/source/$SOURCE
     SOURCE_HASH=sha512:3c9a6c8272c8dcfc3bd675596c96a63a46c3fddfba70890061587ed04e5b05aa81c38e73f563f2a4ca1504a04ea9ed08eb063daeb691fede3d25327ba6dc5fc4
else
         VERSION=1.0.7
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://www.bennewitz.com/$SPELL/stable/source/$SOURCE
   SOURCE_URL[1]=ftp://ftp.ratisbona.com/pub/$SPELL/stable/source/$SOURCE
   SOURCE_URL[2]=$SOURCEFORGE_URL/$SPELL/$SOURCE
     SOURCE_HASH=sha512:9fed20b0e216eece7127b29581fe90986288d8983632d3b7215e12d3f36e0eca7802b475fe4b9f8227f7393ecdb0190fd410704ccf220bd4477fcd48dede5738
fi
        WEB_SITE=http://$SPELL.openoffice.nl/
         ENTERED=20011106
      PATCHLEVEL=1
      LICENSE[0]=GPL
        KEYWORDS="html http editors"
           SHORT='Bluefish is a GTK2 HTML editor'
cat << EOF
Bluefish is a programmer's HTML editor written using GTK2, designed to 
save the experienced webmaster some keystrokes. It features a
multiple file editor, multiple toolbars, custom menus, image and
thumbnail dialogs, open from the Web, CSS dialogs, PHP, SSI and RXML
support, HTML validation, and lots of wizards.
EOF
