Port details |
- p5-IO-AIO Asynchronous/Advanced Input/Output
- 4.81 devel =3 4.81Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2006-12-09 15:48:52
- Last Update: 2024-04-18 12:48:17
- Commit Hash: 84a4d69
- People watching this port, also watch:: p5-Encode-IMAPUTF7, p5-Event, p5-MIME-Tools, autoconf, p5-ExtUtils-Install
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/IO-AIO
- Description:
- IO::AIO implements asynchronous I/O using whatever means your operating system
supports. It is implemented as an interface to libeio.
Asynchronous means that operations that can normally block your program (e.g.
reading from disk) will be done asynchronously: the operation will still block,
but you can do something else in the meantime. This is extremely useful for
programs that need to stay interactive even when doing heavy I/O (GUI programs,
high performance network servers etc.), but can also be used to easily do
operations in parallel that are normally done sequentially, e.g. stat'ing many
files, which is much faster on a RAID volume or over NFS when you do a number of
stat operations concurrently.
While most of this works on all types of file descriptors (for example sockets),
using these functions on file descriptors that support nonblocking operation
(again, sockets, pipes etc.) is very inefficient. Use an event loop for that
(such as the EV module): IO::AIO will naturally fit into such an event loop
itself.
In addition to asynchronous I/O, this module also exports some rather arcane
interfaces, such as madvise or linux's splice system call, which is why the A in
AIO can also mean advanced.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-IO-AIO>0:devel/p5-IO-AIO
- To install the port:
- cd /usr/ports/devel/p5-IO-AIO/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-IO-AIO
- pkg install p5-IO-AIO
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-IO-AIO
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1713033320
SHA256 (IO-AIO-4.81.tar.gz) = 67029f20e9b734ac1f483f7175d4ce45f924581c7de8fdf44e20c79be6dc0729
SIZE (IO-AIO-4.81.tar.gz) = 189526
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-common-sense>=0 : devel/p5-common-sense
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-common-sense>=0 : devel/p5-common-sense
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- devel/p5-AnyEvent-AIO
- devel/p5-Coro
- devel/p5-SVN-S4
- sysutils/p5-MogileFS-Server
- www/perlbal
- for Run
-
- devel/p5-Coro
- devel/p5-SVN-S4
- sysutils/p5-MogileFS-Server
- www/perlbal
Configuration Options:
- No options to configure
- Options name:
- devel_p5-IO-AIO
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.81 18 Apr 2024 12:48:17 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-IO-AIO: Update to 4.81
Changes: https://metacpan.org/dist/IO-AIO/changes |
4.80 07 Oct 2023 00:55:27 |
Jan Beich (jbeich) |
Drop FreeBSD < 14.0-BETA5 <sys/timerfd.h> workarounds
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273373
https://cgit.freebsd.org/src/commit/?h=releng/14.0&id=7454117918cd
https://lists.freebsd.org/archives/freebsd-stable/2023-October/001533.html
Old -CURRENT, -STABLE, -RELENG snapshots were never supported in ports/.
This reverts commit 4458b6d2d931d462f260dc06fb7b9c7fa1f707aa.
This reverts commit f295903414ccab16e75feb05c851d726deb16713.
This reverts commit d7c830340dbb2e33451d3ad36ea5a707d0d222b6.
This reverts commit 572560076d1c987833958524a2bc4a60a1700287.
This reverts commit f4c28b489119fb134e7873047aea1aa643219d70.
This reverts commit 163928669d74be3a5d8a307b6a03abd06bf55cd6.
This reverts commit b8948f86c12cfe8a24ba203634e3a1572eab4ba8.
This reverts commit 5e70841f87b2d316acc170b0f550e4eab205b6e2.
This reverts commit 600ca97fd58482c907708888a7af879219540a79. |
4.80 06 Sep 2023 20:49:40 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-IO-AIO: Fix build on FreeBSD 14+
In file included from AIO.xs:173:
In file included from /usr/include/sys/timerfd.h:33:
In file included from /usr/include/sys/proc.h:47:
/usr/include/sys/condvar.h:46:8: error: redefinition of 'cv'
struct cv {
^
/usr/local/lib/perl5/5.34/mach/CORE/sv.h:243:8: note: previous definition is
here
struct cv {
^
618 warnings and 1 error generated.
Tested on: 14.0-ALPHA4 |
4.80 02 May 2023 16:19:52 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-IO-AIO: Update to 4.80
Changes: https://metacpan.org/dist/IO-AIO/changes |
4.79_1 05 Apr 2023 17:30:02 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-IO-AIO: Fix typo
- Bump PORTREVISION for dependency change |
4.79 03 Oct 2022 17:10:23 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-IO-AIO: Update to 4.79
Changes: https://metacpan.org/dist/IO-AIO/changes |
4.78 10 Sep 2022 12:53:07 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-IO-AIO: Update to 4.78
Changes: https://metacpan.org/dist/IO-AIO/changes |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.76 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.76 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.76 08 Aug 2021 14:54:01 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-IO-AIO: Update to 4.76
Changes: https://metacpan.org/dist/IO-AIO/changes |
4.75 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.75 03 Jan 2021 20:05:50 |
sunpoet |
Update to 4.75
Changes: https://metacpan.org/changes/distribution/IO-AIO |
4.73 10 Dec 2020 21:32:13 |
sunpoet |
Update to 4.73
Changes: https://metacpan.org/changes/distribution/IO-AIO |
4.72 08 May 2020 20:51:41 |
sunpoet |
Remove p5-Canary-Stability from BUILD_DEPENDS |
4.72 21 Apr 2019 19:06:45 |
sunpoet |
Update to 4.7
- Update COMMENT
- Update pkg-descr
- Take maintainership
Changes: https://metacpan.org/changes/distribution/IO-AIO |
4.70 06 Mar 2019 18:07:36 |
sunpoet |
Update to 4.7
Changes: https://metacpan.org/changes/distribution/IO-AIO |
4.60 26 Aug 2018 18:41:58 |
sunpoet |
Update to 4.6
Changes: https://metacpan.org/changes/distribution/IO-AIO |
4.40 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
4.40 20 Feb 2018 20:26:25 |
sunpoet |
Update to 4.4
- Sort PLIST
Changes: http://search.cpan.org/dist/IO-AIO/Changes |
4.34 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
4.34 03 May 2016 19:01:14 |
sunpoet |
- Update to 4.34
Changes: http://search.cpan.org/dist/IO-AIO/Changes |
4.33 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
4.33 06 Mar 2016 06:25:49 |
sunpoet |
- Update to 4.33
- Strip shared library
Changes: http://search.cpan.org/dist/IO-AIO/Changes |
4.32 14 Feb 2015 20:00:33 |
adamw |
Update to 4.32.
Changes: https://metacpan.org/changes/distribution/IO-AIO |
4.31_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
4.31 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
4.31 19 Jun 2014 14:47:38 |
jadawin |
- Update to 4.31 |
4.18 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
4.18 30 Oct 2013 01:38:25 |
vanilla |
Support STAGEDIR. |
4.18 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
4.18 29 Aug 2013 04:08:54 |
sunpoet |
- Use single space after WWW: |
4.18 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
4.18 14 Feb 2013 09:42:13 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
4.18 19 Jan 2013 21:41:46 |
leeym |
- update to 4.18 |
4.15 03 May 2012 01:35:50 |
sunpoet |
- Update to 4.15
- Add LICENSE
Changes: http://search.cpan.org/dist/IO-AIO/Changes |
4.11 01 May 2012 01:47:10 |
swills |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
4.11 11 Oct 2011 06:18:36 |
clsung |
- Update to 4.11 |
4.0 27 Sep 2011 02:46:21 |
clsung |
- Update to 4.0 |
3.93 19 Sep 2011 17:23:51 |
sunpoet |
- Update to 3.93
Changes: http://search.cpan.org/dist/IO-AIO/Changes
PR: ports/159779
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 35 days) |
3.65 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
3.65 24 Sep 2010 02:03:44 |
pgollucci |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
3.65 22 Apr 2010 02:18:34 |
clsung |
- Update to 3.65
Changes: http://search.cpan.org/dist/IO-AIO/Changes |
3.31 16 Nov 2009 08:33:14 |
clsung |
- Update to 3.31
PR: ports/140548
Submitted by: Sahil Tandon <sahil_AT_tandon dot net> |
3.3_1 02 Sep 2009 15:19:31 |
clsung |
- fix a dependency
- bump PORTREVISION
PR: ports/138482
Submitted by: tobez |
3.3 26 Aug 2009 07:28:14 |
clsung |
- Update to 3.3
Changes: http://search.cpan.org/dist/IO-AIO/Changes |
3.0.7 29 Aug 2008 06:50:01 |
clsung |
- Update to 3.0.7
Changes: http://search.cpan.org/dist/IO-AIO/Changes |
3.0.5 23 Jun 2008 02:59:32 |
clsung |
- Update to 3.0.5
Changes: http://search.cpan.org/dist/IO-AIO/Changes |
2.6.2 02 May 2008 07:40:49 |
clsung |
- Update to 2.6.2 (2.62)
Changes: http://search.cpan.org/dist/IO-AIO/Changes |
2.6 13 Apr 2008 03:56:09 |
clsung |
- Update to 2.6
Changes: http://search.cpan.org/dist/IO-AIO/Changes |
2.5.1 30 Dec 2007 09:32:29 |
clsung |
- Update to 2.5.1 (2.51)
Changes: http://search.cpan.org/dist/IO-AIO/Changes |
2.3.3 08 Sep 2007 00:57:38 |
linimon |
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 |
2.3.3 03 Feb 2007 03:04:57 |
clsung |
- Update to 2.3.3
- Drop maintainership to perl@FreeBSD.org
PR: ports/108635
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
2.3 26 Dec 2006 03:56:09 |
clsung |
- Update to 2.3
PR: ports/107201
Submitted by: clsung
Approved by: maintainer (Gea-Suan Lin) |
2.2 09 Dec 2006 15:48:32 |
miwi |
This module implements asynchronous I/O using whatever means your
operating system supports.
Asynchronous means that operations that can normally block your
program (e.g. reading from disk) will be done asynchronously: the
operation will still block, but you can do something else in the
meantime. This is extremely useful for programs that need to stay
interactive even when doing heavy I/O (GUI programs, high performance
network servers etc.), but can also be used to easily do operations in
parallel that are normally done sequentially, e.g. stat'ing many files,
which is much faster on a RAID volume or over NFS when you do a number
of stat operations concurrently.
While most of this works on all types of file descriptors (for example
sockets), using these functions on file descriptors that support (Only the first 15 lines of the commit message are shown above ) |