summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/tk/DETAILS
blob: 52156fdcb916236509e25ec57c0a87c76a31c1cd (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
24
25
            SPELL=tk
if [ "$DEVEL" = "y" ]; then
          VERSION=8.6.6
           SOURCE=tk$VERSION-src.tar.gz
      SOURCE_HASH=sha512:223c72ab5a6f6040928c56843598b878efafab44ed4152a38e68aa2800f2c181adc50a8bf23279b7d446493eec43854920e8b649b6a34ecdf31ecc07ccc74044
#       SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
else
          VERSION=8.6.6
           SOURCE=tk$VERSION-src.tar.gz
      SOURCE_HASH=sha512:223c72ab5a6f6040928c56843598b878efafab44ed4152a38e68aa2800f2c181adc50a8bf23279b7d446493eec43854920e8b649b6a34ecdf31ecc07ccc74044
fi
 SOURCE_DIRECTORY="$BUILD_DIRECTORY/tk$VERSION"
    SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/tcl/$SOURCE
         WEB_SITE=http://www.scriptics.com/
          ENTERED=20020507
       LICENSE[0]=UNKNOWN
             DOCS="ChangeLog README"
         DOC_DIRS=""
         KEYWORDS="devel"
            SHORT="Tcl provides a multi-platform scripting environment."
cat << EOF
Tk provides portable GUIs on UNIX, Windows, and Macintosh. A powerful
widget set and the concise scripting interface to Tk make it a breeze to
develop sophisticated user interfaces.
EOF