Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2020 18:40:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525323 - in head/textproc: . rubygem-actiontext60
Message-ID:  <202002051840.015IeipD023937@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Feb  5 18:40:43 2020
New Revision: 525323
URL: https://svnweb.freebsd.org/changeset/ports/525323

Log:
  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

Added:
  head/textproc/rubygem-actiontext60/
  head/textproc/rubygem-actiontext60/Makefile   (contents, props changed)
  head/textproc/rubygem-actiontext60/distinfo   (contents, props changed)
  head/textproc/rubygem-actiontext60/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed Feb  5 18:40:38 2020	(r525322)
+++ head/textproc/Makefile	Wed Feb  5 18:40:43 2020	(r525323)
@@ -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

Added: head/textproc/rubygem-actiontext60/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-actiontext60/Makefile	Wed Feb  5 18:40:43 2020	(r525323)
@@ -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>

Added: head/textproc/rubygem-actiontext60/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-actiontext60/distinfo	Wed Feb  5 18:40:43 2020	(r525323)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1577687176
+SHA256 (rubygem/actiontext-6.0.2.1.gem) = 7857e4f1242ca2064d0b24154fb1d2d05537e24ec78b31ccd51eab7549459c09
+SIZE (rubygem/actiontext-6.0.2.1.gem) = 17408

Added: head/textproc/rubygem-actiontext60/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-actiontext60/pkg-descr	Wed Feb  5 18:40:43 2020	(r525323)
@@ -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



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