svn commit: r370230 - in head/devel: . rubygem-pry-rails
Steve Wills
swills at FreeBSD.org
Mon Oct 6 21:13:46 UTC 2014
Author: swills
Date: Mon Oct 6 21:13:44 2014
New Revision: 370230
URL: https://svnweb.freebsd.org/changeset/ports/370230
QAT: https://qat.redports.org/buildarchive/r370230/
Log:
devel/rubygem-pry-rails: create port
Use Pry as your rails console
WWW: https://github.com/rweng/pry-rails
Added:
head/devel/rubygem-pry-rails/
head/devel/rubygem-pry-rails/Makefile (contents, props changed)
head/devel/rubygem-pry-rails/distinfo (contents, props changed)
head/devel/rubygem-pry-rails/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Oct 6 21:02:15 2014 (r370229)
+++ head/devel/Makefile Mon Oct 6 21:13:44 2014 (r370230)
@@ -4460,6 +4460,7 @@
SUBDIR += rubygem-power_assert
SUBDIR += rubygem-prototype-rails
SUBDIR += rubygem-pry
+ SUBDIR += rubygem-pry-rails
SUBDIR += rubygem-pry-remote-em
SUBDIR += rubygem-ptreloaded
SUBDIR += rubygem-pygments.rb
Added: head/devel/rubygem-pry-rails/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-pry-rails/Makefile Mon Oct 6 21:13:44 2014 (r370230)
@@ -0,0 +1,18 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= pry-rails
+PORTVERSION= 0.3.2
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Use Pry as your rails console
+
+RUN_DEPENDS= rubygem-pry>=0.9.10:${PORTSDIR}/devel/rubygem-pry
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST=yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-pry-rails/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-pry-rails/distinfo Mon Oct 6 21:13:44 2014 (r370230)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/pry-rails-0.3.2.gem) = 9f7365ac52e6718d3a68b6e6b50af194f18b31fb31776edb123767025ad441e3
+SIZE (rubygem/pry-rails-0.3.2.gem) = 13312
Added: head/devel/rubygem-pry-rails/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-pry-rails/pkg-descr Mon Oct 6 21:13:44 2014 (r370230)
@@ -0,0 +1,3 @@
+Use Pry as your rails console
+
+WWW: https://github.com/rweng/pry-rails
More information about the svn-ports-all
mailing list