From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 14 08:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9D49C66F for ; Tue, 14 May 2013 08:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8469CABF for ; Tue, 14 May 2013 08:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4E8o2kO096281 for ; Tue, 14 May 2013 08:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4E8o2JS096280; Tue, 14 May 2013 08:50:02 GMT (envelope-from gnats) Resent-Date: Tue, 14 May 2013 08:50:02 GMT Resent-Message-Id: <201305140850.r4E8o2JS096280@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Veniamin Gvozdikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 18082553 for ; Tue, 14 May 2013 08:47:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id E4942AA5 for ; Tue, 14 May 2013 08:47:50 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r4E8lo6x061290 for ; Tue, 14 May 2013 08:47:50 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r4E8loUH061289; Tue, 14 May 2013 08:47:50 GMT (envelope-from nobody) Message-Id: <201305140847.r4E8loUH061289@oldred.FreeBSD.org> Date: Tue, 14 May 2013 08:47:50 GMT From: Veniamin Gvozdikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/178621: [new port]: net/rubygem-iproto Ruby implementation of Mail.Ru iproto protocol X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 May 2013 08:50:02 -0000 >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 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 c9d804bb8ae5be3bae4ab68c84f8b0fe exit >Release-Note: >Audit-Trail: >Unformatted: