pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-rails51 www/ruby-rails51: add version 5.1.5 p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/366b0067d9c5
branches:  trunk
changeset: 377654:366b0067d9c5
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Mar 21 10:07:41 2018 +0000

description:
www/ruby-rails51: add version 5.1.5 package

Ruby on Rails is a full-stack web framework optimized for programmer
happiness and sustainable productivity.  It encourages beautiful code
by favoring convention over configuration.

This is for Ruby on Rails 5.1.

diffstat:

 www/ruby-rails51/DESCR    |   5 +++++
 www/ruby-rails51/Makefile |  28 ++++++++++++++++++++++++++++
 www/ruby-rails51/PLIST    |   4 ++++
 www/ruby-rails51/distinfo |   6 ++++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r a5e9abc40522 -r 366b0067d9c5 www/ruby-rails51/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-rails51/DESCR    Wed Mar 21 10:07:41 2018 +0000
@@ -0,0 +1,5 @@
+Ruby on Rails is a full-stack web framework optimized for programmer
+happiness and sustainable productivity.  It encourages beautiful code
+by favoring convention over configuration.
+
+This is for Ruby on Rails 5.1.
diff -r a5e9abc40522 -r 366b0067d9c5 www/ruby-rails51/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-rails51/Makefile Wed Mar 21 10:07:41 2018 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2018/03/21 10:07:41 taca Exp $
+
+DISTNAME=      rails-${RAILS_VERSION}
+PKGNAME=       ${RUBY_PKGPREFIX}-rails${RUBY_RAILS}-${RAILS_VERSION}
+CATEGORIES=    www
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://www.rubyonrails.org/
+COMMENT=       Full-stack web application framework, Rails 5.1
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_ACTIONCABLE_DEPENDS}
+DEPENDS+=      ${RUBY_ACTIONMAILER_DEPENDS}
+DEPENDS+=      ${RUBY_ACTIONPACK_DEPENDS}
+DEPENDS+=      ${RUBY_ACTIONVIEW_DEPENDS}
+DEPENDS+=      ${RUBY_ACTIVEJOB_DEPENDS}
+DEPENDS+=      ${RUBY_ACTIVEMODEL_DEPENDS}
+DEPENDS+=      ${RUBY_ACTIVERECORD_DEPENDS}
+DEPENDS+=      ${RUBY_ACTIVESUPPORT_DEPENDS}
+DEPENDS+=      ${RUBY_RAILTIES_DEPENDS}
+DEPENDS+=      ${RUBY_PKGPREFIX}-bundler>=1.3.0:../../misc/ruby-bundler
+DEPENDS+=      ${RUBY_PKGPREFIX}-sprockets-rails>2.0.0*:../../misc/ruby-sprockets-rails
+
+RUBY_RAILS_ACCEPTED=   51
+RUBY_RAILS_STRICT_DEP= yes
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a5e9abc40522 -r 366b0067d9c5 www/ruby-rails51/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-rails51/PLIST    Wed Mar 21 10:07:41 2018 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2018/03/21 10:07:41 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/README.md
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r a5e9abc40522 -r 366b0067d9c5 www/ruby-rails51/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-rails51/distinfo Wed Mar 21 10:07:41 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/21 10:07:41 taca Exp $
+
+SHA1 (rails-5.1.5.gem) = 31caa4e7280f65836fb75b3c554adb3a7797758c
+RMD160 (rails-5.1.5.gem) = 2c93297585d79250271882d048a4751993697eec
+SHA512 (rails-5.1.5.gem) = 33aa51d13261b2cc040a603f3a94a2a56d02e7e9f2591d46b43c72a00923b7869ec61ae288cb19a6d90789ff322c4a536f715ddf6d79eddf6ae8bc72f1b3332f
+Size (rails-5.1.5.gem) = 6656 bytes



Home | Main Index | Thread Index | Old Index