Po-Chuan Hsieh bc7df0432b
textproc/rubygem-actiontext80: Add rubygem-actiontext80 8.0.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.
2025-01-03 00:28:14 +08:00

29 lines
904 B
Makefile

PORTNAME= actiontext
PORTVERSION= 8.0.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 80
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-actionpack80>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack80 \
rubygem-activerecord80>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord80 \
rubygem-activestorage80>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-activestorage80 \
rubygem-activesupport80>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport80 \
rubygem-globalid-rails80>=0.6.0:databases/rubygem-globalid-rails80 \
rubygem-nokogiri>=1.8.5:textproc/rubygem-nokogiri
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^8\.0\.
.include <bsd.port.mk>