FreshPorts -- The Place For Ports Thu, 8 Jan 2009 3:21 AM GMT
Port details
py-kqueue 1.4_2 devel on this many watch lists=5 search for ports that depend on this port
Python interface to kqueue(2) and kevent(2) system calls
Maintained by: ports2@dclg.ca search for ports maintained by this maintainer
Port Added: 24 May 2000 02:34:20
Also Listed In: python


py-kqueue (aka PyKQueue) is a Python module that interfaces to the kqueue(2)
and kevent(2) system calls.  kqueue(2) and kevent(2) implements an 
event-driven notification system, intended as a replacement for select(2) and
poll(2), which require lengthy preparation and bookkeeping to use.  With
kevent(2), a list of file descriptors or other object to monitor is passed
in once, and the system returns a notification when the object triggers a 
filter, such as 'ready to read data' for file descriptors.  See the 
man pages for details.

This Python module provides a C module and supporting Python script to
use these functions in a object-oriented manner.

WWW: http://ox.eicat.ca/~dgilbert/files/PyKQueue.html
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: lang/python25
Required To Run: lang/python25

To install the port: cd /usr/ports/devel/py-kqueue/ && make install clean
To add the package: pkg_add -r py-kqueue


Configuration Options
     No options to configure

Master Sites:
http://ox.eicat.ca/~dgilbert/files/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 26

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
05 Jan 2009 19:44:02
Original commit files touched by this commit  1.4_2
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
01 Jun 2008 10:42:37
Original commit files touched by this commit  1.4_2
olgeni search for other commits by this committer
Large round of typo fixes in ports/devel (pkg-descr).
29 Feb 2008 13:34:36
Original commit files touched by this commit  1.4_2
perky search for other commits by this committer
Fix build for Python 2.5.2
04 Oct 2007 01:41:11
Original commit files touched by this commit  1.4_2
  Sanity Test Failure
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
03 Oct 2007 23:52:59
Original commit files touched by this commit  1.4_2
edwin search for other commits by this committer
Remove support for OSVERSION < 5
24 Sep 2007 05:11:23
Original commit files touched by this commit  1.4_2
delphij search for other commits by this committer
Fix py-kqueue for python 2.5.x.

PR:             ports/115781
Sponsored by:   SINA Corporation
Approved by:    maintainer timeout
30 Jul 2007 10:42:28
Original commit files touched by this commit  1.4_1
alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - 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
09 Jun 2006 22:01:32
Original commit files touched by this commit  1.4_1
linimon search for other commits by this committer
Update maintainer's email address at his request.
04 May 2006 22:41:12
Original commit files touched by this commit  1.4_1
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
22 Jan 2006 08:30:12
Original commit files touched by this commit  1.4_1
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
21 Dec 2004 08:26:24
Original commit files touched by this commit  1.4_1
vs search for other commits by this committer
- Update to 1.4
- Assign maintainership to submitter
- Minor cleanup (me)

PR:             ports/74224
Approved by:    dwhite (maintainer)
31 Mar 2004 04:12:58
Original commit files touched by this commit  1.3_1
trevor search for other commits by this committer
SIZEify (maintainer timeout)
01 Aug 2003 23:56:21
Original commit files touched by this commit  1.3_1
perky search for other commits by this committer
Add a workaround to enable building on python2.3.
07 Mar 2003 06:01:16
Original commit files touched by this commit  1.3_1
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
07 Feb 2003 02:44:22
Original commit files touched by this commit  1.3_1
seanc search for other commits by this committer
Correct ports that were abusing the FORBIDDEN variable and replace with
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)
05 Apr 2001 19:29:19
files touched by this commit
dwhite search for other commits by this committer
Upgrade, 1.2 -> 1.3: New Python 2.0 convention for Makefile.pre.in,  
bsd.python.mk-ify port.    
08 Oct 2000 03:10:04
files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  
08 Sep 2000 14:24:00
files touched by this commit
tg search for other commits by this committer
Don't break package building on Satoshi's cluster. Explicitly depend   on
python1.5:lang/python15.    
19 Jul 2000 06:51:22
files touched by this commit
dwhite search for other commits by this committer
Update to 1.2: New kevent(2) API (and require FreeBSD versions   with it as I'm
a lazy bastard).    
10 Jul 2000 19:07:17
files touched by this commit
dwhite search for other commits by this committer
Fix typo.  Don't ask me how it worked before. :)    
19 Jun 2000 21:21:59
files touched by this commit
dwhite search for other commits by this committer
Update to use MASTER_SITE_LOCAL.    
05 Jun 2000 05:57:36
files touched by this commit
dwhite search for other commits by this committer
Conditionalize against $OSVERSION == 500000 too since it doesn't have   kqueue,
just to be nice to our older-CURRENT-running friends.  kqueue is   in 400018 and
500001 and later.    
05 Jun 2000 05:31:25
files touched by this commit
dwhite search for other commits by this committer
Require OSVERSION 400018 or later, so kqueue actually exists.    
01 Jun 2000 08:09:09
files touched by this commit
dwhite search for other commits by this committer
Upgrade py-kqueue to 1.1 -- forgot to regenerate the checksum.    
01 Jun 2000 08:06:30
files touched by this commit
dwhite search for other commits by this committer
Upgrade to 1.1. Added copyrights and deleted commented-out debugging code,   no
functional changes, but bumped the version anyway to discriminate.    
24 May 2000 06:34:20
files touched by this commit
dwhite search for other commits by this committer
Add py-kqueue, a Python module to access kqueue(2) and kevent(2), Python-style. 
  

Number of commits found: 26

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
xterm*Jan 06
php5-gdJan 05
awstatsJan 04
awstats-develJan 04
p5-File-PathJan 03
vimJan 02
vinagreDec 31
mplayerDec 30
mysql41-serverDec 30
mysql50-serverDec 30
mysql51-serverDec 30
mysql60-serverDec 30
roundcubeDec 30
twikiDec 30
ampacheDec 26

12 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19564
Broken 146
Deprecated 94
Ignore 567
Forbidden 8
Restricted 227
No CDROM 130
Vulnerable 54
Expired 15
Set to expire 76
Interactive 77
new 24 hours 6
new 48 hours6
new 7 days16
new fortnight61
new month111

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.263 seconds.