svn commit: r487083 - in head/textproc: . rubygem-asciidoctor-diagram
Steve Wills
swills at FreeBSD.org
Sun Dec 9 20:26:15 UTC 2018
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 at 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 at 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/
More information about the svn-ports-head
mailing list