           SPELL=gitk
         VERSION=1.1
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
      SOURCE_URL=http://ozlabs.org/~paulus/gitk/gitk-1.1.tar.gz
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
      LICENSE[0]=GPL
        WEB_SITE=http://ozlabs.org/~paulus/gitk/
         ENTERED=20050820
        KEYWORDS="git devel"
           SHORT="Tk commit viewer for git"
            DOCS="README"
cat << EOF
Gitk is a git commit viewer with the following features:

* Clear and compact representation of the commit graph
* Displays headline, author and date of each commit in the
  summary window
* Displays the full details of one commit - the comments,
  list of files and colorized diff - in the details window
* Find function for searching through commits
* Displays the SHA1 ID of the selected commit and makes it
  the X selection so it can be pasted into other windows
* Convenient key bindings for scanning through each commit
  in turn
EOF
