1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Add rubygem-actionview60 6.0.2.1 (copied from rubygem-actionview52)

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-02-05 18:40:08 +00:00
parent 00725475f6
commit a603f3577e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525317
4 changed files with 42 additions and 0 deletions

View File

@ -5396,6 +5396,7 @@
SUBDIR += rubygem-actionview5
SUBDIR += rubygem-actionview50
SUBDIR += rubygem-actionview52
SUBDIR += rubygem-actionview60
SUBDIR += rubygem-active_scaffold
SUBDIR += rubygem-activejob4
SUBDIR += rubygem-activejob5

View File

@ -0,0 +1,31 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= actionview
PORTVERSION= 6.0.2.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 60
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Rendering framework putting the V in MVC (part of Rails)
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
BROKEN_RUBY24= yes
RUN_DEPENDS= rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60 \
rubygem-builder>=3.1<4:devel/rubygem-builder \
rubygem-erubi>=1.4<2:www/rubygem-erubi \
rubygem-rails-dom-testing-rails60>=2.0<3:textproc/rubygem-rails-dom-testing-rails60 \
rubygem-rails-html-sanitizer>=1.2.0<2:textproc/rubygem-rails-html-sanitizer
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^6\.0\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1577687164
SHA256 (rubygem/actionview-6.0.2.1.gem) = ccc69763b6d02069a2c5fef62a08d247620e0f9213ce3eaaa79118384141230c
SIZE (rubygem/actionview-6.0.2.1.gem) = 169472

View File

@ -0,0 +1,7 @@
Action View is a framework for handling view template lookup and rendering, and
provides view helpers that assist when building HTML forms, Atom feeds and more.
Template formats that Action View handles are ERB (embedded Ruby, typically used
to inline short Ruby snippets inside HTML), and XML Builder.
WWW: https://rubyonrails.org/
WWW: https://github.com/rails/rails/tree/master/actionview