pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-rails52 www/ruby-rails52: add version 5.2.2 p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d0a85ed371e
branches:  trunk
changeset: 320263:7d0a85ed371e
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 03 15:03:16 2019 +0000

description:
www/ruby-rails52: add version 5.2.2 package

Add ruby-rails52 version 5.2.2 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.2.

diffstat:

 www/ruby-rails52/DESCR    |   5 +++++
 www/ruby-rails52/Makefile |  33 +++++++++++++++++++++++++++++++++
 www/ruby-rails52/PLIST    |   4 ++++
 www/ruby-rails52/distinfo |   6 ++++++
 4 files changed, 48 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r 20c40257ca00 -r 7d0a85ed371e www/ruby-rails52/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-rails52/DESCR    Sun Mar 03 15:03:16 2019 +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.2.
diff -r 20c40257ca00 -r 7d0a85ed371e www/ruby-rails52/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-rails52/Makefile Sun Mar 03 15:03:16 2019 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2019/03/03 15:03:16 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.2
+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_ACTIVESTORAGE_DEPENDS}
+DEPENDS+=      ${RUBY_RAILTIES_DEPENDS}
+DEPENDS+=      ${RUBY_PKGPREFIX}-sprockets-rails>2.0.0:../../misc/ruby-sprockets-rails
+
+USE_LANGUAGES= # none
+
+RUBY_RAILS_ACCEPTED=   52
+RUBY_RAILS_STRICT_DEP= yes
+
+.include "../../lang/ruby/gem.mk"
+.if ${RUBY_VER} != 26
+DEPENDS+=      ${RUBY_PKGPREFIX}-bundler1>=1.3.0:../../misc/ruby-bundler1
+.endif
+.include "../../mk/bsd.pkg.mk"
diff -r 20c40257ca00 -r 7d0a85ed371e www/ruby-rails52/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-rails52/PLIST    Sun Mar 03 15:03:16 2019 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2019/03/03 15:03:16 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/README.md
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 20c40257ca00 -r 7d0a85ed371e www/ruby-rails52/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-rails52/distinfo Sun Mar 03 15:03:16 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/03 15:03:16 taca Exp $
+
+SHA1 (rails-5.2.2.gem) = 21c66617a86cfb9a1a6ad4f8d010828de87f2814
+RMD160 (rails-5.2.2.gem) = 061fde46cf319ae3e345c3e2dc1e85805a25eae6
+SHA512 (rails-5.2.2.gem) = 3777757c658a2d3775e709acdf41b5690e34900badddea6d4c0013bfcec86b75120d33a45ee9eff28b5a990a3304ef20061c9bebb9e557b53df69dd7311ed07e
+Size (rails-5.2.2.gem) = 6656 bytes



Home | Main Index | Thread Index | Old Index