Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
24 Jul 2020 07:26:12
1.22

|
sunpoet  |
Update to 1.22
- Add LICENSE_FILE
Changes: https://metacpan.org/changes/distribution/AnyEvent-RabbitMQ |
06 Oct 2018 13:06:45
1.19

|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
27 May 2018 20:15:20
1.19

|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
1.19

|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
28 Feb 2017 09:47:42
1.19

|
sunpoet  |
Update to 1.19
- Sort *_DEPENDS
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/AnyEvent-RabbitMQ/Changes |
01 Apr 2016 14:16:20
1.18

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
03 Dec 2014 15:28:42
1.18

|
jadawin  |
- Update to 1.18 |
26 Nov 2014 13:08:38
1.16_1

|
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 ) |
22 May 2014 14:18:35
1.16

|
jadawin  |
- Update to 1.16 |
05 Nov 2013 16:42:56
1.15

|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 22:10:25
1.15

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
02 Aug 2013 18:52:11
1.15

|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
08 Jul 2013 02:09:17
1.15

|
clsung  |
- Update to 1.15
Changes: http://cpansearch.perl.org/src/BOBTFISH/AnyEvent-RabbitMQ-1.15/Changes |
07 Jun 2013 08:40:54
1.14

|
tobez  |
Update to 1.14.
Changes: http://search.cpan.org/dist/AnyEvent-RabbitMQ/Changes |
07 May 2013 08:50:51
1.13

|
tobez  |
Update to 1.13.
Changes: http://search.cpan.org/dist/AnyEvent-RabbitMQ/Changes |
02 May 2013 12:09:02
1.12

|
culot  |
- Update to 1.12
Changes: http://search.cpan.org/dist/AnyEvent-RabbitMQ/Changes |
29 Mar 2013 00:44:54
1.11

|
eadler  |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
06 Mar 2013 11:03:33
1.11

|
tobez  |
Update to 1.11.
Changes: http://search.cpan.org/dist/AnyEvent-RabbitMQ/Changes |
25 Feb 2013 14:43:45
1.10

|
tobez  |
Update to 1.10.
Changes: http://search.cpan.org/dist/AnyEvent-RabbitMQ/Changes |
16 Sep 2012 08:12:02
1.08

|
culot  |
- Update to 1.08
Changes: http://search.cpan.org/dist/AnyEvent-RabbitMQ/Changes |
22 Aug 2012 06:14:22
1.07
|
sunpoet  |
- Update to 1.07
- Add BUILD_DEPENDS and TEST_DEPENDS
Changes: http://search.cpan.org/dist/AnyEvent-RabbitMQ/Changes |
01 May 2012 01:47:10
1.05
|
swills  |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
13 Mar 2012 16:15:36
1.05
|
pgollucci  |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
08 Mar 2012 18:45:38
1.05
|
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
30 Oct 2011 11:04:48
1.05
|
clsung  |
AnyEvent::RabbitMQ is an AMQP(Advanced Message Queuing Protocol) client
library, that is intended to allow you to interact with AMQP-compliant
message brokers/servers such as RabbitMQ in an asynchronous fashion.
You can use AnyEvent::RabbitMQ to -
* Declare and delete exchanges
* Declare, delete, bind and unbind queues
* Set QoS
* Publish, consume, get, ack, recover and reject messages
* Select, commit and rollback transactions
AnyEvnet::RabbitMQ is known to work with RabbitMQ versions 2.5.1 and
version 0-8 of the AMQP specification.
WWW: http://search.cpan.org/dist/AnyEvent-RabbitMQ/ |