diff options
author | swills <swills@FreeBSD.org> | 2018-12-10 04:26:13 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-12-10 04:26:13 +0800 |
commit | 0d47de7d1dcba08f6bb53b2347e09acc993d15fc (patch) | |
tree | 5fcf533c2cb9cb7da763e6439a59a251241671cb /textproc | |
parent | c094338d722f019ea1280b67bc4613add6cb98cd (diff) | |
download | freebsd-ports-gnome-0d47de7d1dcba08f6bb53b2347e09acc993d15fc.tar.gz freebsd-ports-gnome-0d47de7d1dcba08f6bb53b2347e09acc993d15fc.tar.zst freebsd-ports-gnome-0d47de7d1dcba08f6bb53b2347e09acc993d15fc.zip |
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>
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/ |