1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

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>
This commit is contained in:
Martin Wilke 2013-05-29 00:42:21 +00:00
parent a0421aa4bf
commit c3c6a5428a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319335
4 changed files with 27 additions and 0 deletions

View File

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

View File

@ -0,0 +1,19 @@
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
# $FreeBSD$
PORTNAME= iproto
PORTVERSION= 0.3.8
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= g.veniamin@googlemail.com
COMMENT= Ruby implementation of Mail.Ru iproto protocol
RUN_DEPENDS= rubygem-bin_utils=0.0.3:${PORTSDIR}/devel/rubygem-bin_utils
RUBY_VER= 1.9
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/iproto-0.3.8.gem) = 1db06216baec4dc908337b448d94b2b840336cee0e003090fad96f62dd7d1bc7
SIZE (rubygem/iproto-0.3.8.gem) = 8704

View File

@ -0,0 +1,5 @@
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