Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - stage support | az | 2014-01-06 | 2 | -6/+4 |
| | | | | Approved by: portmgr (blanket infrastructure) | ||||
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ↵ | bapt | 2013-09-21 | 1 | -0/+1 |
| | | | | net) | ||||
* | - convert to the new perl5 framework | az | 2013-09-06 | 1 | -1/+2 |
| | | | | Approved by: portmgr (bapt@, blanket) | ||||
* | - Upgrade to 0.20. | kuriyama | 2013-05-20 | 2 | -9/+5 |
| | |||||
* | - Upgrade to 0.19. | kuriyama | 2012-12-24 | 3 | -6/+4 |
| | | | | # AnyEvent::MessagePack was splitted into another dist. | ||||
* | - Upgrade to 0.18. | kuriyama | 2012-10-20 | 2 | -3/+3 |
| | | | | Feature safe: yes | ||||
* | - Upgrade to 0.17. | kuriyama | 2012-09-13 | 2 | -3/+3 |
| | |||||
* | - Upgrade to 0.16. | kuriyama | 2012-08-22 | 2 | -4/+5 |
| | |||||
* | - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or | swills | 2012-06-11 | 1 | -1/+1 |
| | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) | ||||
* | - Upgrade to 0.14. | kuriyama | 2012-05-27 | 2 | -3/+3 |
| | |||||
* | - Add TEST_DEPENDS to enable testing | swills | 2012-03-07 | 1 | -0/+1 |
| | | | | Approved by: portmgr (blanket) | ||||
* | - Upgrade to 0.13. | kuriyama | 2011-11-26 | 2 | -3/+3 |
| | | | | Feature safe: yes | ||||
* | This module provide TCP-based MessagePack RPC server/client | kuriyama | 2011-10-20 | 4 | -0/+51 |
implementation. AnyEvent::MPRPC provide you a couple of export functions that are shortcut of AnyEvent::MPRPC::Client and AnyEvent::MPRPC::Server. One is mprpc_client for Client, another is mprpc_server for Server. WWW: http://search.cpan.org/dist/AnyEvent-MPRPC/ |