Add rubygem-actiontext60 6.0.2.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.

WWW: https://rubyonrails.org/
WWW: https://github.com/rails/rails/tree/master/actiontext
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-02-05 18:40:43 +00:00
parent e347b7b44d
commit 5a2d9ce1a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525323
4 changed files with 43 additions and 0 deletions

View File

@ -1464,6 +1464,7 @@
SUBDIR += rubygem-actionpack-xml_parser
SUBDIR += rubygem-actionpack-xml_parser1
SUBDIR += rubygem-actionpack-xml_parser52
SUBDIR += rubygem-actiontext60
SUBDIR += rubygem-albino
SUBDIR += rubygem-amatch
SUBDIR += rubygem-asciidoctor

View File

@ -0,0 +1,29 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= actiontext
PORTVERSION= 6.0.2.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 60
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Edit and display rich text in Rails applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
BROKEN_RUBY24= yes
RUN_DEPENDS= rubygem-actionpack60>=${PORTVERSION}:www/rubygem-actionpack60 \
rubygem-activerecord60>=${PORTVERSION}:databases/rubygem-activerecord60 \
rubygem-activestorage60>=${PORTVERSION}:net/rubygem-activestorage60 \
rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60 \
rubygem-nokogiri>=1.8.5:textproc/rubygem-nokogiri
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1577687176
SHA256 (rubygem/actiontext-6.0.2.1.gem) = 7857e4f1242ca2064d0b24154fb1d2d05537e24ec78b31ccd51eab7549459c09
SIZE (rubygem/actiontext-6.0.2.1.gem) = 17408

View File

@ -0,0 +1,10 @@
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.
WWW: https://rubyonrails.org/
WWW: https://github.com/rails/rails/tree/master/actiontext