aboutsummaryrefslogtreecommitdiff
path: root/devel/py-kqueue
Commit message (Collapse)AuthorAgeFilesLines
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-1/+1
| | | | Notes: svn path=/head/; revision=200770
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-031-4/+1
| | | | Notes: svn path=/head/; revision=200756
* Fix py-kqueue for python 2.5.x.Xin LI2007-09-242-1/+62
| | | | | | | | | PR: ports/115781 Sponsored by: SINA Corporation Approved by: maintainer timeout Notes: svn path=/head/; revision=200017
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* Update maintainer's email address at his request.Mark Linimon2006-06-091-1/+1
| | | | Notes: svn path=/head/; revision=164943
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* - Update to 1.4Volker Stolz2004-12-214-11/+10
| | | | | | | | | | | - Assign maintainership to submitter - Minor cleanup (me) PR: ports/74224 Approved by: dwhite (maintainer) Notes: svn path=/head/; revision=124663
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* 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