mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Add rubygem-pry-remote-em 0.7.3, connect to Pry remotely using
EventMachine. PR: ports/172116 Submitted by: Kimo <kimor79@yahoo.com>
This commit is contained in:
parent
4e6dfe0453
commit
5b7b677c62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310848
@ -4022,6 +4022,7 @@
|
||||
SUBDIR += rubygem-posix-spawn
|
||||
SUBDIR += rubygem-prototype-rails
|
||||
SUBDIR += rubygem-pry
|
||||
SUBDIR += rubygem-pry-remote-em
|
||||
SUBDIR += rubygem-ptreloaded
|
||||
SUBDIR += rubygem-racc
|
||||
SUBDIR += rubygem-railsless-deploy
|
||||
|
22
devel/rubygem-pry-remote-em/Makefile
Normal file
22
devel/rubygem-pry-remote-em/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Kimo <kimor79@yahoo.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pry-remote-em
|
||||
PORTVERSION= 0.7.3
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Connect to Pry remotely using EventMachine
|
||||
|
||||
RUN_DEPENDS= rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine \
|
||||
rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline \
|
||||
rubygem-pry>=0.9:${PORTSDIR}/devel/rubygem-pry
|
||||
|
||||
PLIST_FILES+= bin/pry-remote-em
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-pry-remote-em/distinfo
Normal file
2
devel/rubygem-pry-remote-em/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/pry-remote-em-0.7.3.gem) = 87c2f96ab3ab7ef4d814068aeb522270789dd8eb9fd50327f7da883a58089aec
|
||||
SIZE (rubygem/pry-remote-em-0.7.3.gem) = 20480
|
11
devel/rubygem-pry-remote-em/pkg-descr
Normal file
11
devel/rubygem-pry-remote-em/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
PryRemoteEm enables you to start instances of Pry in a running EventMachine
|
||||
program and connect to those Pry instances over a network or the Internet.
|
||||
Once connected you can interact with the internal state of the program.
|
||||
|
||||
It's based off of Mon-Ouie's pry-remote for DRb.
|
||||
|
||||
It adds user authentication and SSL support along with tab-completion and
|
||||
paging. It's compatble with MRI 1.9, or any other VM with support for Fibers
|
||||
and EventMachine.
|
||||
|
||||
WWW: http://github.com/simulacre/pry-remote-em
|
Loading…
Reference in New Issue
Block a user