summaryrefslogtreecommitdiffstats
path: root/spelling/aspell/DETAILS
blob: 1d1b7615dd21c412780c3f1d3a191cb12e3291ea (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
           SPELL=aspell
         VERSION=0.60.7
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
          SOURCE=${SPELL}-${VERSION}.tar.gz
         SOURCE2=${SOURCE}.sig
      SOURCE_URL=${GNU_URL}/${SPELL}/${SOURCE}
     SOURCE2_URL=${GNU_URL}/${SPELL}/${SOURCE2}
      SOURCE_GPG="gnu.gpg:${SOURCE}.sig"
  SOURCE2_IGNORE=signature
        WEB_SITE=https://aspell.net
      LICENSE[0]=LGPL
         ENTERED=20010922
        KEYWORDS="spelling"
           SHORT="Aspell is a spell checker designed to eventually replace ispell."
cat << EOF
Aspell is a spell checker designed to eventually replace ispell. Its
main feature is that it does a much better job of coming up with
possible suggestions than ispell does. It also has support for checking
(La)TeX and HTML files, and run-time support for other non-English
languages. Aspell also is a library; however, the recommended way to use
aspell is through the Pspell library, as the actual interface to the
aspell library is constantly changing.
EOF