Subject: CVS commit: pkgsrc/net/netcat6
To: None <pkgsrc-changes@NetBSD.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: pkgsrc-changes
Date: 12/28/2005 15:49:41
Module Name:	pkgsrc
Committed By:	ghen
Date:		Wed Dec 28 15:49:41 UTC 2005

Update of /cvsroot/pkgsrc/net/netcat6
In directory ivanova.netbsd.org:/tmp/cvs-serv18344

Log Message:
Import netcat6 from pkgsrc-wip.

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
   independent networking and efficient data transfer. The code has minimal
   dependency on the address family or protocol type and can be trivially
   extended to talk many layer 3 protocols.
 * Greatly improved configuration and platform independence.
 * Can support servers or clients that use TCP half-close.

Some features of the original netcat are not present in netcat6, either because
they haven't yet been implemented or because there exists better tools for the
job. See the TODO file included in the netcat6 package for more information.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/net/netcat6/DESCR
N pkgsrc/net/netcat6/PLIST
N pkgsrc/net/netcat6/options.mk
N pkgsrc/net/netcat6/distinfo
N pkgsrc/net/netcat6/Makefile
N pkgsrc/net/netcat6/patches/patch-aa

No conflicts created by this import