SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/libuv/pkg/DESCR
Normal file
15
devel/libuv/pkg/DESCR
Normal file
|
@ -0,0 +1,15 @@
|
|||
libuv is a multi-platform support library with a focus on asynchronous I/O.
|
||||
|
||||
Feature highlights:
|
||||
+ Full-featured event loop backed by epoll, kqueue, IOCP, event ports
|
||||
+ Asynchronous TCP and UDP sockets
|
||||
+ Asynchronous DNS resolution
|
||||
+ Asynchronous file and file system operations
|
||||
+ File system events
|
||||
+ ANSI escape code controlled TTY
|
||||
+ IPC with socket sharing, using Unix domain sockets or named pipes (Windows)
|
||||
+ Child processes
|
||||
+ Thread pool
|
||||
+ Signal handling
|
||||
+ High resolution clock
|
||||
+ Threading and synchronization primitives
|
12
devel/libuv/pkg/PLIST
Normal file
12
devel/libuv/pkg/PLIST
Normal file
|
@ -0,0 +1,12 @@
|
|||
include/uv/
|
||||
include/uv.h
|
||||
include/uv/bsd.h
|
||||
include/uv/errno.h
|
||||
include/uv/threadpool.h
|
||||
include/uv/unix.h
|
||||
include/uv/version.h
|
||||
@static-lib lib/libuv.a
|
||||
lib/libuv.la
|
||||
@lib lib/libuv.so.${LIBuv_VERSION}
|
||||
lib/pkgconfig/libuv.pc
|
||||
@man man/man1/libuv.1
|
Loading…
Add table
Add a link
Reference in a new issue