From owner-svn-ports-head@freebsd.org Wed Feb 5 18:40:45 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 320FB22989B; Wed, 5 Feb 2020 18:40:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48CVkP0dbNz3RJw; Wed, 5 Feb 2020 18:40:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1075E700E; Wed, 5 Feb 2020 18:40:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 015IeiRM023941; Wed, 5 Feb 2020 18:40:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 015IeipD023937; Wed, 5 Feb 2020 18:40:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002051840.015IeipD023937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Feb 2020 18:40:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525323 - in head/textproc: . rubygem-actiontext60 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc: . rubygem-actiontext60 X-SVN-Commit-Revision: 525323 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2020 18:40:45 -0000 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 +# $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 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