From owner-svn-ports-head@freebsd.org Sun Dec 9 20:26:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 617C9132E5F8; Sun, 9 Dec 2018 20:26:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 041CF7A23C; Sun, 9 Dec 2018 20:26:15 +0000 (UTC) (envelope-from swills@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 D945816280; Sun, 9 Dec 2018 20:26:14 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB9KQEw9090275; Sun, 9 Dec 2018 20:26:14 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB9KQE9n090271; Sun, 9 Dec 2018 20:26:14 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812092026.wB9KQE9n090271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 9 Dec 2018 20:26:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487083 - in head/textproc: . rubygem-asciidoctor-diagram X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/textproc: . rubygem-asciidoctor-diagram X-SVN-Commit-Revision: 487083 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 041CF7A23C X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0] X-Rspamd-Server: mx1.freebsd.org 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: Sun, 09 Dec 2018 20:26:15 -0000 Author: swills Date: Sun Dec 9 20:26:13 2018 New Revision: 487083 URL: https://svnweb.freebsd.org/changeset/ports/487083 Log: textproc/rubygem-asciidoctor-diagram: create port Asciidoctor Diagram is a set of Asciidoctor extensions that enable you to add diagrams, which you describe using plain text, to your AsciiDoc document. WWW: https://rubygems.org/gems/asciidoctor-diagram/ PR: 232056 Submitted by: Šimun Mikecin Added: head/textproc/rubygem-asciidoctor-diagram/ head/textproc/rubygem-asciidoctor-diagram/Makefile (contents, props changed) head/textproc/rubygem-asciidoctor-diagram/distinfo (contents, props changed) head/textproc/rubygem-asciidoctor-diagram/pkg-descr (contents, props changed) Modified: head/textproc/Makefile (contents, props changed) Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Dec 9 20:18:56 2018 (r487082) +++ head/textproc/Makefile Sun Dec 9 20:26:13 2018 (r487083) @@ -1519,6 +1519,7 @@ SUBDIR += rubygem-albino SUBDIR += rubygem-amatch SUBDIR += rubygem-asciidoctor + SUBDIR += rubygem-asciidoctor-diagram SUBDIR += rubygem-asciidoctor-plantuml SUBDIR += rubygem-autoprefixer-rails SUBDIR += rubygem-babel-source Added: head/textproc/rubygem-asciidoctor-diagram/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-asciidoctor-diagram/Makefile Sun Dec 9 20:26:13 2018 (r487083) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= asciidoctor-diagram +PORTVERSION= 1.5.10 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= numisemis@yahoo.com +COMMENT= Asciidoctor diagramming extension + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-asciidoctor>=1.5:textproc/rubygem-asciidoctor + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include Added: head/textproc/rubygem-asciidoctor-diagram/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-asciidoctor-diagram/distinfo Sun Dec 9 20:26:13 2018 (r487083) @@ -0,0 +1,3 @@ +TIMESTAMP = 1538263142 +SHA256 (rubygem/asciidoctor-diagram-1.5.10.gem) = ab96d0f3b2ae49aedb0cb534e7810976117eda2a87350b08c7d4901507642a83 +SIZE (rubygem/asciidoctor-diagram-1.5.10.gem) = 10439168 Added: head/textproc/rubygem-asciidoctor-diagram/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-asciidoctor-diagram/pkg-descr Sun Dec 9 20:26:13 2018 (r487083) @@ -0,0 +1,4 @@ +Asciidoctor Diagram is a set of Asciidoctor extensions that enable you to add +diagrams, which you describe using plain text, to your AsciiDoc document. + +WWW: https://rubygems.org/gems/asciidoctor-diagram/