diff options
author | kamil <kamil@pkgsrc.org> | 2016-10-19 19:15:22 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2016-10-19 19:15:22 +0000 |
commit | 20e32168e59e60838d02e4873fe0e35f7848504d (patch) | |
tree | ad8eb81675b2f61c500f2c8de30b5585af2c0e5b /net/enet/PLIST | |
parent | ce355d26995a65b61e97128ad3edefae327e0fe3 (diff) | |
download | pkgsrc-20e32168e59e60838d02e4873fe0e35f7848504d.tar.gz |
Import enet-1.3.13 as net/enet.
ENet's purpose is to provide a relatively thin, simple and robust network
communication layer on top of UDP (User Datagram Protocol). The primary
feature it provides is optional reliable, in-order delivery of packets.
ENet is NOT intended to be a general purpose high level networking library
that handles authentication, lobbying, server discovery, compression,
encryption and other high level, often application level or dependent tasks.
Diffstat (limited to 'net/enet/PLIST')
-rw-r--r-- | net/enet/PLIST | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/enet/PLIST b/net/enet/PLIST new file mode 100644 index 00000000000..a34da0241fa --- /dev/null +++ b/net/enet/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1 2016/10/19 19:15:22 kamil Exp $ +include/enet/callbacks.h +include/enet/enet.h +include/enet/list.h +include/enet/protocol.h +include/enet/time.h +include/enet/types.h +include/enet/unix.h +include/enet/utility.h +include/enet/win32.h +lib/libenet.la +lib/pkgconfig/libenet.pc |