Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2025 21:07:49 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 74655ecd4bba - main - textproc/rubygem-action_text-trix: Add rubygem-action_text-trix 2.1.15
Message-ID:  <202511172107.5AHL7nuS017889@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=74655ecd4bba3e5c14fcc4e9b6d75b9ef482b7c9

commit 74655ecd4bba3e5c14fcc4e9b6d75b9ef482b7c9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-17 21:03:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-17 21:06:48 +0000

    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.
---
 textproc/Makefile                           |  1 +
 textproc/rubygem-action_text-trix/Makefile  | 20 ++++++++++++++++++++
 textproc/rubygem-action_text-trix/distinfo  |  3 +++
 textproc/rubygem-action_text-trix/pkg-descr | 10 ++++++++++
 4 files changed, 34 insertions(+)

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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511172107.5AHL7nuS017889>