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
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.

Number of commits found: 62

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
7.17,1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
7.17,1
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
7.17,1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
7.17,1
08 May 2020 20:51:14
Revision:534432Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove p5-Canary-Stability from BUILD_DEPENDS
7.17,1
25 Sep 2019 20:40:45
Revision:512821Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 7.17

Changes:	https://metacpan.org/changes/distribution/AnyEvent
7.16,1
21 Jul 2019 20:46:51
Revision:507078Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 7.16

- Update pkg-descr
- Take maintainership

Changes:	https://metacpan.org/changes/distribution/AnyEvent
7.15,1
26 Feb 2019 23:51:12
Revision:494001Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 7.15

Changes:	https://metacpan.org/changes/distribution/AnyEvent
7.14,1
27 May 2018 20:15:20
Revision:470993Original commit files touched by this commit
sunpoet search for other commits by this committer
Update WWW

search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
7.14,1
15 Sep 2017 08:58:50
Revision:449893Original commit files touched by this commit
mat search for other commits by this committer
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
7.14,1
24 Jun 2017 16:31:19
Revision:444219Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 7.14

Changes:	http://search.cpan.org/dist/AnyEvent/Changes
7.13,1
01 Oct 2016 20:19:56
Revision:423089Original commit files touched by this commit
adamw search for other commits by this committer
Update to 7.13.

Changes: https://metacpan.org/changes/distribution/AnyEvent
7.12,1
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
7.12,1
29 Jan 2016 00:30:08
Revision:407438Original commit files touched by this commit
adamw search for other commits by this committer
Update to 7.12.

Changes: https://metacpan.org/changes/distribution/AnyEvent
7.11,1
18 Jul 2015 11:13:07
Revision:392408Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 7.117
- Remove MASTER_SITE_SUBDIR
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/AnyEvent/Changes
7.09,1
03 May 2015 11:21:40
Revision:385244Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 7.09

Changes:	http://search.cpan.org/dist/AnyEvent/Changes
7.08,1
01 Jan 2015 16:21:00
Revision:375956Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 7.08
- Sort PLIST

Changes:	http://search.cpan.org/dist/AnyEvent/Changes
7.07_2,1
26 Nov 2014 13:08:38
Revision:373448Original commit files touched by this commit
mat search for other commits by this committer
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 View all of this commit message)
7.07,1
27 Oct 2014 10:55:59
Revision:371547Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
7.07,1
25 Dec 2013 15:08:02
Revision:337425Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 7.07

Changes:	http://search.cpan.org/dist/AnyEvent/Changes
7.05,1
27 Oct 2013 15:12:17
Revision:331780Original commit files touched by this commit
vanilla search for other commits by this committer
support STAGEDIR.
7.05,1
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
7.05,1
24 Aug 2013 20:55:16
Revision:325314Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use single space after WWW:
7.05,1
24 Aug 2013 20:41:19
Revision:325313Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 7.05

Changes:	http://search.cpan.org/dist/AnyEvent/Changes
7.04,1
02 Aug 2013 18:52:11
Revision:324174Original commit files touched by this commit
mat search for other commits by this committer
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
7.04,1
17 Nov 2012 11:50:17
Revision:307506Original commit files touched by this commit
culot search for other commits by this committer
- Update to 7.04

Changes:	http://search.cpan.org/dist/AnyEvent/Changes
Feature safe:	yes
7.02,1
18 Aug 2012 19:57:45
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 7.02

Changes:	http://search.cpan.org/dist/AnyEvent/Changes
7.01,1
22 May 2012 16:34:16
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 7.01
- Add LICENSE
- Sort MAN3

Changes:        http://search.cpan.org/dist/AnyEvent/Changes
6.10,1
01 May 2012 01:47:10
Original commit files touched by this commit
swills search for other commits by this committer
- Assign clsung's p5- ports to perl@

Approved by:    clsung via IRC
6.10,1
13 Nov 2011 06:42:37
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 6.10 (6.1)
- grab maintainership for a while

Feature safe:   yes
5.34,1
17 Sep 2011 07:06:45
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+

Suggested by:   az
With hat:       perl
5.34,1
01 Aug 2011 04:56:54
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Remove unnecessary DISTNAME declaration
- Sort MAN3
5.34,1
14 May 2011 06:37:03
Original commit files touched by this commit
skv search for other commits by this committer
Update to 5.34

Changes:        http://cpansearch.perl.org/src/MLEHMANN/AnyEvent-5.34/Changes
5.30,1
12 Jan 2011 09:03:28
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 5.3(0).

Changes:        http://search.cpan.org/dist/AnyEvent/Changes
Feature safe:   yes
5.29,1
27 Dec 2010 02:32:52
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 5.29
ChangeLog: http://cpansearch.perl.org/src/MLEHMANN/AnyEvent-5.29/Changes
5.28,1
10 Dec 2010 22:33:08
Original commit files touched by this commit
pav search for other commits by this committer
- Set PORTEPOCH because 5.28 < 5.271

Reported by:    pointyhat
5.28
07 Dec 2010 23:13:07
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Update to 5.28

