SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
7
devel/liboop/pkg/DESCR
Normal file
7
devel/liboop/pkg/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
Liboop is a low-level event loop management library for POSIX-based
|
||||
operating systems. It supports the development of modular, multiplexed
|
||||
applications which may respond to events from several sources. It
|
||||
replaces the "select() loop" and allows the registration of event
|
||||
handlers for file and network I/O, timers and signals. Since processes
|
||||
use these mechanisms for almost all external communication, liboop can
|
||||
be used as the basis for almost any application.
|
12
devel/liboop/pkg/PLIST
Normal file
12
devel/liboop/pkg/PLIST
Normal file
|
@ -0,0 +1,12 @@
|
|||
include/oop-adns.h
|
||||
include/oop-glib.h
|
||||
include/oop-read.h
|
||||
include/oop-rl.h
|
||||
include/oop-tcl.h
|
||||
include/oop-www.h
|
||||
include/oop.h
|
||||
lib/liboop.a
|
||||
lib/liboop.la
|
||||
@lib lib/liboop.so.${LIBoop_VERSION}
|
||||
lib/pkgconfig/liboop-glib2.pc
|
||||
lib/pkgconfig/liboop.pc
|
Loading…
Add table
Add a link
Reference in a new issue