diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-04 22:44:04 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-04 22:44:04 +0000 |
commit | c894a71802d4e0afe946640bb153f84c774fc868 (patch) | |
tree | 4e14dfa2fe56f1ad321e427f1bbc848cce323a2b /net/Makefile | |
parent | 396a3fd34f68f7eaa4e68049278aa27046e7ce76 (diff) | |
download | ports-c894a71802d4e0afe946640bb153f84c774fc868.tar.gz ports-c894a71802d4e0afe946640bb153f84c774fc868.zip |
[REPOCOPY] net/hawknl-devel: Portable networking library (devel)
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/94984
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Notes
Notes:
svn path=/head/; revision=158802
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 652beb75d945..032d8771d284 100644 --- a/net/Makefile +++ b/net/Makefile @@ -171,6 +171,7 @@ SUBDIR += happystats SUBDIR += haproxy SUBDIR += hawknl + SUBDIR += hawknl-devel SUBDIR += hf6to4 SUBDIR += hidentd SUBDIR += hinfo |