           SPELL=moreutils
         VERSION=0.39
     SOURCE_HASH=sha512:1861802c362eca6df98a962ba0a4bfabd7464316b73543b7f36e212346bae585f2038a60cc5c6644327df9700933a5d7bdae81e2208f7ee21c8d71cfd3ab05c0
          SOURCE=${SPELL}_$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
   SOURCE_URL[0]=http://ftp.debian.org/debian/pool/main/m/moreutils/$SOURCE
        WEB_SITE=http://www.kitenet.net/~joey/code/moreutils.html
         ENTERED=20060712
      LICENSE[0]=GPL
        KEYWORDS="utils"
           SHORT="additional unix utilities"
cat << EOF
moreutils is a growing collection of the unix tools that nobody thought to write
thirty years ago.

So far, it includes the following utilities:

 - isutf8: check if a file or standard input is utf-8
 - sponge: soak up standard input and write to a file
 - ts: timestamp standard input
 - vidir: edit a directory in your text editor
 - vipe: insert a text editor into a pipe
 - combine: combine the lines in two files using boolean operations
 - ifdata: get network interface info without parsing ifconfig output
 - pee: tee standard input to pipes
 - zrun: automatically uncompress arguments to command
 - mispipe: pipe two commands, returning the exit status of the first
EOF