PR:             ports/152357
Submitted by:   Mikhail T. <michael@fun-box.ru>
With Hat:       perl@
Changes:        http://search.cpan.org/dist/AnyEvent/Changes
5.271
07 Dec 2010 19:47:56
Original commit files touched by this commit
linimon search for other commits by this committer
With portmgr hat, reassign some ports from clsung to perl, since clsung
is apparently having some trouble with email.
5.271
24 Sep 2010 02:03:44
Original commit files touched by this commit
pgollucci search for other commits by this committer
- only 13% of the p5- ports embed @comment $FreeBSD$:
  so standarize and remove it

With Hat:   perl@
5.271
20 Sep 2010 02:10:53
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 5.271

Changes:        http://search.cpan.org/dist/AnyEvent/Changes
PR:             ports/150445
Submitted by:   Anton Yuzhaninov <citrin_AT_citrin dot ru>
5.210
02 Dec 2009 02:29:28
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 5.210

Changes:        http://search.cpan.org/dist/AnyEvent/Changes
PR:             ports/140734
Submitted by:   Sahil Tandon <sahil_AT_tandon dot net>
5.202
29 Oct 2009 14:02:13
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 5.202

Changes:        http://search.cpan.org/dist/AnyEvent/Changes
5.201
06 Oct 2009 05:59:09
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 5.201

Changes:        http://search.cpan.org/dist/AnyEvent/Changes
PR:             ports/139357
Submitted by:   wen
5.10
11 Aug 2009 07:36:59
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 5.1

Changes:        http://search.cpan.org/dist/AnyEvent/Changes
4.82
29 Jul 2009 02:11:31
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 4.82

PR:             ports/136785
Submitted by:   Mons Anderson <mons_AT_cpan dot org>
4.35.2
02 Jun 2009 05:48:44
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 4.352 (4.35.2)

PR:             ports/134804
Submitted by:   pgollucci
4.35
24 Apr 2009 06:57:57
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 4.35

Changes:        http://search.cpan.org/dist/AnyEvent/Changes
PR:             ports/133603
Submitted by:   leeym
4.33
13 Dec 2008 10:43:32
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 4.33
4.32
20 Nov 2008 01:32:25
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 4.32
4.31
11 Nov 2008 02:02:14
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 4.31
- this version fix many bugs since 4.152
(http://search.cpan.org/src/MLEHMANN/AnyEvent-4.31/Changes)
- 4.31 required to update www/p5-AnyEvent-HTTP to latest

Changes:        http://search.cpan.org/dist/AnyEvent/Changes
PR:             ports/128525
Submitted by:   Vladimir Timofeev <vovkasm_AT_gmail dot com>
Reviewed by:    clsung
4.15.2
24 Jun 2008 14:30:40
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 4.15.2 (4.152)

Changes:        http://search.cpan.org/dist/AnyEvent/Changes
3.1.1
21 Apr 2008 07:07:00
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 3.1.1 (3.11)

Changes:        http://search.cpan.org/dist/AnyEvent/Changes
3.1
18 Apr 2008 09:22:57
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 3.1

Changes:        http://search.cpan.org/dist/AnyEvent/Changes
3.0
09 Apr 2008 03:37:12
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 3.0

Changes:        http://search.cpan.org/dist/AnyEvent/Changes
2.9
30 Jan 2008 09:37:52
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 2.9

Changes:        http://search.cpan.org/dist/AnyEvent/Changes
2.8
05 Jan 2008 14:10:39
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 2.8

Changes:        http://search.cpan.org/dist/AnyEvent/Changes
2.5.4
29 Oct 2007 17:12:51
Original commit files touched by this commit
mat search for other commits by this committer
Update to 2.5.4
2.5.2
08 Sep 2007 00:56:04
Original commit files touched by this commit
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
2.5.2
25 Mar 2007 17:42:30
Original commit files touched by this commit
leeym search for other commits by this committer
- update to 2.5.2
2.5.1
02 Jan 2007 02:35:32
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 2.5.1
- Reset maintainership to perl@FreeBSD.org

PR:             ports/107373
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
2.1
10 Dec 2006 08:43:44
Original commit files touched by this commit
miwi search for other commits by this committer
- Fix Makefile

PR:             ports/106550
Submitted by:   Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Approved by:    common sense
2.1
09 Dec 2006 15:46:55
Original commit files touched by this commit
miwi search for other commits by this committer
AnyEvent provides an identical interface to multiple event loops.
This allows module authors to utilise an event loop without forcing
module users to use the same event loop (as only a single event loop
can coexist peacefully at any one time).

The interface itself is vaguely similar but not identical to the Event
module.

On the first call of any method, the module tries to detect the
currently loaded event loop by probing wether any of the following
modules is loaded: Coro::Event, Event, Glib, Tk. The first one found
is used. If none is found, the module tries to load these modules in
the order given. The first one that could be successfully loaded will
be used. If still none could be found, AnyEvent will fall back to a
pure-perl event loop, which is also not very efficient.

WWW:    http://search.cpan.org/dist/AnyEvent/

Noted: For index unbreak :(

PR:             ports/106527
Submitted by:   Gea-Suan Lin <gslin at gslin.org>

Number of commits found: 62