           SPELL=ucspi-unix
         VERSION=0.36
          SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
   SOURCE_URL[0]=http://untroubled.org/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:56fc5145315ff43629f455996874d6434ebee16e9fccf78ce3dcdd6312daafc508e2dce0984ca9ea73b9ff0da5d2171fc678c8e200641e1c0be02e7863bc5633
        WEB_SITE=http://untroubled.org/ucspi-unix/
         ENTERED=20041030
         LICENSE=GPL
        KEYWORDS="net"
           SHORT="An ucspi implementation for unix sockets"
cat << EOF
unixclient and unixserver are command-line tools for building UNIX
domain client-server applications.  unixclient connects to a UNIX domain
socket and runs a program of your choice.  unixserver creates a UNIX
domain socket, waits for incoming connections and, for each connection,
runs a program of your choice.

unixclient and unixserver conform to UCSPI, the UNIX Client-Server
Program Interface, using UNIX domain sockets.  UCSPI tools are available
for several different networks.
EOF
