git: cec6d5232146 - main - textproc/rubygem-actiontext71: Add rubygem-actiontext71 7.1.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Nov 2023 07:59:18 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cec6d5232146b4fe1d29602c74a6155f66e61718
commit cec6d5232146b4fe1d29602c74a6155f66e61718
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-01 07:56:13 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-01 07:56:13 +0000
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.
---
textproc/Makefile | 1 +
textproc/rubygem-actiontext71/Makefile | 28 ++++++++++++++++++++++++++++
textproc/rubygem-actiontext71/distinfo | 3 +++
textproc/rubygem-actiontext71/pkg-descr | 7 +++++++
4 files changed, 39 insertions(+)
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.