summaryrefslogtreecommitdiff
path: root/net/enet/PLIST
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2016-10-19 19:15:22 +0000
committerkamil <kamil@pkgsrc.org>2016-10-19 19:15:22 +0000
commit20e32168e59e60838d02e4873fe0e35f7848504d (patch)
treead8eb81675b2f61c500f2c8de30b5585af2c0e5b /net/enet/PLIST
parentce355d26995a65b61e97128ad3edefae327e0fe3 (diff)
downloadpkgsrc-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/PLIST12
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