summaryrefslogtreecommitdiff
path: root/devel/py-kqueue
AgeCommit message (Collapse)AuthorFilesLines
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-01-04It's a PKG_SKIP_REASON if OPSYS support is missing, not a PKG_FAIL_REASON.wiz1-2/+2
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz1-2/+2
2002-11-24Initial import of py-kqueue version 2.0 into the Packages Collection.jdolecek4-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.