textproc/rubygem-actiontext72: Add rubygem-actiontext72 7.2.1

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
2024-09-18 14:13:02 +08:00
parent 10c8131bf5
commit a2dfb8b1e1
4 changed files with 39 additions and 0 deletions
+1
View File
@@ -1752,6 +1752,7 @@
SUBDIR += rubygem-actiontext61
SUBDIR += rubygem-actiontext70
SUBDIR += rubygem-actiontext71
SUBDIR += rubygem-actiontext72
SUBDIR += rubygem-albino
SUBDIR += rubygem-amatch
SUBDIR += rubygem-asciidoctor
+28
View File
@@ -0,0 +1,28 @@
PORTNAME= actiontext
PORTVERSION= 7.2.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 72
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-actionpack72>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack72 \
rubygem-activerecord72>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord72 \
rubygem-activestorage72>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-activestorage72 \
rubygem-activesupport72>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport72 \
rubygem-globalid-rails72>=0.6.0:databases/rubygem-globalid-rails72 \
rubygem-nokogiri>=1.8.5:textproc/rubygem-nokogiri
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^7\.2\.
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1726487296
SHA256 (rubygem/actiontext-7.2.1.gem) = 1257a2384373188039fc35d46946e757014710361a4af4481e37b510ac7d7d79
SIZE (rubygem/actiontext-7.2.1.gem) = 118272
+7
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.