aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-actiontext81
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-actiontext81')
-rw-r--r--textproc/rubygem-actiontext81/Makefile29
-rw-r--r--textproc/rubygem-actiontext81/distinfo3
-rw-r--r--textproc/rubygem-actiontext81/pkg-descr7
3 files changed, 39 insertions, 0 deletions
diff --git a/textproc/rubygem-actiontext81/Makefile b/textproc/rubygem-actiontext81/Makefile
new file mode 100644
index 000000000000..3a7b010067ab
--- /dev/null
+++ b/textproc/rubygem-actiontext81/Makefile
@@ -0,0 +1,29 @@
+PORTNAME= actiontext
+PORTVERSION= 8.1.1
+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>
diff --git a/textproc/rubygem-actiontext81/distinfo b/textproc/rubygem-actiontext81/distinfo
new file mode 100644
index 000000000000..3f6aff6700fe
--- /dev/null
+++ b/textproc/rubygem-actiontext81/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1763854452
+SHA256 (rubygem/actiontext-8.1.1.gem) = fd8d8da1e6bc0b04ff72fccfd127e78431238a99a82e736c7b52727c576a7640
+SIZE (rubygem/actiontext-8.1.1.gem) = 41984
diff --git a/textproc/rubygem-actiontext81/pkg-descr b/textproc/rubygem-actiontext81/pkg-descr
new file mode 100644
index 000000000000..785267e465f8
--- /dev/null
+++ b/textproc/rubygem-actiontext81/pkg-descr
@@ -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.