diff options
author | garga <garga@FreeBSD.org> | 2006-03-25 11:55:08 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-03-25 11:55:08 +0000 |
commit | 0be278027e5eaede1a93c8f8e64d6a743c51d2c0 (patch) | |
tree | 4d7e56e716eb631be49159883de05931ae32bfa0 /net/Makefile | |
parent | c2e40c16cac2eb19ba5531a573c571841bb14b17 (diff) | |
download | FreeBSD-ports-0be278027e5eaede1a93c8f8e64d6a743c51d2c0.zip FreeBSD-ports-0be278027e5eaede1a93c8f8e64d6a743c51d2c0.tar.gz |
HawkNL is a free, open source, game oriented network API released under the GNU
Library General Public License (LGPL). HawkNL (NL) is a fairly low level API,
a wrapper over Berkeley/Unix Sockets and Winsock.
But NL also provides other features including support for many OSs, groups of
sockets, socket statistics, high accuracy timer, CRC functions, macros to read
and write data to packets with endian conversion, and support for multiple
network transports.
NL has been tested on Windows 9x/ME/NT/2000/XP/CE, Linux, Solaris, IRIX, AIX,
BSDs, Mac OSX.
WWW: http://www.hawksoft.com/hawknl/
PR: ports/94114
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 50f3bd8..e5db09e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -169,6 +169,7 @@ SUBDIR += gutenfetch SUBDIR += happystats SUBDIR += haproxy + SUBDIR += hawknl SUBDIR += hf6to4 SUBDIR += hidentd SUBDIR += hinfo |