diff options
Diffstat (limited to 'textproc/rubygem-actiontext-gitlab')
-rw-r--r-- | textproc/rubygem-actiontext-gitlab/Makefile | 29 | ||||
-rw-r--r-- | textproc/rubygem-actiontext-gitlab/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-actiontext-gitlab/pkg-descr | 7 |
3 files changed, 39 insertions, 0 deletions
diff --git a/textproc/rubygem-actiontext-gitlab/Makefile b/textproc/rubygem-actiontext-gitlab/Makefile new file mode 100644 index 000000000000..bee32d2cc8a5 --- /dev/null +++ b/textproc/rubygem-actiontext-gitlab/Makefile @@ -0,0 +1,29 @@ +PORTNAME= actiontext +PORTVERSION= ${RAILS_VERSION} +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@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-actionpack-gitlab>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack-gitlab \ + rubygem-activerecord-gitlab>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord-gitlab \ + rubygem-activestorage-gitlab>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-activestorage-gitlab \ + rubygem-activesupport-gitlab>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport-gitlab \ + rubygem-globalid-rails-gitlab>=0.6.0:databases/rubygem-globalid-rails-gitlab \ + rubygem-nokogiri>=1.8.5:textproc/rubygem-nokogiri + +USES= gem + +NO_ARCH= yes + +PORTSCOUT= limit:^7\.1\. + +.include "${.CURDIR}/../../www/gitlab/Makefile.common" +.include <bsd.port.mk> diff --git a/textproc/rubygem-actiontext-gitlab/distinfo b/textproc/rubygem-actiontext-gitlab/distinfo new file mode 100644 index 000000000000..6576322b2ce1 --- /dev/null +++ b/textproc/rubygem-actiontext-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1734888820 +SHA256 (rubygem/actiontext-7.1.5.1.gem) = b8e261cfad5bc6a78b3f15be5e7c7f32190041b3dc6f027a3a353b4392d2f7ec +SIZE (rubygem/actiontext-7.1.5.1.gem) = 137216 diff --git a/textproc/rubygem-actiontext-gitlab/pkg-descr b/textproc/rubygem-actiontext-gitlab/pkg-descr new file mode 100644 index 000000000000..785267e465f8 --- /dev/null +++ b/textproc/rubygem-actiontext-gitlab/pkg-descr @@ -0,0 +1,7 @@ +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. |