git: 99daa45c17a2 - main - devel/rubygem-actionview70: Add rubygem-actionview70 7.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 18:52:42 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=99daa45c17a2ac71a85bad4b2555b7200d7a5d3b commit 99daa45c17a2ac71a85bad4b2555b7200d7a5d3b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-11 16:56:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-11 18:43:51 +0000 devel/rubygem-actionview70: Add rubygem-actionview70 7.0.0 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/main/actionview --- devel/Makefile | 1 + devel/rubygem-actionview70/Makefile | 28 ++++++++++++++++++++++++++++ devel/rubygem-actionview70/distinfo | 3 +++ devel/rubygem-actionview70/pkg-descr | 7 +++++++ 4 files changed, 39 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 239e294aba4c..1001e9a2cf77 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5644,6 +5644,7 @@ SUBDIR += rubygem-actionview52 SUBDIR += rubygem-actionview60 SUBDIR += rubygem-actionview61 + SUBDIR += rubygem-actionview70 SUBDIR += rubygem-active_scaffold SUBDIR += rubygem-activejob4 SUBDIR += rubygem-activejob5 diff --git a/devel/rubygem-actionview70/Makefile b/devel/rubygem-actionview70/Makefile new file mode 100644 index 000000000000..fc36564ca8d3 --- /dev/null +++ b/devel/rubygem-actionview70/Makefile @@ -0,0 +1,28 @@ +PORTNAME= actionview +PORTVERSION= 7.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 70 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simple, battle-tested conventions and helpers for building web pages + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70 \ + rubygem-builder>=3.1<4:devel/rubygem-builder \ + rubygem-erubi>=1.4<2:www/rubygem-erubi \ + rubygem-rails-dom-testing-rails70>=2.0<3:textproc/rubygem-rails-dom-testing-rails70 \ + rubygem-rails-html-sanitizer>=1.2.0<2:textproc/rubygem-rails-html-sanitizer + +USES= cpe gem +USE_RUBY= yes + +NO_ARCH= yes + +CPE_VENDOR= rubyonrails + +PORTSCOUT= limit:^7\.0\. + +.include <bsd.port.mk> diff --git a/devel/rubygem-actionview70/distinfo b/devel/rubygem-actionview70/distinfo new file mode 100644 index 000000000000..7a782dc9a4b7 --- /dev/null +++ b/devel/rubygem-actionview70/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1641045758 +SHA256 (rubygem/actionview-7.0.0.gem) = 3a5789b7f29effb53a704d2456ec9029d7c7332cc4162ab4eff7d3b9665bd0a8 +SIZE (rubygem/actionview-7.0.0.gem) = 178688 diff --git a/devel/rubygem-actionview70/pkg-descr b/devel/rubygem-actionview70/pkg-descr new file mode 100644 index 000000000000..5fef016b9989 --- /dev/null +++ b/devel/rubygem-actionview70/pkg-descr @@ -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/main/actionview