aboutsummaryrefslogtreecommitdiff
path: root/devel/py-kqueue
Commit message (Collapse)AuthorAgeFilesLines
* Add a workaround to enable building on python2.3.Hye-Shik Chang2003-08-011-0/+6
| | | | Notes: svn path=/head/; revision=86162
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Correct ports that were abusing the FORBIDDEN variable and replace withSean Chittenden2003-02-071-2/+2
| | | | | | | | | | | | | | | | | | | | | either IGNORE or BROKEN. Since there seems to be some confusion, for the record: BROKEN is reserved for ports that don't work. This will prevent users from installing the port, but please note that ports marked as BROKEN will still be built by bento IGNORE is reserved for ports that should not be built for one reason or another (including bento). Users and bento will not build ports marked as IGNORE. FORBIDDEN is reserved for security breakages only!!! Only mark a port as FORBIDDEN if there is a security issue with the port at the time. Reviewed by: kris (portmgr) Notes: svn path=/head/; revision=75004
* Upgrade, 1.2 -> 1.3: New Python 2.0 convention for Makefile.pre.in,Doug White2001-04-053-20/+20
| | | | | | | | | bsd.python.mk-ify port. PR: 26352 Notes: svn path=/head/; revision=40903
* 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