svn commit: r562728 - in head/devel: . rubygem-pry-remote

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 26 17:20:24 UTC 2021


Author: sunpoet
Date: Tue Jan 26 17:20:17 2021
New Revision: 562728
URL: https://svnweb.freebsd.org/changeset/ports/562728

Log:
  Add rubygem-pry-remote 0.1.8
  
  A way to start Pry remotely and to connect to it using DRb. This allows to
  access the state of the running program from anywhere.
  
  WWW: https://github.com/Mon-Ouie/pry-remote

Added:
  head/devel/rubygem-pry-remote/
  head/devel/rubygem-pry-remote/Makefile   (contents, props changed)
  head/devel/rubygem-pry-remote/distinfo   (contents, props changed)
  head/devel/rubygem-pry-remote/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jan 26 17:20:11 2021	(r562727)
+++ head/devel/Makefile	Tue Jan 26 17:20:17 2021	(r562728)
@@ -6390,6 +6390,7 @@
     SUBDIR += rubygem-pry
     SUBDIR += rubygem-pry-byebug
     SUBDIR += rubygem-pry-rails
+    SUBDIR += rubygem-pry-remote
     SUBDIR += rubygem-pry-remote-em
     SUBDIR += rubygem-ptreloaded
     SUBDIR += rubygem-puppet-resource_api

Added: head/devel/rubygem-pry-remote/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-pry-remote/Makefile	Tue Jan 26 17:20:17 2021	(r562728)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	pry-remote
+PORTVERSION=	0.1.8
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Connect to Pry remotely using DRb
+
+LICENSE=	ZLIB
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-pry>=0.9<1:devel/rubygem-pry \
+		rubygem-slop3>=3.0<4:devel/rubygem-slop3
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+PLIST_FILES=	bin/pry-remote
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-pry-remote/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-pry-remote/distinfo	Tue Jan 26 17:20:17 2021	(r562728)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1611665307
+SHA256 (rubygem/pry-remote-0.1.8.gem) = d59e065bfe13f3793200761a1303653497679e62815f979ec76517cf66e6e181
+SIZE (rubygem/pry-remote-0.1.8.gem) = 8192

Added: head/devel/rubygem-pry-remote/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-pry-remote/pkg-descr	Tue Jan 26 17:20:17 2021	(r562728)
@@ -0,0 +1,4 @@
+A way to start Pry remotely and to connect to it using DRb. This allows to
+access the state of the running program from anywhere.
+
+WWW: https://github.com/Mon-Ouie/pry-remote


More information about the svn-ports-all mailing list