690a FreshPorts -- devel/p5-IO-KQueue
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-IO-KQueue 0.34 devel on this many watch lists=2 search for ports that depend on this port
Perl interface to the BSD kqueue system call
Maintained by: kuriyama@FreeBSD.org search for ports maintained by this maintainer
Port Added: 08 Dec 2005 13:36:01
Also Listed In: perl5
License: not specified in port


IO::KQueue - perl interface to the BSD kqueue system call.

Author: Matt Sergeant <matt@sergeant.org>
WWW: http://search.cpan.org/dist/IO-KQueue/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/perl5.8
Required To Run:
  1. lang/perl5.8

This port is required by:

for Build for Run

To install the port: cd /usr/ports/devel/p5-IO-KQueue/ && make install clean
To add the package: pkg_add -r p5-IO-KQueue


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/IO/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/IO/
  4. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/IO/
  5. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/IO/
  6. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/IO/
  7. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/IO/
  8. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/IO/
  9. ftp://mirror.hiwaay.net/CPAN/modules/by-module/IO/
  10. http://at.cpan.org/modules/by-module/IO/
  11. http://backpan.perl.org/modules/by-module/IO/
  12. http://cpan.nctu.edu.tw/modules/by-module/IO/
  13. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/IO/
  14. http://www.cpan.dk/modules/by-module/IO/

Number of commits found: 15

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
24 Oct 2011 09:11:38
Original commit files touched by this commit  0.34
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
03 Jul 2011 14:59:23
Original commit files touched by this commit  0.34
ohauer search for other commits by this committer
-remove MD5
06 Jan 2010 10:30:18
Original commit files touched by this commit  0.34
kuriyama search for other commits by this committer
- Upgrade to 0.34.
04 Oct 2009 15:28:36
Original commit files touched by this commit  0.32_1
kuriyama search for other commits by this committer
- Avoid pushing C NULLs into AV.

References:     https://rt.cpan.org/Public/Bug/Display.html?id=50112
Reported by:    tobez
22 Jul 2009 16:27:08
Original commit files touched by this commit  0.32
pgollucci search for other commits by this committer
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
17 Apr 2008 14:30:31
Original commit files touched by this commit  0.32
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
13 Oct 2007 11:51:42
Original commit files touched by this commit  0.32
kuriyama search for other commits by this committer
Upgrade to 0.32.
08 Sep 2007 00:57:38
Original commit files touched by this commit  0.31
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
28 Jul 2006 15:14:50
Original commit files touched by this commit  0.31
kuriyama search for other commits by this committer
Upgrade to 0.31.

Submitted by:   Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>,
                Gea-Suan Lin <gslin@gslin.org>
PR:             ports/100970, ports/100984
06 Jul 2006 06:59:18
Original commit files touched by this commit  0.30
sem search for other commits by this committer
- Fix double post-patch section. It causes problem with PERL_LEVEL < 500800.

Pointy hat to:  aaron
19 Jun 2006 07:43:18
Original commit files touched by this commit  0.30
aaron search for other commits by this committer
- Update from v0.29 to v0.30
- Add example files to Makefile and plist

PR:             ports/98251
Submitted by:   aaron
Approved by:    maintainer timeout, tobez (implicit)
22 Jan 2006 01:48:34
Original commit files touched by this commit  0.29_1
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
17 Dec 2005 16:09:27
Original commit files touched by this commit  0.29_1
kuriyama search for other commits by this committer
- mark IGNORE on perl 5.00503
- unbreak on perl 5.6.2
- fix plist

PR:             ports/90566
Submitted by:   leeym
15 Dec 2005 22:44:17
Original commit files touched by this commit  0.29_1
kuriyama search for other commits by this committer
Fix incorrect plist.

Reported by:    pointyhat via kris
08 Dec 2005 13:32:56
Original commit files touched by this commit  0.29
kuriyama search for other commits by this committer
Add p5-IO-KQueue 0.29, perl interface to the BSD kqueue system call.

Number of commits found: 15

2838
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 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 24531
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours10
new 7 days28
new fortnight60
new month217

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0