pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-rails52



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar  3 15:03:16 UTC 2019

Added Files:
        pkgsrc/www/ruby-rails52: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ruby-rails52/DESCR \
    pkgsrc/www/ruby-rails52/Makefile pkgsrc/www/ruby-rails52/PLIST \
    pkgsrc/www/ruby-rails52/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/ruby-rails52/DESCR
diff -u /dev/null pkgsrc/www/ruby-rails52/DESCR:1.1
--- /dev/null   Sun Mar  3 15:03:16 2019
+++ pkgsrc/www/ruby-rails52/DESCR       Sun Mar  3 15:03:16 2019
@@ -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.
Index: pkgsrc/www/ruby-rails52/Makefile
diff -u /dev/null pkgsrc/www/ruby-rails52/Makefile:1.1
--- /dev/null   Sun Mar  3 15:03:16 2019
+++ pkgsrc/www/ruby-rails52/Makefile    Sun Mar  3 15:03:16 2019
@@ -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"
Index: pkgsrc/www/ruby-rails52/PLIST
diff -u /dev/null pkgsrc/www/ruby-rails52/PLIST:1.1
--- /dev/null   Sun Mar  3 15:03:16 2019
+++ pkgsrc/www/ruby-rails52/PLIST       Sun Mar  3 15:03:16 2019
@@ -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
Index: pkgsrc/www/ruby-rails52/distinfo
diff -u /dev/null pkgsrc/www/ruby-rails52/distinfo:1.1
--- /dev/null   Sun Mar  3 15:03:16 2019
+++ pkgsrc/www/ruby-rails52/distinfo    Sun Mar  3 15:03:16 2019
@@ -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