Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2012 16:53:40 GMT
From:      Kimo <kimor79@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/172116: [NEW PORT] devel/rubygem-pry-remote-em - Connect to Pry via EventMachine
Message-ID:  <201209271653.q8RGremp082203@red.freebsd.org>
Resent-Message-ID: <201209271700.q8RH0HGU023386@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172116
>Category:       ports
>Synopsis:       [NEW PORT] devel/rubygem-pry-remote-em - Connect to Pry via EventMachine
>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:   Thu Sep 27 17:00:17 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kimo
>Release:        9.0-RELEASE
>Organization:
>Environment:
>Description:
New port for pry-remote-em ruby gem.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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-pry-remote-em/
#	rubygem-pry-remote-em//Makefile
#	rubygem-pry-remote-em//distinfo
#	rubygem-pry-remote-em//pkg-descr
#
echo c - rubygem-pry-remote-em/
mkdir -p rubygem-pry-remote-em/ > /dev/null 2>&1
echo x - rubygem-pry-remote-em//Makefile
sed 's/^X//' >rubygem-pry-remote-em//Makefile << 'END-of-rubygem-pry-remote-em//Makefile'
XPORTNAME=	pry-remote-em
XPORTVERSION=	0.7.3
XCATEGORIES=	devel rubygems
XMASTER_SITES=	RG
X
XMAINTAINER=	ruby@FreeBSD.org
XCOMMENT=	Connect to Pry remotely using EventMachine
X
XRUN_DEPENDS=	rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine \
X		rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline \
X		rubygem-pry>=0.9:${PORTSDIR}/devel/rubygem-pry
X
XPLIST_FILES+=	bin/pry-remote-em
X
XUSE_RUBY=	yes
XUSE_RUBYGEMS=	yes
XRUBYGEM_AUTOPLIST=	yes
X
X.include <bsd.port.mk>
END-of-rubygem-pry-remote-em//Makefile
echo x - rubygem-pry-remote-em//distinfo
sed 's/^X//' >rubygem-pry-remote-em//distinfo << 'END-of-rubygem-pry-remote-em//distinfo'
XSHA256 (rubygem/pry-remote-em-0.7.3.gem) = 87c2f96ab3ab7ef4d814068aeb522270789dd8eb9fd50327f7da883a58089aec
XSIZE (rubygem/pry-remote-em-0.7.3.gem) = 20480
END-of-rubygem-pry-remote-em//distinfo
echo x - rubygem-pry-remote-em//pkg-descr
sed 's/^X//' >rubygem-pry-remote-em//pkg-descr << 'END-of-rubygem-pry-remote-em//pkg-descr'
XPryRemoteEm enables you to start instances of Pry in a running EventMachine
Xprogram and connect to those Pry instances over a network or the Internet.
XOnce connected you can interact with the internal state of the program.
X
XIt's based off of Mon-Ouie's pry-remote for DRb.
X
XIt adds user authentication and SSL support along with tab-completion and
Xpaging. It's compatble with MRI 1.9, or any other VM with support for Fibers
Xand EventMachine.
X
XWWW: http://github.com/simulacre/pry-remote-em
END-of-rubygem-pry-remote-em//pkg-descr
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209271653.q8RGremp082203>