Po-Chuan Hsieh 74655ecd4b
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.
2025-11-18 05:06:48 +08:00

21 lines
397 B
Makefile

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>