           SPELL=nedit
# Keeping the old info here, to ease update if there is an official release.
if false; then
         VERSION=5.5
          BRANCH=`echo ${VERSION}|sed -e 's/\./_/g'`
          SOURCE=${SPELL}-${VERSION}-src.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
   SOURCE_URL[0]=http://www.nedit.org/ftp/v${BRANCH}/${SOURCE}
     SOURCE_HASH=sha512:a1b409024851c2332c0992b5bfb8606c875795f1907a977b245cb2b081a45b53e606f615e413cfa8c34af2df782504e55351ce1a7545b7265958db06038d0858
else
         VERSION=5.6-20090329
          SOURCE=nedit-$VERSION.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/nedit
   SOURCE_URL[0]=http://sobukus.de/nedit/$SOURCE
     SOURCE_HASH=sha512:17e6f78e033e599e2267c650c19bea4518ead13dac5f144218701e26a37f899ecd32468c4d58542528dbe1ee71f3187678f331af4713c10f58c065ba6cc10720
fi

        WEB_SITE=http://www.nedit.org/
         ENTERED=20011120
         UPDATED=20011213
      LICENSE[0]=GPL
      PATCHLEVEL=2
        KEYWORDS="editors"
           SHORT="NEdit is a multi-purpose text editor for the X Window System"
cat << EOF
NEdit is a Unix text editor for programmers and general users. It
combines a standard, easy-to-use, graphical user interface with the
thorough functionality and stability required by users who edit text
eight hours a day. It includes a macro language with a complete
library of editing functions, state-of-the-art syntax highlighting
for 30 common languages and text processors, and the best
mouse-interactivity available in a Unix text editor.
EOF
