aboutsummaryrefslogtreecommitdiff
path: root/devel/py-kqueue
Commit message (Collapse)AuthorAgeFilesLines
* Don't break package building on Satoshi's cluster. Explicitly dependThomas Gellekum2000-09-081-2/+2
| | | | | | | on python1.5:lang/python15. Notes: svn path=/head/; revision=32438
* Update to 1.2: New kevent(2) API (and require FreeBSD versionsDoug White2000-07-192-4/+4
| | | | | | | with it as I'm a lazy bastard). Notes: svn path=/head/; revision=30813
* Fix typo. Don't ask me how it worked before. :)Doug White2000-07-101-1/+1
| | | | Notes: svn path=/head/; revision=30452
* Update to use MASTER_SITE_LOCAL.Doug White2000-06-191-1/+2
| | | | Notes: svn path=/head/; revision=29691
* Conditionalize against $OSVERSION == 500000 too since it doesn't haveDoug White2000-06-051-2/+2
| | | | | | | | | | kqueue, just to be nice to our older-CURRENT-running friends. kqueue is in 400018 and 500001 and later. Suggested by: kris Notes: svn path=/head/; revision=29197
* Require OSVERSION 400018 or later, so kqueue actually exists.Doug White2000-06-051-1/+7
| | | | Notes: svn path=/head/; revision=29194
* Upgrade py-kqueue to 1.1 -- forgot to regenerate the checksum.Doug White2000-06-011-1/+1
| | | | Notes: svn path=/head/; revision=29025
* Upgrade to 1.1. Added copyrights and deleted commented-out debugging code,Doug White2000-06-011-1/+1
| | | | | | | no functional changes, but bumped the version anyway to discriminate. Notes: svn path=/head/; revision=29024
* Add py-kqueue, a Python module to access kqueue(2) and kevent(2), Python-style.Doug White2000-05-245-0/+55
Notes: svn path=/head/; revision=28721