pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/netcat6



Module name:    wip
Committed by:   ghen
Date:           Tue Dec  6 17:15:17 UTC 2005

Import into wip/netcat6

Log Message:
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.

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.

Status:

Vendor Tag:     ghen
Release Tags:   ghen_20051206
                
N wip/netcat6/DESCR
N wip/netcat6/PLIST
N wip/netcat6/distinfo
N wip/netcat6/Makefile
N wip/netcat6/options.mk

No conflicts created by this import


To generate a diff of this commit:

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs



Home | Main Index | Thread Index | Old Index