diff options
Diffstat (limited to 'devel/rubygem-actionview81')
| -rw-r--r-- | devel/rubygem-actionview81/Makefile | 29 | ||||
| -rw-r--r-- | devel/rubygem-actionview81/distinfo | 3 | ||||
| -rw-r--r-- | devel/rubygem-actionview81/pkg-descr | 4 |
3 files changed, 36 insertions, 0 deletions
diff --git a/devel/rubygem-actionview81/Makefile b/devel/rubygem-actionview81/Makefile new file mode 100644 index 000000000000..82b322b233c8 --- /dev/null +++ b/devel/rubygem-actionview81/Makefile @@ -0,0 +1,29 @@ +PORTNAME= actionview +PORTVERSION= 8.1.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 81 + +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-activesupport81>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport81 \ + rubygem-builder>=3.1<4:devel/rubygem-builder \ + rubygem-erubi>=1.11<2:www/rubygem-erubi \ + rubygem-rails-dom-testing-rails81>=2.2<3:textproc/rubygem-rails-dom-testing-rails81 \ + rubygem-rails-html-sanitizer>=1.6<2:textproc/rubygem-rails-html-sanitizer + +USES= cpe gem + +NO_ARCH= yes + +CPE_VENDOR= rubyonrails + +PORTSCOUT= limit:^8\.1\. + +.include <bsd.port.mk> diff --git a/devel/rubygem-actionview81/distinfo b/devel/rubygem-actionview81/distinfo new file mode 100644 index 000000000000..916048c34f08 --- /dev/null +++ b/devel/rubygem-actionview81/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1762526252 +SHA256 (rubygem/actionview-8.1.0.gem) = b7e8770a5aacd389a3c04916d29609a53459447fcbf747150437136d44c1d1f3 +SIZE (rubygem/actionview-8.1.0.gem) = 191488 diff --git a/devel/rubygem-actionview81/pkg-descr b/devel/rubygem-actionview81/pkg-descr new file mode 100644 index 000000000000..904615b292ae --- /dev/null +++ b/devel/rubygem-actionview81/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. |
