notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q2
p5-AnyEvent Provide framework for multiple event loops
7.17,1 devel on this many watch lists=4 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 7.17,1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-12-09 15:47:12
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: p5-Authen-SASL, p5-URI, dialog4ports, autoconf, p5-IO-HTML
Also Listed In: perl5
License: ART10 GPLv1+
WWW:
https://metacpan.org/release/AnyEvent
Description:
AnyEvent provides a uniform interface to various event loops. This allows module authors to use event loop functionality without forcing module users to use a specific event loop implementation (since more than one event loop cannot coexist peacefully). The interface itself is vaguely similar, but not identical to the Event module. During the first call of any watcher-creation method, the module tries to detect the currently loaded event loop by probing whether one of the following modules is already loaded: EV, AnyEvent::Loop, Event, Glib, Tk, Event::Lib, Qt, POE. The first one found is used. If none are detected, the module tries to load the first four modules in the order given; but note that if EV is not available, the pure-perl AnyEvent::Loop should always work, so the other two are not normally tried.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (68 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-AnyEvent-7.17,1/catalog.mk
  2. /usr/local/share/licenses/p5-AnyEvent-7.17,1/LICENSE
  3. /usr/local/share/licenses/p5-AnyEvent-7.17,1/ART10
  4. /usr/local/share/licenses/p5-AnyEvent-7.17,1/GPLv1+
  5. lib/perl5/site_perl/mach/5.32/AE.pm
  6. lib/perl5/site_perl/mach/5.32/AnyEvent.pm
  7. lib/perl5/site_perl/mach/5.32/AnyEvent/DNS.pm
  8. lib/perl5/site_perl/mach/5.32/AnyEvent/Debug.pm
  9. lib/perl5/site_perl/mach/5.32/AnyEvent/FAQ.pod
  10. lib/perl5/site_perl/mach/5.32/AnyEvent/Handle.pm
  11. lib/perl5/site_perl/mach/5.32/AnyEvent/IO.pm
  12. lib/perl5/site_perl/mach/5.32/AnyEvent/IO/IOAIO.pm
  13. lib/perl5/site_perl/mach/5.32/AnyEvent/IO/Perl.pm
  14. lib/perl5/site_perl/mach/5.32/AnyEvent/Impl/Cocoa.pm
  15. lib/perl5/site_perl/mach/5.32/AnyEvent/Impl/EV.pm
  16. lib/perl5/site_perl/mach/5.32/AnyEvent/Impl/Event.pm
  17. lib/perl5/site_perl/mach/5.32/AnyEvent/Impl/EventLib.pm
  18. lib/perl5/site_perl/mach/5.32/AnyEvent/Impl/FLTK.pm
  19. lib/perl5/site_perl/mach/5.32/AnyEvent/Impl/Glib.pm
  20. lib/perl5/site_perl/mach/5.32/AnyEvent/Impl/IOAsync.pm
  21. lib/perl5/site_perl/mach/5.32/AnyEvent/Impl/Irssi.pm
  22. lib/perl5/site_perl/mach/5.32/AnyEvent/Impl/POE.pm
  23. lib/perl5/site_perl/mach/5.32/AnyEvent/Impl/Perl.pm
  24. lib/perl5/site_perl/mach/5.32/AnyEvent/Impl/Qt.pm
  25. lib/perl5/site_perl/mach/5.32/AnyEvent/Impl/Tk.pm
  26. lib/perl5/site_perl/mach/5.32/AnyEvent/Impl/UV.pm
  27. lib/perl5/site_perl/mach/5.32/AnyEvent/Intro.pod
  28. lib/perl5/site_perl/mach/5.32/AnyEvent/Log.pm
  29. lib/perl5/site_perl/mach/5.32/AnyEvent/Loop.pm
  30. lib/perl5/site_perl/mach/5.32/AnyEvent/Socket.pm
  31. lib/perl5/site_perl/mach/5.32/AnyEvent/Strict.pm
  32. lib/perl5/site_perl/mach/5.32/AnyEvent/TLS.pm
  33. lib/perl5/site_perl/mach/5.32/AnyEvent/Util.pm
  34. lib/perl5/site_perl/mach/5.32/AnyEvent/Util/idna.pl
  35. lib/perl5/site_perl/mach/5.32/AnyEvent/Util/uts46data.pl
  36. lib/perl5/site_perl/mach/5.32/AnyEvent/constants.pl
  37. lib/perl5/site_perl/man/man3/AE.3.gz
  38. lib/perl5/site_perl/man/man3/AnyEvent.3.gz
  39. lib/perl5/site_perl/man/man3/AnyEvent::DNS.3.gz
  40. lib/perl5/site_perl/man/man3/AnyEvent::Debug.3.gz
  41. lib/perl5/site_perl/man/man3/AnyEvent::FAQ.3.gz
  42. lib/perl5/site_perl/man/man3/AnyEvent::Handle.3.gz
  43. lib/perl5/site_perl/man/man3/AnyEvent::IO.3.gz
  44. lib/perl5/site_perl/man/man3/AnyEvent::IO::IOAIO.3.gz
  45. lib/perl5/site_perl/man/man3/AnyEvent::IO::Perl.3.gz
  46. lib/perl5/site_perl/man/man3/AnyEvent::Impl::Cocoa.3.gz
  47. lib/perl5/site_perl/man/man3/AnyEvent::Impl::EV.3.gz
  48. lib/perl5/site_perl/man/man3/AnyEvent::Impl::Event.3.gz
  49. lib/perl5/site_perl/man/man3/AnyEvent::Impl::EventLib.3.gz
  50. lib/perl5/site_perl/man/man3/AnyEvent::Impl::FLTK.3.gz
  51. lib/perl5/site_perl/man/man3/AnyEvent::Impl::Glib.3.gz
  52. lib/perl5/site_perl/man/man3/AnyEvent::Impl::IOAsync.3.gz
  53. lib/perl5/site_perl/man/man3/AnyEvent::Impl::Irssi.3.gz
  54. lib/perl5/site_perl/man/man3/AnyEvent::Impl::POE.3.gz
  55. lib/perl5/site_perl/man/man3/AnyEvent::Impl::Perl.3.gz
  56. lib/perl5/site_perl/man/man3/AnyEvent::Impl::Qt.3.gz
  57. lib/perl5/site_perl/man/man3/AnyEvent::Impl::Tk.3.gz
  58. lib/perl5/site_perl/man/man3/AnyEvent::Impl::UV.3.gz
  59. lib/perl5/site_perl/man/man3/AnyEvent::Intro.3.gz
  60. lib/perl5/site_perl/man/man3/AnyEvent::Log.3.gz
  61. lib/perl5/site_perl/man/man3/AnyEvent::Loop.3.gz
  62. lib/perl5/site_perl/man/man3/AnyEvent::Socket.3.gz
  63. lib/perl5/site_perl/man/man3/AnyEvent::Strict.3.gz
  64. lib/perl5/site_perl/man/man3/AnyEvent::TLS.3.gz
  65. lib/perl5/site_perl/man/man3/AnyEvent::Util.3.gz
  66. @owner
  67. @group
  68. @mode
Collapse this list.
Dependency lines:
  • p5-AnyEvent>0:devel/p5-AnyEvent
To install the port:
cd /usr/ports/devel/p5-AnyEvent/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/p5-AnyEvent
  • pkg install p5-AnyEvent
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-AnyEvent
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1568802206 SHA256 (AnyEvent-7.17.tar.gz) = 50beea689c098fe4aaeb83806c40b9fe7f946d5769acf99f849f099091a4b985 SIZE (AnyEvent-7.17.tar.gz) = 304845

Packages (timestamps in pop-ups are UTC):
p5-AnyEvent
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest7.17,17.17,17.17,17.17,17.17,1-7.17,1-
FreeBSD:13:quarterly7.17,17.17,17.17,17.17,17.17,17.17,17.17,17.17,1
FreeBSD:14:latest7.17,17.17,17.17,17.17,17.17,17.17,1-7.17,1
FreeBSD:14:quarterly7.17,17.17,1-7.17,17.17,17.17,17.17,17.17,1
FreeBSD:15:latest7.17,17.17,1n/a7.17,1n/a7.17,17.17,17.17,1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
This port is required by:
for Build
  1. databases/p5-AnyEvent-BDB
  2. databases/p5-AnyEvent-DBD-Pg
  3. databases/p5-AnyEvent-Memcached
  4. databases/p5-AnyEvent-Redis
  5. databases/p5-DR-Tarantool
  6. databases/p5-MR-Tarantool
  7. devel/p5-AnyEvent-AIO
Expand this list (66 items / 59 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. devel/p5-AnyEvent-Connection
  3. devel/p5-AnyEvent-Connector
  4. devel/p5-AnyEvent-DBI
  5. devel/p5-AnyEvent-DBus
  6. devel/p5-AnyEvent-Filesys-Notify
  7. devel/p5-AnyEvent-Fork
  8. devel/p5-AnyEvent-Gearman
  9. devel/p5-AnyEvent-Graphite
  10. devel/p5-AnyEvent-I3
  11. devel/p5-AnyEvent-MessagePack
  12. devel/p5-AnyEvent-RPC
  13. devel/p5-AnyEvent-Run
  14. devel/p5-AnyEvent-Subprocess
  15. devel/p5-AnyEvent-Task
  16. devel/p5-AnyEvent-Worker
  17. devel/p5-AnyMQ
  18. devel/p5-Coro
  19. devel/p5-Event-ExecFlow
  20. devel/p5-Event-RPC
  21. devel/p5-File-Flock
  22. devel/p5-IO-Any
  23. devel/p5-IO-Event
  24. devel/p5-Object-Event
  25. devel/p5-POE-Loop-AnyEvent
  26. dns/p5-AnyEvent-CacheDNS
  27. dns/p5-AnyEvent-DNS-EtcHosts
  28. irc/p5-AnyEvent-IRC
  29. mail/p5-Net-IMAP-Server
  30. net/p5-AnyEvent-MPRPC
  31. net/p5-AnyEvent-MQTT
  32. net/p5-AnyEvent-RabbitMQ
  33. net/p5-AnyEvent-Twitter
  34. net/p5-Daemon-Generic
  35. net/p5-Net-SSH-Mechanize
  36. net/p5-Net-Server-Coro
  37. net/p5-POE-Component-Server-Twirc
  38. net/p5-RPC-EPC-Service
  39. net/p5-VM-EC2
  40. net-im/p5-AnyEvent-XMPP
  41. net-im/p5-Net-XMPP2
  42. net-mgmt/netdisco
  43. net-mgmt/p5-AnyEvent-SNMP
  44. security/p5-App-TLSMe
  45. www/p5-AnyEvent-HTTP
  46. www/p5-AnyEvent-HTTP-LWP-UserAgent
  47. www/p5-AnyEvent-ReverseHTTP
  48. www/p5-AnyEvent-SCGI
  49. www/p5-AnyEvent-WebSocket-Client
  50. www/p5-Monoceros
  51. www/p5-Plack-Handler-AnyEvent-ReverseHTTP
  52. www/p5-Plack-Middleware-AutoRefresh
  53. www/p5-Plack-Middleware-SocketIO
  54. www/p5-Plack-Server-ReverseHTTP
  55. www/p5-PocketIO
  56. www/p5-Protocol-HTTP2
  57. www/p5-Tatsumaki
  58. www/p5-Twiggy
  59. Collapse this list.

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. multimedia/dvdrip*
  2. www/p5-AnyEvent-Mojo*
  3. Collapse this list of deleted ports.
for Run
  1. databases/p5-AnyEvent-BDB
  2. databases/p5-AnyEvent-DBD-Pg
  3. databases/p5-AnyEvent-Memcached
  4. databases/p5-AnyEvent-Redis
  5. databases/p5-DR-Tarantool
  6. databases/p5-MR-Tarantool
  7. devel/p5-AnyEvent-Connection
Expand this list (69 items / 62 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. devel/p5-AnyEvent-Connector
  3. devel/p5-AnyEvent-DBI
  4. devel/p5-AnyEvent-DBus
  5. devel/p5-AnyEvent-Filesys-Notify
  6. devel/p5-AnyEvent-Fork
  7. devel/p5-AnyEvent-Gearman
  8. devel/p5-AnyEvent-Graphite
  9. devel/p5-AnyEvent-I3
  10. devel/p5-AnyEvent-MessagePack
  11. devel/p5-AnyEvent-RPC
  12. devel/p5-AnyEvent-Run
  13. devel/p5-AnyEvent-Subprocess
  14. devel/p5-AnyEvent-Task
  15. devel/p5-AnyEvent-Worker
  16. devel/p5-AnyMQ
  17. devel/p5-Coro
  18. devel/p5-Event-ExecFlow
  19. devel/p5-Event-RPC
  20. devel/p5-File-Flock
  21. devel/p5-IO-Any
  22. devel/p5-IO-Event
  23. devel/p5-IO-Lambda
  24. devel/p5-Object-Event
  25. devel/p5-POE-Loop-AnyEvent
  26. dns/p5-AnyEvent-CacheDNS
  27. dns/p5-AnyEvent-DNS-EtcHosts
  28. irc/p5-AnyEvent-IRC
  29. mail/p5-Net-IMAP-Server
  30. net/p5-AnyEvent-MPRPC
  31. net/p5-AnyEvent-MQTT
  32. net/p5-AnyEvent-RabbitMQ
  33. net/p5-AnyEvent-Twitter
  34. net/p5-AnyEvent-Twitter-Stream
  35. net/p5-Daemon-Generic
  36. net/p5-Net-SSH-Mechanize
  37. net/p5-Net-Server-Coro
  38. net/p5-POE-Component-Server-Twirc
  39. net/p5-RPC-EPC-Service
  40. net/p5-VM-EC2
  41. net-im/p5-AnyEvent-XMPP
  42. net-im/p5-Net-XMPP2
  43. net-mgmt/netdisco
  44. net-mgmt/p5-AnyEvent-SNMP
  45. security/p5-App-TLSMe
  46. www/p5-AnyEvent-HTTP
  47. www/p5-AnyEvent-HTTP-LWP-UserAgent
  48. www/p5-AnyEvent-HTTPD
  49. www/p5-AnyEvent-ReverseHTTP
  50. www/p5-AnyEvent-SCGI
  51. www/p5-AnyEvent-WebSocket-Client
  52. www/p5-Monoceros
  53. www/p5-Plack-Handler-AnyEvent-ReverseHTTP
  54. www/p5-Plack-Middleware-AutoRefresh
  55. www/p5-Plack-Middleware-SocketIO
  56. www/p5-Plack-Server-ReverseHTTP
  57. www/p5-PocketIO
  58. www/p5-Protocol-HTTP2
  59. www/p5-Tatsumaki
  60. www/p5-Twiggy
  61. x11-wm/korgwm
  62. Collapse this list.

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. multimedia/dvdrip*
  2. www/p5-AnyEvent-Mojo*
  3. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
devel_p5-AnyEvent
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/AnyEvent/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/AnyEvent/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/AnyEvent/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/AnyEvent/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/AnyEvent/
  7. http://backpan.perl.org/modules/by-module/AnyEvent/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/AnyEvent/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/AnyEvent/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/AnyEvent/
  12. https://www.cpan.org/modules/by-module/AnyEvent/
Collapse this list.

There are no commits on branch 2022Q2 for this port