Bug 178621 - [new port]: net/rubygem-iproto Ruby implementation of Mail.Ru iproto protocol
Summary: [new port]: net/rubygem-iproto Ruby implementation of Mail.Ru iproto protocol
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-14 09:50 UTC by Veniamin
Modified: 2013-05-29 01:50 UTC (History)
0 users

See Also:


Attachments
file.shar (1.64 KB, text/plain)
2013-05-14 09:50 UTC, Veniamin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Veniamin 2013-05-14 09:47:50 UTC
>Number:         178621
>Category:       ports
>Synopsis:       [new port]: net/rubygem-iproto Ruby implementation of Mail.Ru iproto protocol
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 14 08:50:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Veniamin Gvozdikov
>Release:        FreeBSD 9.1-RELEASE
>Organization:
>Environment:
FreeBSD ololo 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

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

Depended by: ports/178619
>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	rubygem-iproto
#	rubygem-iproto/pkg-descr
#	rubygem-iproto/distinfo
#	rubygem-iproto/Makefile
#
echo c - rubygem-iproto
mkdir -p rubygem-iproto > /dev/null 2>&1
echo x - rubygem-iproto/pkg-descr
sed 's/^X//' >rubygem-iproto/pkg-descr << 'dd1ae1af457bc54785a6cf5302a58734'
XWrapper for Mail.Ru simple network protocol IProto. Support 2 modes: block via
XRuby's TCPSocket and non block via EventMachine with fiblers. Wrapper used in
XTarantool ruby client and private libs.
X
XWWW: https://github.com/mailru/iproto-ruby
dd1ae1af457bc54785a6cf5302a58734
echo x - rubygem-iproto/distinfo
sed 's/^X//' >rubygem-iproto/distinfo << 'ad78b8f74ec7e3b0657a342a248cff38'
XSHA256 (rubygem/iproto-0.3.8.gem) = 1db06216baec4dc908337b448d94b2b840336cee0e003090fad96f62dd7d1bc7
XSIZE (rubygem/iproto-0.3.8.gem) = 8704
ad78b8f74ec7e3b0657a342a248cff38
echo x - rubygem-iproto/Makefile
sed 's/^X//' >rubygem-iproto/Makefile << 'c9d804bb8ae5be3bae4ab68c84f8b0fe'
X# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
X# $FreeBSD$
X
XPORTNAME=	iproto
XPORTVERSION=	0.3.8
XCATEGORIES=	net rubygems
XMASTER_SITES=	RG
X
XMAINTAINER=	g.veniamin@googlemail.com
XCOMMENT=	Ruby implementation of Mail.Ru iproto protocol
X
XRUN_DEPENDS=	rubygem-bin_utils=0.0.3:${PORTSDIR}/devel/rubygem-bin_utils
X
XRUBY_VER=	1.9
XUSE_RUBY=	yes
XUSE_RUBYGEMS=	yes
XRUBYGEM_AUTOPLIST=	yes
X
X.include <bsd.port.mk>
c9d804bb8ae5be3bae4ab68c84f8b0fe
exit


>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
freebsd-ports-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"
Comment 1 Veniamin 2013-05-14 09:50:02 UTC
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.

Depended by: ports/178619
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-14 09:50:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-05-14 14:38:01 UTC
Responsible Changed
From-To: ruby->miwi

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-05-29 01:42:34 UTC
Author: miwi
Date: Wed May 29 00:42:21 2013
New Revision: 319335
URL: http://svnweb.freebsd.org/changeset/ports/319335

Log:
  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>

Added:
  head/net/rubygem-iproto/
  head/net/rubygem-iproto/Makefile   (contents, props changed)
  head/net/rubygem-iproto/distinfo   (contents, props changed)
  head/net/rubygem-iproto/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Wed May 29 00:40:56 2013	(r319334)
+++ head/net/Makefile	Wed May 29 00:42:21 2013	(r319335)
@@ -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

Added: head/net/rubygem-iproto/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-iproto/Makefile	Wed May 29 00:42:21 2013	(r319335)
@@ -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>

Added: head/net/rubygem-iproto/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-iproto/distinfo	Wed May 29 00:42:21 2013	(r319335)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/iproto-0.3.8.gem) = 1db06216baec4dc908337b448d94b2b840336cee0e003090fad96f62dd7d1bc7
+SIZE (rubygem/iproto-0.3.8.gem) = 8704

Added: head/net/rubygem-iproto/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-iproto/pkg-descr	Wed May 29 00:42:21 2013	(r319335)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2013-05-29 01:43:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!