aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-01 07:56:13 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-01 07:56:13 +0000
commitcec6d5232146b4fe1d29602c74a6155f66e61718 (patch)
treeb37e43536ecd53b558fbf5d1b368bdf10860c14f
parent763dd557cbfa0ebf53d4ee43e230fb9205be64be (diff)
textproc/rubygem-actiontext71: Add rubygem-actiontext71 7.1.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.
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-actiontext71/Makefile28
-rw-r--r--textproc/rubygem-actiontext71/distinfo3
-rw-r--r--textproc/rubygem-actiontext71/pkg-descr7
4 files changed, 39 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 42be0d1fa69b..b820e8ce6570 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1705,6 +1705,7 @@
SUBDIR += rubygem-actiontext60
SUBDIR += rubygem-actiontext61
SUBDIR += rubygem-actiontext70
+ SUBDIR += rubygem-actiontext71
SUBDIR += rubygem-albino
SUBDIR += rubygem-amatch
SUBDIR += rubygem-asciidoctor
diff --git a/textproc/rubygem-actiontext71/Makefile b/textproc/rubygem-actiontext71/Makefile
new file mode 100644
index 000000000000..4dcef2e90577
--- /dev/null
+++ b/textproc/rubygem-actiontext71/Makefile
@@ -0,0 +1,28 @@
+PORTNAME= actiontext
+PORTVERSION= 7.1.1
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 71
+
+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-actionpack71>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack71 \
+ rubygem-activerecord71>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord71 \
+ rubygem-activestorage71>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-activestorage71 \
+ rubygem-activesupport71>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport71 \
+ rubygem-globalid-rails71>=0.6.0:databases/rubygem-globalid-rails71 \
+ rubygem-nokogiri>=1.8.5:textproc/rubygem-nokogiri
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^7\.1\.
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-actiontext71/distinfo b/textproc/rubygem-actiontext71/distinfo
new file mode 100644
index 000000000000..810fa0d09911
--- /dev/null
+++ b/textproc/rubygem-actiontext71/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1697330184
+SHA256 (rubygem/actiontext-7.1.1.gem) = dfc964fc60b90a5e1057a8afa3bb2d684f1b829a55c4ad7443700fe2e3e19213
+SIZE (rubygem/actiontext-7.1.1.gem) = 107520
diff --git a/textproc/rubygem-actiontext71/pkg-descr b/textproc/rubygem-actiontext71/pkg-descr
new file mode 100644
index 000000000000..785267e465f8
--- /dev/null
+++ b/textproc/rubygem-actiontext71/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.