aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-11-17 21:03:11 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-11-17 21:06:48 +0000
commit74655ecd4bba3e5c14fcc4e9b6d75b9ef482b7c9 (patch)
treed4a4e01ee52c6e22249796cd2ab973e69501d331
parent319546cf867a28ad6676283b44381c45b31fe484 (diff)
textproc/rubygem-action_text-trix: Add rubygem-action_text-trix 2.1.15
A Rich Text Editor for Everyday Writing Compose beautifully formatted text in your web application. Trix is a WYSIWYG editor for writing messages, comments, articles, and lists -- the simple documents most web apps are made of. It features a sophisticated document model, support for embedded attachments, and outputs terse and consistent HTML. Trix is an open-source project from 37signals, the creators of Ruby on Rails. Millions of people trust their text to us, and we built Trix to give them the best possible editing experience. See Trix in action in Basecamp 3.
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-action_text-trix/Makefile20
-rw-r--r--textproc/rubygem-action_text-trix/distinfo3
-rw-r--r--textproc/rubygem-action_text-trix/pkg-descr10
4 files changed, 34 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 5251dc109cf9..5a5a8c5384ec 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1798,6 +1798,7 @@
SUBDIR += ruby-rdtool
SUBDIR += ruby-rttool
SUBDIR += rubygem-abbrev
+ SUBDIR += rubygem-action_text-trix
SUBDIR += rubygem-actionpack-xml_parser-rails5
SUBDIR += rubygem-actionpack-xml_parser-rails52
SUBDIR += rubygem-actionpack-xml_parser-rails61
diff --git a/textproc/rubygem-action_text-trix/Makefile b/textproc/rubygem-action_text-trix/Makefile
new file mode 100644
index 000000000000..b7cd80ebdc95
--- /dev/null
+++ b/textproc/rubygem-action_text-trix/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= action_text-trix
+PORTVERSION= 2.1.15
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Rich text editor for everyday writing
+WWW= https://trix-editor.org/ \
+ https://github.com/basecamp/trix
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-railties81>=0:www/rubygem-railties81
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-action_text-trix/distinfo b/textproc/rubygem-action_text-trix/distinfo
new file mode 100644
index 000000000000..cd1d621aa79f
--- /dev/null
+++ b/textproc/rubygem-action_text-trix/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1762526274
+SHA256 (rubygem/action_text-trix-2.1.15.gem) = 4bf9bbd8fa95954de3f0022dae0d927bce22c1bb31d5dc9c3766f8c145c109c1
+SIZE (rubygem/action_text-trix-2.1.15.gem) = 109568
diff --git a/textproc/rubygem-action_text-trix/pkg-descr b/textproc/rubygem-action_text-trix/pkg-descr
new file mode 100644
index 000000000000..7f76078a38fc
--- /dev/null
+++ b/textproc/rubygem-action_text-trix/pkg-descr
@@ -0,0 +1,10 @@
+A Rich Text Editor for Everyday Writing
+
+Compose beautifully formatted text in your web application. Trix is a WYSIWYG
+editor for writing messages, comments, articles, and lists -- the simple
+documents most web apps are made of. It features a sophisticated document model,
+support for embedded attachments, and outputs terse and consistent HTML.
+
+Trix is an open-source project from 37signals, the creators of Ruby on Rails.
+Millions of people trust their text to us, and we built Trix to give them the
+best possible editing experience. See Trix in action in Basecamp 3.