diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-05-29 00:42:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-05-29 00:42:21 +0000 |
commit | c3c6a5428a83a68da212583f537da5d588d57a24 (patch) | |
tree | 9ccd4fd6cac78f6121b6ac84c2abbaaff412904d /net/Makefile | |
parent | a0421aa4bfa857d2933277fc9f24cb2d5c5be6d2 (diff) |
Wrapper for Mail.Ru simple network protocol IProto. Support 2 modes: block via
Ruby's TCPSocket and non block via EventMachine with fiblers. Wrapper used in
Tarantool ruby client and private libs.
WWW: https://github.com/mailru/iproto-ruby
PR: ports/178621
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
Notes
Notes:
svn path=/head/; revision=319335
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 41f5deb27a01..6c222669cac0 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1027,6 +1027,7 @@ SUBDIR += rubygem-http_parser.rb SUBDIR += rubygem-httpauth SUBDIR += rubygem-ipaddress + SUBDIR += rubygem-iproto SUBDIR += rubygem-macaddr SUBDIR += rubygem-net-ldap SUBDIR += rubygem-net-netrc |