           SPELL=moreutils
         VERSION=0.18
     SOURCE_HASH=sha512:be161e69890b802dbf0abbc3f961457701d377e05acd5f998705071a1fb3df202fc2d63839640e9113d133c2842567aedb03022ada03768b45d34a7604496e50
          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
