Date: Sun, 9 Dec 2018 20:26:14 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> 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 Message-ID: <201812092026.wB9KQE9n090271@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <numisemis@yahoo.com> 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 <bsd.port.mk> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812092026.wB9KQE9n090271>