Date: Thu, 2 Jan 2025 16:30:15 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fbe263141bc4 - main - devel/rubygem-actionview80: Add rubygem-actionview80 8.0.1 Message-ID: <202501021630.502GUFrc046444@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fbe263141bc492fb516007ffa3998e908d9448ba commit fbe263141bc492fb516007ffa3998e908d9448ba Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-01-02 16:28:01 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-01-02 16:28:01 +0000 devel/rubygem-actionview80: Add rubygem-actionview80 8.0.1 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. --- devel/Makefile | 1 + devel/rubygem-actionview80/Makefile | 29 +++++++++++++++++++++++++++++ devel/rubygem-actionview80/distinfo | 3 +++ devel/rubygem-actionview80/pkg-descr | 4 ++++ 4 files changed, 37 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index c21ce6dd2aac..924edaeb1768 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6401,6 +6401,7 @@ SUBDIR += rubygem-actionview70 SUBDIR += rubygem-actionview71 SUBDIR += rubygem-actionview72 + SUBDIR += rubygem-actionview80 SUBDIR += rubygem-active_hash SUBDIR += rubygem-active_scaffold SUBDIR += rubygem-activejob4 diff --git a/devel/rubygem-actionview80/Makefile b/devel/rubygem-actionview80/Makefile new file mode 100644 index 000000000000..2efadb9e45dd --- /dev/null +++ b/devel/rubygem-actionview80/Makefile @@ -0,0 +1,29 @@ +PORTNAME= actionview +PORTVERSION= 8.0.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 80 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simple, battle-tested conventions and helpers for building web pages +WWW= https://github.com/rails/rails/tree/main/actionview \ + https://rubyonrails.org/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-activesupport80>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport80 \ + rubygem-builder>=3.1<4:devel/rubygem-builder \ + rubygem-erubi>=1.11<2:www/rubygem-erubi \ + rubygem-rails-dom-testing-rails80>=2.2<3:textproc/rubygem-rails-dom-testing-rails80 \ + rubygem-rails-html-sanitizer>=1.6<2:textproc/rubygem-rails-html-sanitizer + +USES= cpe gem + +NO_ARCH= yes + +CPE_VENDOR= rubyonrails + +PORTSCOUT= limit:^8\.0\. + +.include <bsd.port.mk> diff --git a/devel/rubygem-actionview80/distinfo b/devel/rubygem-actionview80/distinfo new file mode 100644 index 000000000000..82eed94ca978 --- /dev/null +++ b/devel/rubygem-actionview80/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1735802472 +SHA256 (rubygem/actionview-8.0.1.gem) = 3005e3de5ca49ea789bf1ad46002d63fe5aa543c61c341239d3c533757e64f8a +SIZE (rubygem/actionview-8.0.1.gem) = 187392 diff --git a/devel/rubygem-actionview80/pkg-descr b/devel/rubygem-actionview80/pkg-descr new file mode 100644 index 000000000000..904615b292ae --- /dev/null +++ b/devel/rubygem-actionview80/pkg-descr @@ -0,0 +1,4 @@ +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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501021630.502GUFrc046444>