           SPELL=nc6
         VERSION=1.0
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=ftp://ftp.deepspace6.net/pub/ds6/sources/$SPELL/$SOURCE
        WEB_SITE=http://www.deepspace6.net/projects/netcat6.html
     SOURCE_HASH=sha512:199f3bd18bb452544da8ca1b0f5347f79662bea81e9af335a41ed62c12d5d8cb41d99442ca54f301538d27aec4ada5f59db87461e5b0f20333ba1b52859bd35a
         ENTERED=20030514
        KEYWORDS="net"
           SHORT="Netcat6 is a clone of the original netcat utility with IPv6 support."
cat << EOF
Netcat6 is a total rewrite of netcat, with several advantages: 

 - It fully supports IPv6. 

 - It is far more efficient, utilizing flexible buffering and minimal
   (or no) data copying or analysis. 

 - The source is well structured, documented and very easy to follow.
   One of the main objectives of netcat6 is to produce an excellent
   example of AF independant networking and efficient data transfer. 
   The code has minimal dependancy on the address family or protocol
   type and can be trivially extended to talk many layer 3 protocols. 

 - Greatly improved configuration and platform indipendence. 

 - Can support servers or clients that use TCP half-close. 
EOF
