Add rubygem-asciidoctor-plantuml 0.0.8

Asciidoctor PlantUml is an extension that enables you to add PlantUML diagrams
to your AsciiDoc documents.

WWW: https://github.com/hsanson/asciidoctor-plantuml
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-03-22 21:04:03 +00:00
parent 5a2dda6134
commit 6d776241f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436730
4 changed files with 28 additions and 0 deletions

View File

@ -1437,6 +1437,7 @@
SUBDIR += rubygem-albino
SUBDIR += rubygem-amatch
SUBDIR += rubygem-asciidoctor
SUBDIR += rubygem-asciidoctor-plantuml
SUBDIR += rubygem-autoprefixer-rails
SUBDIR += rubygem-babel-source
SUBDIR += rubygem-babel-transpiler

View File

@ -0,0 +1,20 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= asciidoctor-plantuml
PORTVERSION= 0.0.8
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Asciidoctor PlantUML extension
LICENSE= MIT
RUN_DEPENDS= rubygem-asciidoctor>=1.5:textproc/rubygem-asciidoctor
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1490206283
SHA256 (rubygem/asciidoctor-plantuml-0.0.8.gem) = ca62ea5c807a02b2392e5f1e489d650a8504c1b5d952f23edbfa5c441b150974
SIZE (rubygem/asciidoctor-plantuml-0.0.8.gem) = 7680

View File

@ -0,0 +1,4 @@
Asciidoctor PlantUml is an extension that enables you to add PlantUML diagrams
to your AsciiDoc documents.
WWW: https://github.com/hsanson/asciidoctor-plantuml