SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

15
devel/libuv/pkg/DESCR Normal file
View 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
View 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