Port details |
- p5-IO-Lambda Non-blocking I/O in lambda style
- 1.23_1 devel =3 1.23_1Version of this port present on the latest quarterly branch.
- Maintainer: ivan@serezhkin.com
- Port Added: 2008-11-11 15:52:30
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: mpqc, scilab, openmpi, erlang, pvm
- Also Listed In: databases net parallel perl5 www
- License: not specified in port
- WWW:
- https://metacpan.org/release/IO-Lambda
- Description:
- This module is another attempt to fight the horrors of
non-blocking I/O programming. It tries to bring back the
simplicity of the declarative programming style, that is
only otherwise available when one employs threads,
coroutines, or co-processes.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-IO-Lambda>0:devel/p5-IO-Lambda
- To install the port:
- cd /usr/ports/devel/p5-IO-Lambda/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-IO-Lambda
- pkg install p5-IO-Lambda
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-IO-Lambda
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (IO-Lambda-1.23.tar.gz) = fe1ebaa4934109881ac6fbf3cd06508e63dd8f99a410fa088aa5e0d43c48f1ea
SIZE (IO-Lambda-1.23.tar.gz) = 87416
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-Sub-Name>=0.04 : devel/p5-Sub-Name
- p5-Net-DNS>=0.64 : dns/p5-Net-DNS
- p5-libwww>=5.822 : www/p5-libwww
- p5-URI>=1.37 : net/p5-URI
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Sub-Name>=0.04 : devel/p5-Sub-Name
- p5-Net-DNS>=0.64 : dns/p5-Net-DNS
- p5-libwww>=5.822 : www/p5-libwww
- p5-URI>=1.37 : net/p5-URI
- p5-IO-Socket-SSL>=1.19 : security/p5-IO-Socket-SSL
- p5-AnyEvent>=4.33 : devel/p5-AnyEvent
- p5-DBI>=1.60.4 : databases/p5-DBI
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_p5-IO-Lambda
- 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 |
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) |
1.23_1 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 ) |
1.23_1 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 ) |
1.23_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.23_1 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 |
1.23_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.23_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 ) |
1.23 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
1.23 06 Jan 2014 12:55:04 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
1.23 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.23 07 Sep 2013 16:51:09 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
1.23 08 Sep 2012 14:31:51 |
swills |
- Update to 1.23
PR: ports/170956
Approved by: maintainer timeout (ivan@serezhkin.com, >2 weeks) |
1.20 24 Oct 2011 09:11:38 |
dougb |
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 |
1.20 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.20 12 Feb 2011 09:30:23 |
az |
Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.
No functional changes.
Sponsored by: p5 namespace |
1.20 24 May 2010 06:52:50 |
az |
Update to 1.20
Changes: http://search.cpan.org/dist/IO-Lambda/Changes
PR: ports/146370
Submitted by: az@
Approved by: maintainer timeout |
1.15 15 Dec 2009 21:09:25 |
pgollucci |
- Update to 1.15
PR: ports/141571
Approved by: maintainer
Submitted by: myself (pgollucci@) |
1.13 21 Sep 2009 16:39:20 |
az |
- Update to 1.13
Changelog: http://cpansearch.perl.org/src/KARASIK/IO-Lambda-1.13/Changes
PR: ports/139016
Submitted by: az
Approved by: maintainer
Feature safe: yes |
1.12 04 Sep 2009 05:52:25 |
az |
Update to version 0.12
Fix pkg-descr WWW issue
PR: ports/137877
Submitted by: az
Approved by: maintainer (timeout 2 week) |
1.11 30 Jul 2009 23:04:49 |
pgollucci |
Utilize %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plists
PR: ports/136771
Exp Run by: pav
Approved by: portmgr (pav) |
1.11 23 Jul 2009 17:24:36 |
pgollucci |
- Update to 1.11
PR: ports/136506
Approved by: maintainer timeout (ivan@serezhkin.com; 14 days)
Submitted by: myself (pgollucci@) |
1.02 16 Jan 2009 15:16:40 |
amdmi3 |
- Update to 1.02
PR: 130615
Submitted by: Vany Serezhkin <ivan at serezhkin dot com> (maintainer) |
0.39 13 Nov 2008 09:24:46 |
jadawin |
- Update to 0.39
PR: ports/128835
Submitted by: Ivan B. Serezhkin <ivan _at_ serezhkin _dot_ com> (maintainer) |
0.36 11 Nov 2008 15:51:54 |
wxs |
This module is another attempt to fight the horrors of
non-blocking I/O programming. It tries to bring back the
simplicity of the declarative programming style, that is
only otherwise available when one employs threads,
coroutines, or co-processes.
PR: ports/128652
Submitted by: Vany Serezhkin <ivan@serezhkin.com> |