           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}
          MD5[0]=d11f3e63248c71e42df9983c439997b2
        WEB_SITE=http://untroubled.org/ucspi-unix/
         ENTERED=20041030
         UPDATED=20041030
         LICENSE=GPL
       BUILD_API=2
           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
