Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-01-04 | It's a PKG_SKIP_REASON if OPSYS support is missing, not a PKG_FAIL_REASON. | wiz | 1 | -2/+2 | |
2002-12-07 | Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. | schmonz | 1 | -2/+2 | |
2002-11-24 | Initial import of py-kqueue version 2.0 into the Packages Collection. | jdolecek | 4 | -0/+39 | |
py-kqueue is Python glue for kqueue(2)/kevent(2) event interface on BSD systems. kqueue() provides a generic method of notifying the user when an event happens or a condition holds, based on the results of small pieces of kernel code termed filters. A kevent is identified by the (ident, filter) pair; there may only be one unique kevent per kqueue. |