           SPELL=moreutils
         VERSION=0.41
     SOURCE_HASH=sha512:e1e34b21c4f5144f4ee8d0c17a9d55dff6d0ce6bd53ca2a3d05e9c90283f28aa78831940ff60f78894a263d8b1cae1ab5106c6b520a84ec4a8628ae322830f6b
          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
