1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add rubygem-actionpack5 5.0.1 (copied from rubygem-actionpack4)

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-01-09 18:32:54 +00:00
parent 9c4ae34452
commit d30da2c102
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431004
4 changed files with 43 additions and 0 deletions

View File

@ -1905,6 +1905,7 @@
SUBDIR += ruby-google
SUBDIR += rubygem-ace-rails-ap
SUBDIR += rubygem-actionpack4
SUBDIR += rubygem-actionpack5
SUBDIR += rubygem-activeresource4
SUBDIR += rubygem-acts-as-taggable-on
SUBDIR += rubygem-acts-as-taggable-on3

View File

@ -0,0 +1,27 @@
# Created by: Jonathan Weiss (<jw@innerewut.de>)
# $FreeBSD$
PORTNAME= actionpack
PORTVERSION= 5.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 5
MAINTAINER= ruby@FreeBSD.org
COMMENT= Action Controller and Action View of Rails MVC Framework
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionview5>=${PORTVERSION}:devel/rubygem-actionview5 \
rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \
rubygem-rack>=2.0:www/rubygem-rack \
rubygem-rack-test>=0.6.3:www/rubygem-rack-test \
rubygem-rails-dom-testing>=2.0:textproc/rubygem-rails-dom-testing \
rubygem-rails-html-sanitizer>=1.0.2:textproc/rubygem-rails-html-sanitizer
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1483542626
SHA256 (rubygem/actionpack-5.0.1.gem) = cde53f8db2d97659270057e6278dc2c89fa954daa241f9fa1ef16a7ff9d4d2b5
SIZE (rubygem/actionpack-5.0.1.gem) = 210432

View File

@ -0,0 +1,12 @@
Action Pack
The controller and view of the RubyOnRails MVC-Framework is handled
by the Action Pack, which handles both layers by its two parts:
Action View and Action Controller. These two layers are bundled
in a single package due to their heavy interdependence. This is unlike
the relationship between the Active Record and Action Pack that is
much more separate.
Each of these packages can be used independently outside of Rails.
WWW: http://www.rubyonrails.org