diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-12-09 20:26:13 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-12-09 20:26:13 +0000 |
commit | cdb133c24182b7d0ed0c3520e2a20350a529f4a9 (patch) | |
tree | 5fcf533c2cb9cb7da763e6439a59a251241671cb /textproc | |
parent | 60a39cc2ab45dc49213dcd77491c48c6a4ea9627 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-asciidoctor-diagram/Makefile | 21 | ||||
-rw-r--r-- | textproc/rubygem-asciidoctor-diagram/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-asciidoctor-diagram/pkg-descr | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 30e0f160a250..b733e86906d1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/rubygem-asciidoctor-diagram/Makefile b/textproc/rubygem-asciidoctor-diagram/Makefile new file mode 100644 index 000000000000..a7fe1be54bcd --- /dev/null +++ b/textproc/rubygem-asciidoctor-diagram/Makefile @@ -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> diff --git a/textproc/rubygem-asciidoctor-diagram/distinfo b/textproc/rubygem-asciidoctor-diagram/distinfo new file mode 100644 index 000000000000..80dddb88383c --- /dev/null +++ b/textproc/rubygem-asciidoctor-diagram/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1538263142 +SHA256 (rubygem/asciidoctor-diagram-1.5.10.gem) = ab96d0f3b2ae49aedb0cb534e7810976117eda2a87350b08c7d4901507642a83 +SIZE (rubygem/asciidoctor-diagram-1.5.10.gem) = 10439168 diff --git a/textproc/rubygem-asciidoctor-diagram/pkg-descr b/textproc/rubygem-asciidoctor-diagram/pkg-descr new file mode 100644 index 000000000000..124332089c3a --- /dev/null +++ b/textproc/rubygem-asciidoctor-diagram/pkg-descr @@ -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/ |