textproc/rubygem-actiontext81: Add rubygem-actiontext81 8.1.0

Action Text brings rich text content and editing to Rails. It includes the Trix
editor that handles everything from formatting to links to quotes to lists to
embedded images and galleries. The rich text content generated by the Trix
editor is saved in its own RichText model that's associated with any existing
Active Record model in the application. Any embedded images (or other
attachments) are automatically stored using Active Storage and associated with
the included RichText model.
This commit is contained in:
Po-Chuan Hsieh
2025-11-18 05:02:54 +08:00
parent d0f6edb4cd
commit 3d45d9edf3
4 changed files with 40 additions and 0 deletions

View File

@@ -1809,6 +1809,7 @@
SUBDIR += rubygem-actiontext71
SUBDIR += rubygem-actiontext72
SUBDIR += rubygem-actiontext80
SUBDIR += rubygem-actiontext81
SUBDIR += rubygem-albino
SUBDIR += rubygem-amatch
SUBDIR += rubygem-asciidoctor

View File

@@ -0,0 +1,29 @@
PORTNAME= actiontext
PORTVERSION= 8.1.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 81
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Edit and display rich text in Rails applications
WWW= https://github.com/rails/rails/tree/main/actiontext \
https://rubyonrails.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-action_text-trix>=2.1.15<2.2:textproc/rubygem-action_text-trix \
rubygem-actionpack81>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack81 \
rubygem-activerecord81>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord81 \
rubygem-activestorage81>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-activestorage81 \
rubygem-activesupport81>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport81 \
rubygem-globalid-rails81>=0.6.0:databases/rubygem-globalid-rails81 \
rubygem-nokogiri>=1.8.5:textproc/rubygem-nokogiri
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^8\.1\.
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1762526264
SHA256 (rubygem/actiontext-8.1.0.gem) = 64bc719fcbe5fecfa7c45cf289c0d87d41be924e98883433c2e6352d3a142277
SIZE (rubygem/actiontext-8.1.0.gem) = 41984

View File

@@ -0,0 +1,7 @@
Action Text brings rich text content and editing to Rails. It includes the Trix
editor that handles everything from formatting to links to quotes to lists to
embedded images and galleries. The rich text content generated by the Trix
editor is saved in its own RichText model that's associated with any existing
Active Record model in the application. Any embedded images (or other
attachments) are automatically stored using Active Storage and associated with
the included RichText model.